Sample skill advanced
Demonstrate progressive disclosure with references, scripts, and assets for creating a new skill. Use when you need a structured example of how to split instructions and supporting files.From its SKILL.md
npx -y skills add lc-rezende/AI-Custom-Skills --skill sample-skill-advancedAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `run `scripts/validate-skill.sh``.
SKILL.md
0.9 KB, 149 tokens by cl100k_base, as published. Nobody here has run it
When to use this skill
Use this skill to see a complete example of a skill that keeps core instructions in SKILL.md and loads additional context only when needed.
Core workflow
- Read this file to understand the minimal, always-loaded guidance.
- If you need detailed rules or a checklist, read
references/REFERENCE.md. - If you need a template for output formatting, open
assets/skill-template.md. - If you need to validate a skill folder, run
scripts/validate-skill.sh.
Output expectations
- The skill uses progressive disclosure correctly.
- Optional folders are used only when their content is needed.
- References are relative to the skill root and one level deep.
What ships with it: 4 files
1.4 KB alongside SKILL.md, 1 of them executable
assets/
- skill-template.md452 B
references/
- REFERENCE.md631 B
scripts/
- validate-skill.shruns201 B
- README.md167 B