Use when creating or editing Paadhai skills — scaffold with conventions, register in CLAUDE.md and plugin.json
Create new Paadhai skills with proper conventions, register them in CLAUDE.md and plugin.json.
[SHELL] Detect context:
BRANCH=$(git branch --show-current)
Display:
────────────────────────────────────────
paadhai-skill
13 steps | Branch: <branch>
────────────────────────────────────────
[READ] .paadhai.json — hard stop if missing:
No found. Run first.
.paadhai.json/paadhai:project-initThis confirms we are in a Paadhai-managed project.
Ask user:
dev-foo, project-bar)Validate:
[READ] references/claude-tools.md — load capability marker mappings.
[READ] one existing skill as reference template (e.g., .claude/skills/dev-start/SKILL.md).
[READ] CLAUDE.md — current skill table (to find correct insertion point).
[READ] .claude-plugin/plugin.json — current skill registry.
[SHELL] Find the highest gate number in use:
grep -roh "G-[0-9]*" .claude/skills/ | sort -t- -k2 -n | tail -1
Next gate = highest + 1. If skill does not modify code (from Step 2), no gate is needed.
Build the SKILL.md content following all Paadhai conventions:
---