repo-skill-creator
Installation
SKILL.md
Repo Skill Creator
Create and maintain repository skills with a triple workflow: creation mode, path-finalize mode, and auto-discover finalize mode.
Trigger Rules
- If the user provides a
skills/*path and indicates the skill is already generated/copied, run path-finalize mode directly without additional confirmation. - If the user invokes this skill directly without providing a path, run auto-discover finalize mode (
skills:finalize:new) first. - If no new skill can be discovered during auto-discover mode, fall back to creation mode (
skills:new) and then continue finalize.
Mode A: Create New Skill
Primary command (recommended):
pnpm skills:new
Manual creation commands: