compound-engineering-plugin
Compounding AI coding workflow from brainstorm to shipped PR
All Skills in This Repository (47)
Pure Emerald Level Indicatorsfile-todos
Create and manage file-based todos with YAML frontmatter and structured sections.
agent-native-architecture
Define AI agent features as prompts with read/write/list primitives.
compound-docs
Generate categorized markdown documentation with YAML frontmatter for solved problems.
andrew-kane-gem-writer
Create Ruby gems with minimal dependencies and Rails-safe integration.
every-style-editor
Edit copy line-by-line to conform with Every's style guide.
dhh-ruby-style
Apply DHH Ruby and Rails style to code for consistent implementations.
skill-creator
Create and update Claude skills with YAML frontmatter and SKILL.md structure.
create-agent-skills
Create and audit Claude Code Skills with structured SKILL.md guidance and router-based architecture.
git-worktree
Manage Git worktrees for isolated parallel development.
gemini-imagegen
Generate and edit images via the Gemini API with multi-turn refinement.
frontend-design
Generate production-grade frontend interfaces with HTML, CSS, and JavaScript.
dhh-rails-style
Enforce DHH RESTful Rails conventions in Ruby code reviews.
Frequently Asked Questions
FAQPage SchemaHow to install Compound Engineering?▼
Run `npx skills add EveryInc/compound-engineering-plugin --all -g -y` in your terminal to install the full skill suite globally.
What does Compound Engineering do?▼
It gives your AI coding agent a structured loop of 33 skills — brainstorm, plan, work, simplify, review, and compound — so every change is planned, reviewed, and its lessons saved for future work.
Which AI agents does it support?▼
It runs on 14 agent hosts, including Claude Code, Cursor, Codex, Kimi, Cline, OpenCode, and GitHub Copilot, using the standard SKILL.md format.
How do I ship a feature autonomously?▼
After brainstorming, invoke the lfg skill and it plans, implements, simplifies, reviews, runs browser tests, commits, pushes, opens a PR, and watches CI without check-ins.
Do I need coding experience to use it?▼
Basic familiarity helps, but you drive it with plain-English requests; the skills handle planning, code review, and PR mechanics for you.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core