name: design/scaffold-skill description: Scaffolds a new Skill (SkillSpec + SKILL.md + code stub + fixtures + test harness), regenerates inventory + index, and logs U.Work. version: 0.1.1 status: experimental family: design role: Toolsmith allowed_tools:
- run_command
- write_to_file policies:
- A.15 Role–Method–Work Alignment
- E.19 Conformance Checklists
Design: Scaffold Skill
Execution
Run:
bun develop/skills/src/design/scaffold-skill/index.ts \
--skill-id "design/my-skill" \
--name "My Skill" \
--summary "One line summary."
Outputs:
-
design/skills/<skill-id>/skill.json -
design/skills/<skill-id>/SKILL.md -
develop/skills/src/<skill-id>/index.ts -
develop/skills/src/<skill-id>/fixtures/input.json -
develop/skills/src/<skill-id>/fixtures/expected.json -
develop/skills/src/<skill-id>/index.test.ts -
design/skills/SKILL_INVENTORY.md(regenerated) -
design/skills/SKILL_INDEX.json(regenerated)
This also attempts to log a U.Work record via telemetry/log-work.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
il y a 5 mois
tools
tools gaming
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!