$git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills> Built for [Claude Code](https://code.claude.com/docs/en/). Every plugin and skill in this catalog targets Anthropic's official CLI.
| 1 | # Tons of Skills — Claude Code Plugins Marketplace |
| 2 | |
| 3 | > **Built for [Claude Code](https://code.claude.com/docs/en/).** Every plugin and skill in this catalog targets Anthropic's official CLI. |
| 4 | |
| 5 | [](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/releases/tag/v4.33.0) |
| 6 | [](https://www.npmjs.com/package/@intentsolutionsio/ccpi) |
| 7 | [](https://tonsofskills.com/explore) |
| 8 | [](https://tonsofskills.com/skills) |
| 9 | [](https://github.com/jeremylongshore/claude-code-plugins-plus-skills) |
| 10 | [](https://skills.sh/jeremylongshore/claude-code-plugins-plus-skills) |
| 11 | [](https://kobiton.com) |
| 12 | [](https://buymeacoffee.com/jeremylongshore) |
| 13 | |
| 14 | 470 plugins, 3,677 skills, 347 agents, 30 community contributors — validated and ready to install. |
| 15 | |
| 16 | ## Why this repo |
| 17 | |
| 18 | - **One canonical catalog** — every plugin in `marketplace.extended.json` is the same `marketplace.json` the Claude Code CLI reads. No registries to reconcile, no manual sync step. |
| 19 | - **Spec-correct or it doesn't ship** — every PR runs the [Intent Solutions validator](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/scripts) against the [AgentSkills.io](https://agentskills.io/specification) open standard plus Claude Code's [skill](https://code.claude.com/docs/en/skills) and [plugin](https://code.claude.com/docs/en/plugins) references. C-grade rejects merge. |
| 20 | - **8-field marketplace frontmatter is enforced**, not aspirational — `name / description / allowed-tools / version / author / license / compatibility / tags`. The [100-point rubric](https://tonsofskills.com/grading) is public. |
| 21 | - **Forge-generated and hand-authored, both first-class** — `/skill-creator --forge <api-name>` builds production-grade plugins from any REST API with an audit trail; hand-authored plugins use the same templates and validators. |
| 22 | - **Production-tested patterns** — the [Learning Lab](#learning-lab), [11 production playbooks](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/wiki/Playbook-Index), and a [public wiki](#project-wiki) cover the failure modes that show up at scale (rate limits, MCP reliability, multi-agent cost caps, incident debugging). |
| 23 | |
| 24 | ```bash |
| 25 | pnpm add -g @intentsolutionsio/ccpi # Install the CLI |
| 26 | ccpi install devops-automation-pack # Install any plugin |
| 27 | ``` |
| 28 | |
| 29 | Or use Claude's built-in command: |
| 30 | |
| 31 | ```bash |
| 32 | /plugin marketplace add jeremylongshore/claude-code-plugins |
| 33 | ``` |
| 34 | |
| 35 | **[Browse the marketplace](https://tonsofskills.com)** | **[Explore plugins](https://tonsofskills.com/explore)** | **[Download bundles](https://tonsofskills.com/cowork)** |
| 36 | |
| 37 | <!-- KILLER-SKILL:START — do not edit; run `node scripts/render-spotlight.mjs` --> |
| 38 | |
| 39 | > **Killer Skill of the Week** — [tonone](https://github.com/tonone-ai/tonone) by [tonone-ai](https://github.com/tonone-ai) |
| 40 | > |
| 41 | > **A 23-agent engineering and product team that ships from one session — two commands, zero meetings** |
| 42 | > |
| 43 | > tonone turns Claude Code into a full delivery team: 23 specialist agents (architect, reviewers, product, QA and the rest of the org chart) coordinated through 125 skills, so one session runs discovery, build, review, and ship without you playing project manager between tools. The mirror featured here is the curated cut — every one of its 114 agent definitions verifies clean at the kernel-strict frontmatter floor in the latest inventory run, preserved by the marketplace's never-clobber freeze. MIT-licensed and |