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.
Global
mkdir -p ~/.claude/skills/skill-progressive-disclosure-designProject
mkdir -p .claude/skills/skill-progressive-disclosure-designSource Repository
Lark Skill Makerlarksuite/cli
Create reusable skills to automate Feishu tasks with lark-cli commands
Setup Matt Pocock Skillsmattpocock/skills
Set up your repo for engineering skills with just a few guided steps
Write A Skillmattpocock/skills
Build new agent skills with clear structure and bundled resources
Writing Skillsobra/superpowers
Test your agent skills like code to make them truly effective
Teachmattpocock/skills
Teach yourself any skill with guided lessons and mission-driven practice
Animejsheygen-com/hyperframes
Safely add Anime.js animations to your HyperFrames compositions with seek control
Contribute Catalogheygen-com/hyperframes
Turn your idea into a new HyperFrames registry block or component
Teach Impeccablepbakaus/impeccable
Old command renamed to /impeccable teach. Use that one instead