Sample guide
Skill Wang-Cankun/skillshelf/app/src/lib/data/skills/sample-guide
A package manager for your agent skills — one canonical library, loaded on demand, never all at once.
npx -y skills add Wang-Cankun/skillshelf --skill sample-guideAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 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.
What its author says it does
Copied from the file, not written here
A demo authoring skill that produces a structured how-to guide with sections, callouts, and reference files. Use as an example of a multi-file skill with a README and a references/ directory. Triggers: /sample-guide, "write a guide", "how-to".
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.9 KB, as published. Nobody here has run it
Sample Guide
An example skill demonstrating a multi-file layout: a main SKILL.md, a
human-facing README.md, and a references/ directory with deeper material.
It exists only to give SkillShelf realistic content to render in dev mode.
Workflow
- Define the guide's goal and audience in one line.
- Draft an outline of 3–5 sections before writing prose.
- Fill each section, adding a callout for any common pitfall.
- Cross-check links and code samples (see
references/api.md).
Style
Keep sections short, lead with the action, and prefer examples over
description. The design rationale lives in references/design-theory.md.