AI AGENT ADDONS

Skill Progressive Disclosure Design

samber/cc-skills
Skill Development
1,815installs

When building an AI agent skill, you need to decide where to put information. A single file is simple, but it can get too long. Splitting into smaller files saves space in the agent's working memory. This skill helps you choose the best way to organize your skill content.

Use this when your main skill file grows past 300 to 400 lines. It also helps when you are unsure if something belongs in the main file or a reference file. The goal is to keep the agent's thinking clear and efficient.

Progressive disclosure means the agent only loads extra details when needed. This skill explains the trade-offs between staying in one file and splitting. It helps you make a smart choice for your specific situation.

Add Skill Progressive Disclosure Design skill to your workflow

Global

mkdir -p ~/.claude/skills/skill-progressive-disclosure-design

Project

mkdir -p .claude/skills/skill-progressive-disclosure-design

Source Repository

Stars
151
Forks
11
Watchers
151
License
MIT
Last Push
28 days ago
Created
4 months ago