skill-creator
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
Skill Creator
Create, improve, and audit AI agent skills. Every skill follows 14 proven structural patterns.
Scope: Skills only. NOT for creating agents (wagents new agent), building MCP servers (/mcp-creator), or running existing skills. This repo uses raw SKILL.md format committed directly to skills/.
Dispatch
| $ARGUMENTS | Action | Example |
|---|---|---|
create <name> / new <name> |
Develop (new) | /skill-creator create my-analyzer |
create <name> --from <source> |
Develop (new, from exemplar) | /skill-creator create my-analyzer --from wargame |
improve <name> / improve <path> |
Develop (existing) | /skill-creator improve add-badges |
plan <name> / plan <path> |
Plan (existing) | /skill-creator plan honest-review |
plan --all / plan repo |
Plan (repo-wide) | /skill-creator plan --all |
audit <name> |
Audit | /skill-creator audit honest-review |
audit --all |
Audit All | /skill-creator audit --all |
dashboard |
Dashboard | /skill-creator dashboard |
package <name> / package --all |
Package | /skill-creator package wargame |
Related skills