Skill folder
Skill VictorAurelius/claude-starter-kit/templates/skill-folder
π€ Battle-tested Claude Code skills, rules & workflow templates β extracted from a real 200+ PR project. Governance-first. Bilingual VN/EN.
npx -y skills add VictorAurelius/claude-starter-kit --skill skill-folderAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing 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.
What its author says it does
Copied from the file, not written here
Use when user says '{trigger phrase 1}', '{trigger phrase 2}', or {situation when skill applies}. {What the skill does in one sentence}.
SKILL.md
0.7 KB, as published. Nobody here has run it
{Skill Name}
{One-line purpose.}
Skill Contents
reference/{detail-file}.mdβ {What's in it, when to read}scripts/{script}.shβ {What it does}data/β {What's stored here between runs}
Process
1. {First step}
{Brief instruction β goal, not rigid steps.}
2. {Second step}
{Brief instruction. Point to reference/ for details.}
3. {Output}
{What to produce, where to save.}
Gotchas
- {Project-specific failure point 1}
- {Project-specific failure point 2}
- {Edge case Claude wouldn't know from training}