ClaudePluginHub

Community directory for discovering and installing Claude Code plugins.

Help us improve

Share bugs, ideas, or general feedback.

Product

  • Browse Plugins
  • Marketplaces
  • Pricing
  • About
  • Contact

Resources

  • Learning Center
  • Blog
  • Claude Code Docs
  • Plugin Guide
  • Plugin Reference
  • Plugin Marketplaces

Community

  • Browse on GitHub
  • Get Support

Legal

  • Terms of Service
  • Privacy Policy

© 2025 ClaudePluginHub

Community Maintained · Not affiliated with Anthropic

ClaudePluginHub
ClaudePluginHub
ToolsLearnPricing
Search everything...
32,881 plugins indexed

Find trusted plugins for Claude Code

Compare quality, freshness, safety, and install details before adding community plugins to your workflow.

Explore plugins
Terminal

Find a plugin on ClaudePluginHub, then:

$ npx claudepluginhub owner/repo

Marketplace added and plugin installed.

Tools

AI-powered utilities for your workflow

Plugin Recommender

Connect a GitHub repo or upload CLAUDE.md files to get ranked plugin recommendations for your stack and development workflows.

All component types
Get plugin recommendations

Power Search

Semantic search across all plugins and components with AI-powered relevance ranking.

All entity types
Try Power Search

Custom Plugins

Cherry-pick individual commands, agents, and skills from any plugin and bundle them into a single installable package.

Mix & match
Build a custom plugin

Get your plugin listed

Built a Claude Code plugin? Publish it on GitHub and get a searchable listing.

What your listing includes

Submit a GitHub URL and we create a searchable plugin page with install commands, trust signals, and component documentation.

9 component types auto-detected from your repo
One-command install via npx claudepluginhub
Claim ownership to unlock analytics and a verified badge
Ranked in search, recommendations, and categories
Embeddable install-count badge for your README
Submit your plugin

How to get listed

Submit the URL for instant indexing, or push to GitHub and auto-discovery will find it — though GitHub search indexing can take days for new repositories.

  1. 1Create a valid plugin manifest
  2. 2Push the plugin to GitHub
  3. 3Submit the URL or wait for auto-discovery
  4. 4We validate, detect components, and list it
Read the creator guide

Frequently asked questions

Everything you need to know about discovering, installing, and publishing Claude Code plugins

See all FAQs
  • 59,285Commands
  • 48,891Agents
  • 168,511Skills
  • 6,857Hooks
  • 4,488MCP
  • 538LSP

Browse by component type

Find exactly what you need across 288,733 components.

Commands59,285
Agents48,891
Skills168,511
Hooks6,857
MCP4,488
LSP538

Popular plugins

See what the community loves. Check out the most installed plugins.

superpowerscavemaneverything-claude-codeui-ux-pro-maxagent-browser
+5 more

Plugins for your stack

Connect a GitHub repo and get ranked plugin recommendations matched to your technologies and workflows.

All types analyzed

Popular plugins

Most installed by the community

See full rankings

superpowers

178.4k
·
7.3K

Enforce TDD workflows with red-green-refactor cycles, generate and execute batched implementation plans via subagents, dispatch parallel agents for independent task fixes like test failures, perform technical code reviews with git diffs, debug root causes before fixes, create isolated git worktrees for features, and verify tests/builds before merging or PRs in Claude Code sessions.

today
v5.1.0
View superpowers

caveman

51.4k
·
2.2K

Adopt caveman-style terse communication in Claude Code sessions to cut token usage by 75% while retaining full technical accuracy, enabling workflows like delegating to compressed subagents for code location and 1-2 file edits, generating conventional git commits, delivering actionable diff reviews, compressing docs, and tracking real token stats.

4d
v1.7.0
View caveman

everything-claude-code

172.9k
·
2.0K

Supercharge Claude Code with 300+ agents, skills, commands, and hooks to orchestrate autonomous multi-agent coding workflows, enforce TDD, conduct security audits, generate production code across JS/TS/Python/Rust/mobile stacks, optimize performance, and automate deployments/testing.

4d
v1.9.0
View everything-claude-code

ui-ux-pro-max

72.7k
·
821

Access 50+ UI/UX styles, color palettes, font pairings, guidelines, and charts to plan, build, review, and optimize web and mobile interfaces across React, Next.js, Vue, Svelte, Tailwind, React Native, and Flutter.

4w
v2.5.0
View ui-ux-pro-max

agent-browser

27.7k
·
418

