[2.10.1] Fix command collisions and bugs

Fixes:
- #40: Add missing `name:` field to heal-skill.md and create-agent-skill.md
- #41: Rewrite corrupted prime.md (was containing CLAUDE.md text)
- #42: Namespace workflow commands as `compound:*` to avoid collision with built-in `/plan`
- #36: Shorten Playwright MCP alias from `playwright` to `pw` (64 char limit)

Command renames:
- /plan → /compound:plan
- /review → /compound:review
- /work → /compound:work
- /compound → /compound:codify

Removed:
- Deprecated /codify command (use /compound:codify)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2025-12-10 18:38:31 -08:00
parent 4ea9f52ba9
commit 35b39ddc10
9 changed files with 101 additions and 24 deletions

View File

@@ -1,17 +0,0 @@
---
name: codify
description: "[DEPRECATED] Use /compound instead - Document solved problems"
argument-hint: "[optional: brief context about the fix]"
---
# /codify is deprecated
**This command has been renamed to `/compound`.**
The new name better reflects the compounding engineering philosophy: each documented solution compounds your team's knowledge.
---
Tell the user: "Note: `/codify` has been renamed to `/compound`. Please use `/compound` going forward."
Now run the `/compound` command with the same arguments: #$ARGUMENTS

View File

@@ -1,5 +1,5 @@
---
name: compound
name: compound:codify
description: Document a recently solved problem to compound your team's knowledge
argument-hint: "[optional: brief context about the fix]"
---

View File

@@ -1,5 +1,5 @@
---
name: plan
name: compound:plan
description: Transform feature descriptions into well-structured project plans following conventions
argument-hint: "[feature description, bug report, or improvement idea]"
---

View File

@@ -1,5 +1,5 @@
---
name: review
name: compound:review
description: Perform exhaustive code reviews using multi-agent analysis, ultra-thinking, and worktrees
argument-hint: "[PR number, GitHub URL, branch name, or latest]"
---

View File

@@ -1,5 +1,5 @@
---
name: work
name: compound:work
description: Execute work plans efficiently while maintaining quality and finishing features
argument-hint: "[plan file, specification, or todo file path]"
---