Demonstrates skill structure with progressive disclosure and best practices for skill development
Demonstrates Claude Code skill structure with progressive disclosure patterns. Use when learning to build skills or exploring best practices for organizing references and assets.
/plugin marketplace add boneskull/claude-plugins/plugin install boneskull-example-plugin-plugins-example-plugin@boneskull/claude-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
assets/template.txtreferences/patterns.mdThis skill demonstrates the structure and capabilities of Claude Code skills.
Use this skill when:
When this skill is active:
Announce usage: "I'm using the example-skill to demonstrate skill patterns."
Progressive disclosure: Load additional context from references/ only when needed:
references/patterns.mdassets/template.txtKeep it concise: The SKILL.md file should stay under 500 lines. Move detailed content to reference files.
references/patterns.md: Detailed pattern examples (loaded on demand)assets/template.txt: Reusable template (loaded when needed)