Creating a New Skill
The /superspecs:skill-creator meta-skill documents the full process. In short:
- Create
.skills/<name>/SKILL.mdwith YAML frontmatter (name,description,slash_command,phase) - Write the step-by-step instructions in the body
- Run
bash setup.sh(orsuperspecs install) to:- Symlink the skill into all agent skill directories (auto-discovery)
- Generate a clean command file in each agent's commands directory (slash invocation)
- Open your agent and invoke the new slash command to test it