Skip to content

Commit 1e829ba

Browse files
authored
Merge pull request #241 from mvanhorn/osc/116-refactor-commands-to-skills
refactor(skills): migrate commands to skills directory structure
2 parents e426799 + 3e99c11 commit 1e829ba

30 files changed

Lines changed: 15 additions & 15 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"plugins": [
1212
{
1313
"name": "compound-engineering",
14-
"description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 28 specialized agents, 22 commands, and 20 skills.",
15-
"version": "2.39.0",
14+
"description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 28 specialized agents and 47 skills.",
15+
"version": "2.40.0",
1616
"author": {
1717
"name": "Kieran Klaassen",
1818
"url": "https://github.com/kieranklaassen",

plugins/compound-engineering/.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "compound-engineering",
3-
"version": "2.39.0",
4-
"description": "AI-powered development tools. 28 agents, 22 commands, 20 skills, 1 MCP server for code review, research, design, and workflow automation.",
3+
"version": "2.40.0",
4+
"description": "AI-powered development tools. 28 agents, 47 skills, 1 MCP server for code review, research, design, and workflow automation.",
55
"author": {
66
"name": "Kieran Klaassen",
77
"email": "kieran@every.to",

plugins/compound-engineering/CLAUDE.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,16 @@ agents/
3434
├── workflow/ # Workflow automation agents
3535
└── docs/ # Documentation agents
3636
37-
commands/
38-
├── ce/ # Core workflow commands (ce:plan, ce:review, etc.)
39-
├── workflows/ # Deprecated aliases for ce:* commands
40-
└── *.md # Utility commands
41-
4237
skills/
43-
└── *.md # All skills at root level
38+
├── ce-*/ # Core workflow skills (ce:plan, ce:review, etc.)
39+
├── workflows-*/ # Deprecated aliases for ce:* skills
40+
└── */ # All other skills
4441
```
4542

43+
> **Note:** Commands were migrated to skills in v2.39.0. All former
44+
> `/command-name` slash commands now live under `skills/command-name/SKILL.md`
45+
> and work identically (Claude Code 2.1.3+ merged the two formats).
46+
4647
## Command Naming Convention
4748

4849
**Workflow commands** use `ce:` prefix to unambiguously identify them as compound-engineering commands:

plugins/compound-engineering/commands/agent-native-audit.md renamed to plugins/compound-engineering/skills/agent-native-audit/SKILL.md

File renamed without changes.

plugins/compound-engineering/commands/ce/brainstorm.md renamed to plugins/compound-engineering/skills/ce-brainstorm/SKILL.md

File renamed without changes.

plugins/compound-engineering/commands/ce/compound.md renamed to plugins/compound-engineering/skills/ce-compound/SKILL.md

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)