Files
claude-engineering-plugin/plugins/compounding-engineering
Kieran Klaassen 8cc99ab483 feat(plugin): reorganize compounding-engineering v2.0.0
Major restructure of the compounding-engineering plugin:

## Agents (24 total, now categorized)
- review/ (10): architecture-strategist, code-simplicity-reviewer,
  data-integrity-guardian, dhh-rails-reviewer, kieran-rails-reviewer,
  kieran-python-reviewer, kieran-typescript-reviewer,
  pattern-recognition-specialist, performance-oracle, security-sentinel
- research/ (4): best-practices-researcher, framework-docs-researcher,
  git-history-analyzer, repo-research-analyst
- design/ (3): design-implementation-reviewer, design-iterator,
  figma-design-sync
- workflow/ (6): bug-reproduction-validator, every-style-editor,
  feedback-codifier, lint, pr-comment-resolver, spec-flow-analyzer
- docs/ (1): ankane-readme-writer

## Commands (15 total)
- Moved workflow commands to commands/workflows/ subdirectory
- Added: changelog, create-agent-skill, heal-skill, plan_review,
  prime, reproduce-bug, resolve_parallel, resolve_pr_parallel

## Skills (11 total)
- Added: andrew-kane-gem-writer, codify-docs, create-agent-skills,
  dhh-ruby-style, dspy-ruby, every-style-editor, file-todos,
  frontend-design, git-worktree, skill-creator
- Kept: gemini-imagegen

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 11:42:18 -08:00
..

Compounding Engineering Plugin

AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last.

Components

  • 17 Agents - Specialized AI agents for code review, research, and analysis
  • 6 Commands - Slash commands for common workflows
  • 1 Skill - Image generation with Gemini API

Agents

Code Review

  • kieran-rails-reviewer - Rails code review with strict conventions
  • kieran-python-reviewer - Python code review with strict conventions
  • kieran-typescript-reviewer - TypeScript code review with strict conventions
  • dhh-rails-reviewer - Rails review from DHH's perspective
  • code-simplicity-reviewer - Final pass for simplicity and minimalism

Analysis & Research

  • framework-docs-researcher - Research framework documentation and best practices
  • best-practices-researcher - Gather external best practices and examples
  • pattern-recognition-specialist - Analyze code for patterns and anti-patterns
  • repo-research-analyst - Research repository structure and conventions
  • git-history-analyzer - Analyze git history and code evolution

Architecture & Security

  • architecture-strategist - Analyze architectural decisions and compliance
  • security-sentinel - Security audits and vulnerability assessments
  • performance-oracle - Performance analysis and optimization
  • data-integrity-guardian - Database migrations and data integrity

Workflow

  • every-style-editor - Edit content to conform to Every's style guide
  • pr-comment-resolver - Address PR comments and implement fixes
  • feedback-codifier - Codify feedback patterns into reviewer agents

Commands

  • /review - Run a comprehensive code review
  • /plan - Create an implementation plan
  • /work - Execute work items systematically
  • /triage - Triage issues and prioritize work
  • /resolve_todo_parallel - Resolve todos in parallel
  • /generate_command - Generate new slash commands

Skills

gemini-imagegen

Generate and edit images using Google's Gemini API.

Features:

  • Text-to-image generation
  • Image editing and manipulation
  • Multi-turn refinement
  • Multiple reference image composition

Requirements:

  • GEMINI_API_KEY environment variable
  • Python packages: google-genai, pillow

Usage:

python scripts/generate_image.py "A cat wearing a wizard hat" output.png
python scripts/edit_image.py input.png "Add a rainbow" output.png

Installation

claude /plugin install compounding-engineering

License

MIT