# Awesome Claude Code Plugins: The Curated List (2026)

> An awesome Claude Code plugins list for 2026: a curated directory of official and community plugins, the marketplaces they live in, and a GitHub link for each.

Source: https://designrevision.com/blog/awesome-claude-code-plugins

---

This is an awesome Claude Code plugins list — a curated directory of the best official and community plugins, the marketplaces they live in, and a link to each one. Rather than rank a top ten, it is built to help you *browse the ecosystem*: find the plugins for workflow, memory, design, or efficiency, jump to their repos, and install what fits. It also points you to the marketplaces and GitHub lists where the whole catalog lives.

*Last updated: July 2026. The ecosystem moves fast; every entry links to its source so you can check activity before installing.*

## How This List Works

Entries are grouped by what they do, and each is just a **name, a link, and a one-line description** — the classic "awesome list" format. Official plugins get a short pointer to our full list; community plugins each link to their GitHub repo. Every community plugin here is a real, active repository we checked resolves — not an auto-scraped list — so the links are ones you can trust. This is the *breadth* view; if you want a ranked, tested shortlist with star counts and keep-or-skip verdicts, read our [best Claude Code plugins](/blog/best-claude-code-plugins) roundup instead. For the skills side of the ecosystem, see the companion [awesome Claude Code skills](/blog/awesome-claude-code-skills) list.

## Table of Contents

1. [Plugin Marketplaces & Awesome Lists on GitHub](#plugin-marketplaces--awesome-lists-on-github)
2. [Official Plugins](#official-plugins)
3. [Community Plugins by Category](#community-plugins-by-category)
4. [How to Install Any of These](#how-to-install-any-of-these)
5. [Conclusion](#conclusion)

## Plugin Marketplaces & Awesome Lists on GitHub

Before individual plugins, know where they live. These are the marketplaces, curated lists, and directories that hold the full catalog — bookmark them for a permanent, self-updating source:

- **[anthropics/claude-plugins-official](https://github.com/anthropics/claude-plugins-official)** — Anthropic's official marketplace (200-plus curated first-party and partner plugins), registered automatically in Claude Code.
- **[anthropics/claude-plugins-community](https://github.com/anthropics/claude-plugins-community)** — the reviewed community marketplace, added manually and installed with the `@claude-community` suffix.
- **[ComposioHQ/awesome-claude-plugins](https://github.com/ComposioHQ/awesome-claude-plugins)** — a hand-curated community list organized by category.
- **[quemsah/awesome-claude-plugins](https://github.com/quemsah/awesome-claude-plugins)** — an *automated* adoption-metrics list; comprehensive but auto-generated, so sanity-check each entry before trusting it.
- **[davila7/claude-code-templates](https://github.com/davila7/claude-code-templates)** — the open-source catalog and CLI behind aitmpl.com, indexing thousands of agents, commands, skills, and MCP servers.
- **claudepluginhub.com** — an independent web directory for browsing, rating, and submitting plugins (not affiliated with Anthropic).

These sources span three tiers: Anthropic's official marketplace, the reviewed community marketplace, and independent directories. Our [Claude Code plugins marketplace guide](/blog/claude-code-plugins-marketplace) explains how each tier works and how to add one, so you can decide how far past the official set you want to venture.

## Official Plugins

Anthropic's first-party plugins live in the auto-registered `claude-plugins-official` marketplace: dev-workflow tools (`code-review`, `security-guidance`, `commit-commands`, `pr-review-toolkit`, `claude-code-setup`), `frontend-design`, `skill-creator`, two output styles, and eleven language servers — plus vetted partner integrations for GitHub, Supabase, Vercel, Figma, Linear, Sentry, and Notion. Because there are so many, we keep the exhaustive rundown in a dedicated page: see the [official Claude Code plugins](/blog/official-claude-code-plugins) list for every name and install command. For most people the official set is the right place to begin — it is vetted, auto-registered, and covers the highest-leverage tools (real-time type intelligence, code review, and security) out of the box, before you ever reach for a community plugin.

## Community Plugins by Category

Standout community plugins, grouped by what they help with. Each links to its source repo; install instructions are in the [how to install plugins](/blog/how-to-install-claude-code-plugins) guide.

### Workflow & Methodology

The plugins that impose structure on how Claude plans and executes:

- **[Superpowers](https://github.com/obra/superpowers)** — a full brainstorm → spec → git-worktrees → test-driven-development methodology, and the most-starred plugin in the ecosystem.
- **[ECC](https://github.com/affaan-m/ECC)** — a large "operator" harness bundling dozens of agents and hundreds of skills with hooks; maximal and highly opinionated.
- **[Ponytail](https://github.com/DietrichGebert/ponytail)** — pushes Claude toward minimal, "laziest senior dev" code through a strict simplicity ladder.
- **[Planning with Files](https://github.com/OthmanAdi/planning-with-files)** — writes plans to markdown files so work survives `/clear`, context overflow, or a crash mid-task.

### Memory & Context

The plugins that keep Claude informed across time:

- **[Claude Mem](https://github.com/thedotmack/claude-mem)** — persistent memory that compresses each session and re-injects the relevant context next time.
- **[Context7](https://github.com/upstash/context7)** — pulls up-to-date, version-specific library documentation into context on demand, killing a whole class of hallucinated API calls.

### Design & Frontend

For raising the quality of the interfaces Claude produces:

- **[ui-ux-pro-max](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill)** — a heavily-starred design-intelligence plugin with opinionated UI/UX guidance. (Anthropic's official `frontend-design` covers the same ground as a first-party option.)

### Efficiency

For getting more out of every token:

- **[Caveman](https://github.com/JuliusBrussee/caveman)** — replies in terse "caveman-speak" while keeping all code, commands, and errors byte-exact, cutting output tokens by around 65% on long runs.

## How to Install Any of These

Installing is a one-liner. For official plugins, the marketplace is already registered:

```text
/plugin install code-review@claude-plugins-official
```

For a community plugin, add its marketplace first, then install:

```text
/plugin marketplace add obra/superpowers-marketplace
/plugin install superpowers@superpowers-marketplace
```

Run `/plugin` on its own for the interactive manager, and `/reload-plugins` to apply changes. The full step-by-step, with troubleshooting, is in [how to install and use Claude Code plugins](/blog/how-to-install-claude-code-plugins).

## Conclusion

The awesome Claude Code plugins ecosystem comes down to two sources: Anthropic's curated [official marketplace](/blog/official-claude-code-plugins), and a fast-growing set of community plugins indexed across GitHub lists, marketplaces, and directories. Use this Claude Code plugins list to find what fits your workflow, follow the links to each repo, and install what earns its place. When you want the opinionated shortlist instead of the full field, the tested [best Claude Code plugins](/blog/best-claude-code-plugins) has you covered — and the complete [Claude Code plugins guide](/blog/claude-code-plugins) explains how the whole system fits together.

---

## Related Resources

- [Claude Code Plugins: The Complete Guide](/blog/claude-code-plugins)
- [Best Claude Code Plugins (2026): Tested & Ranked](/blog/best-claude-code-plugins)
- [Official Claude Code Plugins: The Complete List](/blog/official-claude-code-plugins)
- [How to Install & Use Claude Code Plugins](/blog/how-to-install-claude-code-plugins)
- [Awesome Claude Code Skills: The Curated List](/blog/awesome-claude-code-skills)
