| name | scaffold-skill |
| description | Create a new yellowpages-compliant skill from a name and description. |
Scaffold Skill
Create a new yellowpages-compliant skill. Follows the 4-step create-skill workflow.
Invoke this skill by name with the desired skill slug, for example: "Use scaffold-skill to create my-api-patterns."
What Claude does
- Ask for a one-line description if not provided
- Create
skills/yellowpages/<name>/ directory
- Create
SKILL.md using the template in references/template.md
- Create
references/ subdirectory
- Add an entry to
skills/yellowpages/INDEX.md
- Run
validate-skill on skills/yellowpages/<name> to confirm compliance
Report: "Skill '' scaffolded. Use validate-skill on skills/yellowpages/<name> to verify."
References
| File | When to read |
|---|
references/template.md | Writing the SKILL.md content — blank template with inline guidance |
references/checklist.md | Verifying the skill meets all yellowpages non-negotiables before finishing |