npx claudepluginhub profburial/compounding-skillsSkills that compound with your codebase — generates a personalized .claude/ setup from real code patterns and keeps skills in sync as your codebase evolves.
A plugin that helps you create workflow skills, custom skills, and agents based on your preferences.
Standard AI skills are authored (or copied) once and never learn how you code — your conventions, your complexity preferences, your patterns. Every project ends up with generic advice.
Compounding Skills takes a different approach: generate skills from your actual codebase, then keep them in sync as you ship. The more you build, the better your skills get.
The plugin produces a full development loop:
brainstorm → plan → work → review → compound
| Skill | Usage | What it does |
|---|---|---|
| brainstorm | /{prefix}:brainstorm | Explore requirements and approaches before committing |
| plan | /{prefix}:plan | Turn a feature into a structured implementation plan |
| work | /{prefix}:work | Execute a plan with quality checks and auto-simplification |
| review | /{prefix}:review | Exhaustive code review using project-specific conventions |
| compound | /{prefix}:compound | Extract patterns from what was just built; update skills |
For existing projects, the setup wizard explores your code to find examples of common patterns and conventions to bake directly into your skills.
For new projects, the plugin will ask you various questions based on your language/framework of choice to lay a solid foundation to compound on.
/plugin marketplace add profburial/compounding-skills
/plugin install compounding-skills
Run the setup wizard once:
/init
/compounding-skills:setup
/init generates your CLAUDE.md. /compounding-skills:setup builds your personalized skills library on top of it.
.claude/
├── skills/
│ ├── {prefix}-brainstorm/
│ │ └── SKILL.md ← explore requirements collaboratively
│ ├── {prefix}-plan/
│ │ └── SKILL.md ← structured implementation planning
│ ├── {prefix}-work/
│ │ └── SKILL.md ← execute plans with quality checks
│ ├── {prefix}-review/
│ │ └── SKILL.md ← exhaustive code review
│ ├── {prefix}-compound/
│ │ └── SKILL.md ← extract patterns, update skills
│ ├── expert-{stack}-developer/
│ │ ├── SKILL.md ← always-on architecture rules
│ │ └── references/
│ │ └── {layer}.md ← annotated real code per layer
│ └── expert-bug-hunter/
│ ├── SKILL.md ← systematic debugging workflow
│ ├── README.md
│ └── references/
│ └── techniques.md
└── agents/
├── code-simplifier.md ← tailored to your complexity style
└── {stack-specific reviewers}
After setup, you can audit your generated skills to verify they actually improve Claude's output. The audit uses the same evaluation playbook as Anthropic's official skill-creator plugin.
/compounding-skills:audit
The audit:
This answers a concrete question: does this skill actually make Claude better at coding in your project, or is it just taking up context window space?
MIT
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.