A plugin marketplace for Claude Code β shipped as a single git repo.
/plugins marketplace add paoloq/cc-plugins
Or from a local clone:
/plugins marketplace add /absolute/path/to/cc-plugins
Then install any plugin below with its listed command. Skills are invoked as /<plugin>:<skill> β e.g. /prompt:draft, /prompt:review.
| Name | Skills | Install | Description |
|---|---|---|---|
| βοΈ prompt | draft Β· guides Β· review Β· revise | /plugins install prompt@cc-plugins | Draft, revise, and review prompts using curated guides from Anthropic, OpenAI, and Google. |
| π task | draft-spec Β· plan-council | /plugins install task@cc-plugins | Plan a coding task: draft a spec, then deliberate the implementation plan with Codex before handing off via ExitPlanMode. |
| π οΈ repo | audit | /plugins install repo@cc-plugins | Assess a repo's agentic readiness via static checks plus benchmark subagents; renders a navigable HTML scorecard. |
| π¬ code | audit | /plugins install code@cc-plugins | Tools for assessing and improving source code. |
python3 evals/run.py all
To run them automatically before every commit (one-time, per clone):
git config core.hooksPath .githooks
Bypass with git commit --no-verify or PRE_COMMIT_SKIP_EVALS=1.
MIT β see LICENSE.