Files
compound-engineering-plugin…/plugins/plugin-dev/README.md
T
Kieran Klaassen 4b0f058f2c refactor: Reduce core to 4 commands, extract workflow-automation and plugin-dev plugins
Based on PR feedback that 14 commands in core was too many:

- **compound-engineering-core** (14 agents, 4 commands, 5 skills)
  - Only 4 workflow commands: /workflows:plan, /workflows:review, /workflows:work, /workflows:compound
  - All code review agents stay in core (referenced by /workflows:review)

- **workflow-automation** (3 agents, 7 commands, 1 skill) - NEW
  - /resolve_pr_parallel, /plan_review, /resolve_parallel, /resolve_todo_parallel
  - /reproduce-bug, /triage, /changelog
  - bug-reproduction-validator, pr-comment-resolver, every-style-editor agents

- **plugin-dev** (3 commands, 2 skills) - NEW
  - /generate_command, /heal-skill, /create-agent-skill
  - skill-creator, create-agent-skills skills

All READMEs updated with "Works Best With" philosophy emphasizing that
core provides the foundation but real power comes from combining plugins.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 17:15:12 -08:00

893 B

plugin-dev

Tools for developing Claude Code plugins, commands, and skills.

Installation

# Install with core (recommended)
claude /plugin install compound-engineering-core plugin-dev

What's Included

Commands (3)

  • /generate_command - Create new slash commands
  • /heal-skill - Fix broken or outdated skills
  • /create-agent-skill - Create new skills with guidance

Skills (2)

  • skill-creator - Comprehensive skill creation guide
  • create-agent-skills - Agent-assisted skill creation

Usage

# Create a new command
claude /generate_command "deploy to staging"

# Fix a broken skill
claude /heal-skill my-skill

# Create a new skill with expert guidance
claude /create-agent-skill "Rails testing patterns"

Works Best With

Plugin Why
compound-engineering-core Base workflow for planning and documenting