capability-builderlisted
Install: claude install-skill Sheldon-92/TAD
# $capability-builder — Project-Owned Agent Skill Builder (Phase 1 Create + Phase 2 Evolve + Phase 3 Package)
Use for creating exactly one project-owned Agent Skill that is validated, behavior-proven, and safely projected from `.agents/skills/<name>/` to `.claude/skills/<name>/`; for signal-driven evolution; and for explicit one-Skill/one-Plugin packaging.
## Ownership Directions
- **Framework Skills (this Builder, alex, blake, gate):** editable authority `.claude/skills/` → generated mirror `.agents/skills/` (existing framework release direction).
- **Builder-created downstream Skills:** editable authority `.agents/skills/<name>/` → generated projection `.claude/skills/<name>/` via explicit `capability-skill.sh project`. Only `capability-skill.sh project` owns this direction. `release-verify.sh parity --fix` is `Claude→Codex` only and must not be used for downstream projection.
## Router — Phase Selection
On activation, detect intent:
- `$capability-builder create` — Phase 1 (this handoff). Valid. Execute create protocol below.
- `$capability-builder evolve` — Phase 2. Valid. You MUST read `references/evolve-protocol.md` before any design or file work, then follow the protocol.
- `$capability-builder package` — Phase 3. Valid. You MUST read `references/package-openai-plugin.md` before any design or file work, then follow the protocol.
If no explicit phase is given, ask via AskUserQuestion: `create | evolve | package`, then route.
## Create — Mandatory Protocol Load (