bysamber· 66 skills
Decide how to split skill content between SKILL.md and reference files for context efficiency and reliable triggering. Use this whenever creating a new Claude skill, refactoring an existing one, or when a SKILL.md is growing past 300-400 lines. Also trigger when the user mentions "progressive disclosure", "reference files", "splitting skills", "skill bundling", "context window for skills", "SKILL.md too long", "what goes in references/", "skill structure", or expresses any uncertainty about where to put content within a skill. Use this even if the user phrases the question as a triggering problem ("how do I make my skill trigger better"), because that question is often confused with the splitting question and needs to be disentangled first.
$npx -y skills add samber/cc-skills --skill skill-progressive-disclosure-designInstalls into the current project.
Run `npx skills use "https://github.com/samber/cc-skills" --skill "samber/cc-skills/skill-progressive-disclosure-design"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/samber/cc-skills" that are relevant to the current task. Run `npx skills add "https://github.com/samber/cc-skills"` and select the relevant skills, then follow their instructions.