Automate browser tasks via Bash or CLI commands: navigate pages, interact with elements via clicks/fills/types, capture screenshots, extract text/HTML for web testing, form submission, data scraping, Electron app control, Slack workflows. Deploy on Vercel or AWS Bedrock for AI agents.

4w
v0.25.1
View agent-browser

Built a Claude Code plugin?

Claim ownership to get analytics, edit your listing, and earn a verified badge.

Claim your plugin

Browse by

Explore plugins by category, topic, or technology stack

Bash2,206Python1,670Git1,416Javascript1,102Node1,074Typescript1,005Markdown668Github620React599Docker475Html413Css330GitHub Actions308Anthropic302Next.js298REST API294Go292OpenAI287Playwright264AWS255PostgreSQL245Rust238Kubernetes220Tailwind207CI/CD189GCP161Java156iOS155Bun148Vue145

Recently added

Latest community contributions

See newest plugins

typescript

0

TypeScript best practices — covering the structural type system, generics & constraints, utility & advanced types, discriminated unions & exhaustiveness, classes & OOP (constructors, access modifiers, abstract, getters/setters, #fields), error handling with throw / try / catch and typed Error subclasses, async with AbortSignal cancellation and AsyncIterable, immutability with readonly / as const / satisfies, ESM modules, strict tsconfig, naming, and testing patterns. Includes a dedicated section on functional patterns (pure functions, hand-rolled pipe, Result<T, E>) for codebases that lean that way. Stdlib-only — no library recommendations.

today
v0.1.0
View typescript

my-mac-claude

0

Combined Claude skills library for macOS: Anthropic examples, Superpowers workflows, Matt Pocock skills, gstack browser-testing, and token-efficient profiles

today
v2.0.0
View my-mac-claude

pubsub

0

Google Cloud Pub/Sub best practices — topics & schemas (Avro/Protobuf, BACKWARD/FORWARD compatibility), subscription types (pull / push / BigQuery / Cloud Storage export), delivery guarantees (at-least-once vs exactly-once), ordering keys, dead-letter topics, ack deadline / lease management, publisher batching & flow control, and the Go client SDK (cloud.google.com/go/pubsub).

today
v0.1.0
View pubsub

sqlite

0

SQLite best practices — schema design and STRICT tables, the must-set pragmas (journal_mode=WAL, busy_timeout, foreign_keys, synchronous=NORMAL), the locking model and BEGIN IMMEDIATE vs DEFERRED, indexes and EXPLAIN QUERY PLAN, JSON1/JSONB with generated-column indexing, the Go client (database/sql with mattn/go-sqlite3 or modernc.org/sqlite, two-pool writer/reader pattern, DSN pragma syntax), and server-side production use (Litestream/LiteFS/Turso patterns, online backup, schema migration on a live database).

today
v0.1.0
View sqlite

my-mac-claude

0

Combined Claude skills library for macOS: Anthropic examples, Superpowers workflows, Matt Pocock skills, gstack browser-testing, and token-efficient profiles

today
v2.0.0
View my-mac-claude

spanner

0

Google Cloud Spanner best practices — schema design (primary keys, hotspots, UUID/bit-reversed sequences, hash sharding), interleaved tables, secondary indexes (STORING, NULL_FILTERED), transactions (read-only, read-write, partitioned DML), query optimization, schema evolution pitfalls, and the Go client SDK (cloud.google.com/go/spanner).

today
v0.1.0
View spanner

Platform activity

Real-time stats from our plugin ecosystem

New plugins
1,713
7 days
Updated
2,927
7 days
This month
9,136
new
Active repos
29,649
90 days
118
252
382
188
166
192
98
32,881
Plugins indexed
13,736
Plugin creators
288,733
Components
80
Technologies
Subscribe to plugin updates

Latest from the blog

Data-driven insights from the plugin ecosystem

All posts
trending6 min

Claude Plugins for Productivity: From TDD Enforcement to Persistent Memory

Explore 7,522 productivity plugins for Claude Code covering workflow automation, session memory, TDD enforcement, and autonomous development with real install data.

Read article
trending6 min

Claude's Largest Plugin Category: 7 Utility Plugins Worth Installing

The utilities category has 12,406 plugins — 39% of the Claude plugin directory. Here are 7 worth evaluating for token optimization, UI design, framework tooling, and persistent memory.

Read article
ecosystem stats6 min

State of the Claude Plugin Ecosystem — April 2026

32,019 active plugins, 282,325 components, 13,151 authors — a data-driven breakdown of the Claude plugin ecosystem in April 2026, from component distribution to install trends and category landscape.

Read article