By profburial
Generate a personalized .claude/ library of workflow and expert skills tailored to your codebase patterns and conversation context with a one-time /compounding-skills:setup command after /init. Audit skills via structured evals, benchmarks, and agents; iterate improvements to keep them synced as your codebase evolves.
Audit your generated .claude/ skills — run structured evals to measure whether they actually improve Claude's output, then iterate on improvements using the same playbook as Anthropic's skill-creator plugin. Use this after running /compounding-skills:setup to verify and improve your generated skills.
One-time setup wizard that builds a personalized .claude/ library from your codebase — run once as /compounding-skills:setup and never again.
Background knowledge for auditing generated .claude/ skills — how to evaluate quality, run benchmarks, and iteratively improve them using test cases and quantitative metrics.
Background knowledge for generating personalized .claude/ setups — how to read codebases for patterns, write effective skills, and keep them in sync.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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
npx claudepluginhub profburial/compounding-skills --plugin compounding-skillsAI-powered development tools for code review, research, design, and workflow automation.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).