Claude Code plugins are code-based extension packages that add new tools, slash commands, and runtime capabilities to the Claude Code environment. Plugins go beyond instruction-based customization by executing actual code, registering custom functions that Claude can invoke natively, and providing persistent services that enhance every development session.

PLG177 available plugins

177 Claude Code Plugins — Supercharge Your Workflow

Plugins are the most powerful extension mechanism in Claude Code. While skills provide instruction-based customization and MCP servers connect to external data sources, plugins add entirely new capabilities to the Claude Code runtime itself. A plugin can register custom tools that Claude calls like built-in functions, define new slash commands, intercept lifecycle events, and run persistent background services that enhance every session.

The plugin architecture follows a straightforward pattern. Each plugin is a package (typically an npm module) that exports a manifest describing its capabilities and handler functions that implement them. When Claude Code loads a plugin, it registers the plugin's tools in Claude's available toolkit. From that point on, Claude can invoke those tools exactly as it would use built-in tools like Bash, Read, or Edit. This means plugins feel native — there is no clunky middleware or awkward integration layer.

Consider what this unlocks in practice. A bundle analysis plugin gives Claude a tool to measure the size impact of any code change before it is committed. A database migration plugin lets Claude generate, review, and apply schema changes with full rollback awareness. A design system pluginensures that every UI component Claude generates follows your team's component library and style tokens. These are not prompt tricks — they are real tools backed by executable code.

This directory features 177 verified plugins covering a range of development scenarios. You will find plugins for language-specific workflows (TypeScript, Python, Rust), infrastructure management (Docker, Kubernetes, Terraform), quality assurance (performance profiling, accessibility checking, security scanning), and productivity boosters (clipboard management, screenshot capture, diagram generation).

Building your own plugin is approachable even for intermediate developers. The Claude Code plugin SDK provides TypeScript types for the manifest format, utilities for tool registration, and a local development server that lets you test your plugin in real sessions without publishing. Whether you want to integrate a proprietary internal tool, wrap a third-party API, or automate a workflow unique to your team, the plugin system gives you the foundation to build it.

Top Claude Code Plugins by Stars

NameFunctionStarsAuthor
Everything Claude CodePerformance optimization, memory, security, and research-first development113kaffaan-m
Claude MemAuto-captures sessions, compresses with AI, injects context into future sessions42kthedotmack
Claude Plugins Official119 official Anthropic plugins: 23 skills, 16 agents, 16 commands, 12 LSPs15kanthropics
Claude HUDReal-time dashboard showing context usage, tools, agents, and progress14kjarrodwatts
Knowledge Work Plugins39 Anthropic plugins, 118 skills across marketing, sales, finance, and more11kanthropics

Plugins vs Extensions vs MCP Servers

Plugins

Plugins are code-based packages that register new tools directly into Claude Code's runtime. They execute JavaScript or TypeScript, can maintain state across a session, and feel native to the Claude Code experience. Plugins are the right choice when you need Claude to call custom functions, such as analyzing bundle sizes, running database migrations, or interacting with proprietary internal APIs.

IDE Extensions

IDE extensions (such as VS Code or JetBrains extensions) operate within your code editor rather than inside Claude Code itself. They provide visual interfaces, syntax highlighting, inline suggestions, and editor commands. IDE extensions complement Claude Code but run in a separate process. They are the right choice for features that need a graphical interface or deep editor integration.

MCP Servers

MCP servers are external processes that expose data sources and APIs to Claude through the Model Context Protocol. Unlike plugins, MCP servers run as separate services and communicate over a standardized protocol. They are the right choice when you need Claude to access external systems like databases, cloud platforms, or third-party APIs without embedding that logic directly into the Claude Code runtime.

All Plugins

177 resources

Everything Claude Code

Intermediate

The agent harness performance optimization system with skills, instincts, memory, security, and research-first development for Claude Code and beyond.

performanceoptimizationmemory
113,000by affaan-m
GitHub

Claude Mem

Beginner

Plugin that automatically captures everything Claude does during coding sessions, compresses it with AI, and injects relevant context back into future sessions.

memorycontextsession
42,000by thedotmack
GitHub

Claude Plugins Official

Beginner

Official Anthropic-managed directory of 119 high-quality Claude Code plugins including 23 skills, 16 agents, 16 commands, 11 hooks, and 12 LSPs.

officialanthropicskills
15,000by anthropics
GitHub

Claude HUD

Beginner

Dashboard plugin that shows context usage, active tools, running agents, and todo progress in real-time during Claude Code sessions.

dashboardcontextmonitoring
14,000by jarrodwatts
GitHub

Compound Engineering Plugin

Intermediate

AI-powered development tools that get smarter with every use. 42 skills, 6 agents, 3 commands, and 1 MCP server for compound productivity.

productivitycompoundlearning
11,000by EveryInc
GitHub

Knowledge Work Plugins

Beginner

Official Anthropic plugins for knowledge workers with 39 plugins, 118 skills across 13 domains including marketing, sales, finance, legal, and engineering.

knowledge-workmarketingsales
11,000by anthropics
GitHub

Pydantic AI

Intermediate

Agent framework built on Pydantic for type-safe structured AI agent development with validation and serialization.

pydantictype-safestructured
8,500by pydantic
GitHub

ClaudeKit

Beginner

Production-ready toolkit used by 4,000+ developers in 109 countries. Includes brainstorm, plan, code:auto, code:review, test, debug commands and marketing tools.

toolkitproductionbrainstorm
8,200by claudekit
GitHub

Claude Skills Collection

Intermediate

192+ Claude Code skills and agent plugins for engineering, marketing, product, compliance, and C-level advisory with Playwright testing toolkit.

skillsmarketingengineering
7,500by alirezarezvani
GitHub

Awesome Agents

Beginner

Comprehensive curated list of AI agents, frameworks, orchestration tools, and deployment platforms.

awesome-listagentscurated
7,500by kyrolabs
GitHub

Portkey AI Gateway

Intermediate

Universal API gateway for 200+ LLM providers with caching, fallbacks, load balancing, and observability.

gatewayapimulti-provider
6,800by Portkey-AI
GitHub

Next.js Plugin

Intermediate

Next.js development toolkit with App Router analysis, Server Components optimization, ISR management, and middleware debugging.

nextjsreactapp-router
6,200by next-claude
GitHub

TypeScript Analyzer

Beginner

Real-time TypeScript compiler diagnostics, type inference insights, and refactoring suggestions with project-wide type checking.

typescripttype-checkingdiagnostics
5,600by ts-tools
GitHub

Bright Data Web Skills

Intermediate

7 skills and 1 MCP server with 60+ tools for web scraping, search, data feeds from 40+ websites including Amazon, LinkedIn, and social platforms.

scrapingweb-datasearch
5,400by bright-data
GitHub

Prisma ORM Plugin

Beginner

Schema-first database development with Prisma migrations, type-safe query building, relation analysis, and performance optimization.

prismaormdatabase
5,200by prisma-claude
GitHub

Promptfoo

Intermediate

LLM evaluation and testing framework for systematic prompt quality assurance with red teaming and grading.

testingevaluationquality
5,200by promptfoo
GitHub

Docker Compose Manager

Intermediate

Docker container management with compose file validation, container health monitoring, log streaming, and image optimization suggestions.

dockercontainerscompose
5,100by docker-tools
GitHub

Security Scanner

Intermediate

Comprehensive security scanning with vulnerability detection, secret scanning, dependency audit, and OWASP Top 10 compliance checking.

securityvulnerabilitiesowasp
4,900by sec-tools
GitHub

Python Linter Pro

Beginner

Comprehensive Python linting with Ruff, mypy type checking, import sorting, and automatic PEP 8 formatting integration.

pythonlintingruff
4,800by py-lint
GitHub

React DevTools Plugin

Beginner

Component tree analysis, state inspection, re-render tracking, and performance profiling for React applications.

reactdevtoolsperformance
4,800by react-tools
GitHub

Kubernetes Manager

Advanced

Full Kubernetes cluster management with pod diagnostics, deployment rollouts, resource monitoring, and Helm chart generation.

kubernetesk8shelm
4,700by k8s-claude
GitHub

Supabase Plugin

Beginner

Full Supabase integration with PostgreSQL management, Row Level Security policies, Edge Functions, and real-time subscriptions.

supabasepostgresrls
4,600by supabase-tools
GitHub

GitHub Actions Builder

Beginner

Workflow file generation, action marketplace integration, matrix strategy optimization, and CI/CD pipeline debugging.

github-actionsci-cdworkflows
4,500by gh-actions
GitHub

Terraform Plugin

Intermediate

Infrastructure as Code with Terraform plan analysis, state management, module generation, and drift detection across cloud providers.

terraformiacinfrastructure
4,300by tf-claude
GitHub

Context Boost

Intermediate

Intelligently manages Claude Code context window with auto-summarization, file prioritization, and persistent project knowledge graph.

contextmemoryoptimization
4,200by context-ai
GitHub

Figma Integration Plugin

Intermediate

Figma design-to-code with component extraction, style token synchronization, and responsive layout generation.

figmadesign-to-codetokens
4,200by figma-claude
GitHub

AWS Toolkit Plugin

Intermediate

Comprehensive AWS integration with CloudFormation templates, Lambda debugging, S3 management, and cost optimization recommendations.

awscloudformationlambda
4,100by aws-claude
GitHub

Tailwind Intellisense Plugin

Beginner

Tailwind CSS class suggestions, config analysis, custom theme validation, and JIT compilation monitoring.

tailwindcssintellisense
4,100by tw-tools
GitHub

Rust Cargo Integration

Intermediate

Deep Cargo integration with build diagnostics, dependency analysis, clippy suggestions, and benchmark tracking for Rust projects.

rustcargoclippy
3,900by rust-claude
GitHub

Git Lens Plugin

Beginner

Deep git integration providing commit context, blame information, branch analysis, and intelligent merge conflict resolution.

gitblamecommits
3,800by git-tools
GitHub

Vercel Deploy Plugin

Beginner

One-click Vercel deployments with preview URLs, environment management, edge function testing, and domain configuration.

verceldeploypreview
3,800by vercel-tools
GitHub

Vitest Plugin

Beginner

Vitest test generation with snapshot management, mocking utilities, coverage analysis, and parallel test execution monitoring.

vitesttestingsnapshots
3,800by vitest-claude
GitHub

OpenAI Bridge Plugin

Intermediate

Bridge between Claude Code and OpenAI APIs for multi-model comparison, GPT function calling, and cross-model evaluation.

openaigptmulti-model
3,800by openai-bridge
GitHub

ESLint Plugin

Beginner

ESLint configuration management with rule recommendations, auto-fix integration, and custom rule development assistance.

eslintlintingcode-quality
3,800by eslint-claude
GitHub

Secret Detector

Beginner

Real-time detection of API keys, tokens, passwords, and credentials in code with automatic .gitignore suggestions and vault integration.

secretsapi-keysdetection
3,600by secret-tools
GitHub

README Generator

Beginner

Automated README generation from codebase analysis with badges, installation guides, API documentation, and contribution guidelines.

readmedocumentationbadges
3,600by readme-tools
GitHub

GraphQL Plugin

Intermediate

GraphQL schema design, query building, resolver generation, and Apollo/Relay client code generation with type safety.

graphqlapolloschema
3,600by graphql-tools
GitHub

React Native Plugin

Intermediate

React Native development with Expo integration, native module bridging, platform-specific code assistance, and build configuration.

react-nativeexpomobile
3,600by rn-claude
GitHub

Google Cloud Plugin

Intermediate

GCP integration with Cloud Run deployments, BigQuery analysis, Firestore management, and Workload Identity setup.

gcpgoogle-cloudbigquery
3,500by gcp-claude
GitHub

Jest Plugin

Beginner

Jest test suite management with test generation, mock factory creation, coverage threshold enforcement, and performance benchmarks.

jesttestingmocking
3,500by jest-tools
GitHub

Go Toolchain Plugin

Intermediate

Go development toolkit with go vet integration, race condition detection, module management, and coverage visualization.

gogolangvet
3,400by go-tools
GitHub

MongoDB Plugin

Intermediate

MongoDB Atlas integration with schema analysis, aggregation pipeline builder, index optimization, and change stream monitoring.

mongodbnosqlaggregation
3,400by mongo-claude
GitHub

Hugging Face Plugin

Intermediate

Model discovery, dataset exploration, inference API integration, and transformers pipeline setup for Hugging Face ecosystem.

huggingfacemodelsdatasets
3,400by hf-claude
GitHub

Todo Manager Plugin

Beginner

Advanced todo tracking with priority management, file-linked tasks, deadline reminders, and progress visualization.

todostask-managementpriorities
3,400by todo-tools
GitHub

Stripe Plugin

Intermediate

Payment integration with Stripe checkout flows, subscription management, webhook handling, and billing portal configuration.

stripepaymentssubscriptions
3,400by stripe-tools
GitHub

Cost Tracker

Beginner

Real-time token usage monitoring, cost estimation, and budget alerts for Claude Code sessions with historical analytics.

tokenscostmonitoring
3,200by token-tools
GitHub

Azure DevOps Plugin

Intermediate

Azure pipelines, ARM/Bicep templates, App Service management, and Azure Functions development with integrated CI/CD.

azuredevopspipelines
3,200by azure-claude
GitHub

Cloudflare Workers Plugin

Intermediate

Workers and Pages development with Wrangler integration, D1 database management, KV store operations, and R2 storage.

cloudflareworkersedge
3,200by cf-tools
GitHub

Vue.js Plugin

Intermediate

Vue 3 development with Composition API assistance, Pinia store analysis, Nuxt integration, and template optimization.

vuenuxtpinia
3,200by vue-claude
GitHub

Cypress E2E Plugin

Intermediate

End-to-end testing with Cypress test generation, custom command creation, network stubbing, and visual testing integration.

cypresse2evisual-testing
3,200by cypress-claude
GitHub

Dependency Audit Plugin

Beginner

Automated dependency vulnerability scanning with CVE tracking, upgrade path suggestions, and license compliance checking.

dependenciescveaudit
3,200by dep-audit
GitHub

Prompt Engineering Plugin

Beginner

Prompt optimization toolkit with A/B testing, token analysis, chain-of-thought templates, and prompt version management.

promptsoptimizationtesting
3,200by prompt-tools
GitHub

API Docs Generator

Intermediate

OpenAPI spec generation from code, interactive documentation with Swagger UI, and SDK generation for multiple languages.

openapiswaggersdk
3,200by api-docs
GitHub

Sentry Plugin

Beginner

Error tracking integration with Sentry issue management, release tracking, performance monitoring, and alert configuration.

sentryerror-trackingmonitoring
3,200by sentry-tools
GitHub

Performance Profiler

Intermediate

Runtime performance profiling with flame graphs, memory leak detection, CPU usage analysis, and optimization suggestions.

performanceprofilingmemory-leaks
3,200by perf-tools
GitHub

Drizzle ORM Plugin

Beginner

Type-safe SQL with Drizzle migrations, schema introspection, query builder assistance, and multi-database support.

drizzleormtype-safe
3,100by drizzle-tools
GitHub

LangChain Plugin

Intermediate

LangChain chain construction, agent design, vector store integration, and retrieval-augmented generation workflow building.

langchainchainsagents
3,100by lc-tools
GitHub

Diagram Generator

Beginner

Architecture diagram generation with Mermaid, PlantUML, and D2 support for system design, sequence diagrams, and ERDs.

diagramsmermaidplantuml
3,000by diagram-tools
GitHub

Bundle Size Analyzer

Intermediate

Webpack and Vite bundle analysis with tree-shaking verification, chunk splitting suggestions, and size impact previews.

bundlewebpackvite
3,000by bundle-tools
GitHub

Java Build Tools

Intermediate

Maven and Gradle integration with dependency management, build lifecycle hooks, and artifact publishing automation.

javamavengradle
2,900by java-claude
GitHub

Pytest Plugin

Beginner

Python testing with pytest fixture generation, parametrize decorators, conftest management, and plugin integration.

pytestpythonfixtures
2,900by pytest-claude
GitHub

Visual Diff

Beginner

Rich terminal-based visual diff viewer with syntax highlighting, side-by-side comparison, and inline annotations for code reviews.

diffvisualizationterminal
2,800by diff-tools
GitHub

Redis Plugin

Intermediate

Redis cache management with key analysis, memory optimization, pub/sub monitoring, and cluster management tools.

rediscachepub-sub
2,800by redis-claude
GitHub

Accessibility Checker

Beginner

WCAG compliance checking with axe-core integration, screen reader simulation, color contrast analysis, and keyboard navigation testing.

accessibilitywcagaxe-core
2,800by a11y-tools
GitHub

Auth Helper Plugin

Intermediate

Authentication implementation assistant with OAuth 2.0, JWT, session management, and security best practices enforcement.

authoauthjwt
2,800by auth-tools
GitHub

Vector Database Plugin

Intermediate

Multi-vector-database support with Pinecone, Weaviate, Qdrant, and ChromaDB integration for embedding management.

vector-dbembeddingspinecone
2,800by vector-tools
GitHub

Lighthouse Plugin

Beginner

Web performance auditing with Lighthouse CI integration, Core Web Vitals tracking, and performance budget enforcement.

lighthouseperformanceweb-vitals
2,800by lh-tools
GitHub

Flutter Plugin

Intermediate

Flutter development with widget tree analysis, Dart type system support, platform channel management, and pub.dev integration.

flutterdartwidgets
2,800by flutter-claude
GitHub

Data Visualization Plugin

Intermediate

Chart and graph generation with D3.js, Chart.js, and Recharts integration for dashboards and data presentations.

chartsd3visualization
2,800by dataviz-tools
GitHub

Monorepo Plugin

Intermediate

Monorepo management with Turborepo/Nx integration, dependency graph analysis, and selective build/test execution.

monorepoturboreponx
2,800by mono-tools
GitHub

SEO Analyzer Plugin

Beginner

On-page SEO analysis with meta tag optimization, structured data validation, Core Web Vitals, and keyword density checking.

seometa-tagsstructured-data
2,800by seo-tools
GitHub

Build With Claude

Intermediate

Hub for 134 skills, 357 commands, 234 agents, and 59 hooks with 199+ Docker MCP servers across 11 agent categories.

hubagentscommands
2,700by davepoon
GitHub

Swift Xcode Bridge

Intermediate

Bridge between Claude Code and Xcode with SwiftUI previews, build output parsing, and iOS simulator management.

swiftxcodeios
2,700by swift-tools
GitHub

Multi-File Editor

Intermediate

Enhanced multi-file editing with batch changes, cross-file consistency validation, and atomic rollback on errors.

multi-fileeditingbatch
2,600by multi-edit
GitHub

SvelteKit Plugin

Intermediate

SvelteKit development with runes analysis, load function optimization, form actions, and server-side rendering debugging.

sveltesveltekitrunes
2,600by svelte-tools
GitHub

Ollama Plugin

Beginner

Local LLM management with Ollama model pulling, inference testing, model comparison, and quantization analysis.

ollamalocal-llminference
2,600by ollama-claude
GitHub

Changelog Generator

Beginner

Automated changelog generation from git history with conventional commit parsing, release notes, and semver suggestions.

changelogreleasesconventional-commits
2,600by changelog-tools
GitHub

Slack Integration Plugin

Intermediate

Slack bot development with Block Kit builder, event handling, slash command creation, and workspace management.

slackbotblock-kit
2,600by slack-claude
GitHub

Datadog Plugin

Intermediate

APM integration with Datadog metrics, log management, dashboard creation, and custom metric instrumentation.

datadogapmmetrics
2,600by dd-tools
GitHub

Prettier Plugin

Beginner

Code formatting with Prettier configuration, format-on-save simulation, and cross-project style consistency enforcement.

prettierformattingstyle
2,600by prettier-tools
GitHub

Environment Manager

Beginner

Multi-environment configuration with .env file management, secret rotation, environment diffing, and deployment variable sync.

envconfigurationsecrets
2,600by env-tools
GitHub

AWS Lambda Plugin

Intermediate

Lambda function development with local testing, layer management, cold start optimization, and deployment automation.

lambdaserverlessaws
2,600by lambda-tools
GitHub

.NET Development Plugin

Intermediate

Full .NET integration with NuGet management, MSBuild diagnostics, Blazor support, and Entity Framework migration helpers.

csharpdotnetnuget
2,500by dotnet-claude
GitHub

Test Watcher

Beginner

Continuous test runner that watches for file changes and provides instant feedback with coverage reports and failure analysis.

testingwatchcoverage
2,400by test-tools
GitHub

Angular Plugin

Intermediate

Angular development with signal-based reactivity, standalone component analysis, lazy loading optimization, and NgRx state management.

angularsignalsngrx
2,400by ng-claude
GitHub

API Test Generator

Intermediate

Automated API test generation from OpenAPI specs with request/response validation, authentication flow testing, and edge case coverage.

apiopenapitesting
2,400by api-test
GitHub

gRPC Plugin

Advanced

Protocol buffer management, gRPC service generation, client stubs, and streaming API development with protobuf validation.

grpcprotobufstreaming
2,400by grpc-tools
GitHub

SQL Builder Plugin

Intermediate

Type-safe SQL query construction with visual query builder, join optimization, and cross-database dialect translation.

sqlquery-buildertype-safe
2,400by sql-builder
GitHub

Design Token Manager

Intermediate

Design token management with multi-platform export (CSS, iOS, Android), theme generation, and contrast ratio validation.

design-tokensthemesmulti-platform
2,400by token-tools
GitHub

Solidity Plugin

Advanced

Smart contract development with Solidity compiler integration, gas optimization analysis, and security audit automation.

soliditysmart-contractsgas
2,400by sol-tools
GitHub

Image Optimizer Plugin

Beginner

Automatic image optimization with WebP/AVIF conversion, responsive image generation, and lazy loading configuration.

imageswebpavif
2,400by img-tools
GitHub

Migration Helper

Intermediate

Framework and library migration assistance with upgrade path analysis, breaking change detection, and automated codemods.

migrationupgradecodemods
2,400by migrate-tools
GitHub

Semantic Release Plugin

Intermediate

Automated versioning and release management with conventional commit analysis, changelog generation, and npm/GitHub publishing.

semantic-releaseversioningnpm
2,400by release-tools
GitHub

Laminar

Intermediate

Full-stack LLM observability and evaluation platform with distributed tracing, analytics, and experiment tracking.

observabilitytracingevaluation
2,400by lmnr-ai
GitHub

Ruby on Rails Plugin

Intermediate

Rails-aware development with route analysis, migration generation, Active Record query optimization, and RSpec test scaffolding.

rubyrailsactive-record
2,300by ruby-tools
GitHub

Playwright Skill

Intermediate

Browser automation plugin where Claude autonomously writes and executes Playwright tests for validation and testing workflows.

playwrightbrowsertesting
2,200by lackeyjb
GitHub

Error Explainer

Beginner

Intelligent error analysis that parses stack traces, identifies root causes, and suggests fixes with links to relevant documentation.

errorsdebuggingstack-trace
2,200by error-tools
GitHub

Neon Serverless Postgres

Beginner

Neon database management with branching, point-in-time restore, connection pooling, and serverless PostgreSQL operations.

neonserverlesspostgres
2,200by neon-tools
GitHub

Astro Plugin

Intermediate

Astro framework support with island architecture analysis, content collections, view transitions, and multi-framework integration.

astroislandscontent-collections
2,200by astro-claude
GitHub

JSDoc Generator

Beginner

Automated JSDoc comment generation with type inference, parameter documentation, and example code generation.

jsdoccommentstype-inference
2,200by jsdoc-tools
GitHub

Time Tracker Plugin

Beginner

Development session time tracking with task categorization, productivity analytics, and integration with Toggl and Clockify.

time-trackingproductivityanalytics
2,200by time-tools
GitHub

Grafana Plugin

Intermediate

Dashboard creation with Grafana panel configuration, PromQL query building, alert rule setup, and data source management.

grafanadashboardspromql
2,200by grafana-claude
GitHub

SonarQube Plugin

Intermediate

Code quality analysis with SonarQube rule checking, code smell detection, technical debt estimation, and quality gate enforcement.

sonarqubecode-smellstechnical-debt
2,200by sonar-claude
GitHub

Analytics Plugin

Beginner

Web analytics integration with GA4 event tracking, Plausible, PostHog, and Mixpanel setup with privacy-compliant implementation.

analyticsga4posthog
2,200by analytics-tools
GitHub

Discord Bot Plugin

Intermediate

Discord bot development with slash command registration, embed builder, role management, and event handling.

discordbotslash-commands
2,200by discord-claude
GitHub

i18n Plugin

Intermediate

Internationalization management with translation key extraction, locale file management, and pluralization rule configuration.

i18ninternationalizationtranslations
2,200by i18n-tools
GitHub

Edge Runtime Plugin

Intermediate

Edge computing development with Deno Deploy, Cloudflare Workers, and Vercel Edge runtime compatibility checking.

edgedenoserverless
2,200by edge-tools
GitHub

OG Image Generator

Beginner

Dynamic Open Graph image generation with template system, custom fonts, gradient backgrounds, and social preview testing.

og-imagesocialpreview
2,200by og-tools
GitHub

Claude Octopus

Advanced

Multi-LLM orchestration plugin supporting 8 providers (Codex, Gemini, Claude, Perplexity, OpenRouter, Copilot, Qwen, Ollama) with 47 commands and 50 skills.

multi-llmorchestrationproviders
2,100by nyldn
GitHub

Laravel Plugin

Intermediate

Laravel development toolkit with Artisan command integration, Eloquent model analysis, Blade template validation, and route management.

phplaraveleloquent
2,100by php-claude
GitHub

Nginx Config Plugin

Intermediate

Nginx configuration generation, validation, SSL certificate management, and load balancing optimization with syntax checking.

nginxconfigssl
2,100by nginx-tools
GitHub

Load Testing Plugin

Intermediate

Performance testing with k6 script generation, load pattern design, threshold configuration, and result analysis.

k6load-testingperformance
2,100by load-test
GitHub

Storybook Plugin

Beginner

Component documentation with Storybook story generation, visual regression testing setup, and design system integration.

storybookcomponentsdesign-system
2,000by storybook-claude
GitHub

OpenTelemetry Plugin

Advanced

Distributed tracing with OTel SDK setup, span creation, context propagation, and exporter configuration for observability.

opentelemetrytracingspans
2,000by otel-tools
GitHub

Dead Code Finder

Beginner

Unreachable code detection, unused export identification, orphaned file discovery, and safe removal suggestions.

dead-codeunusedcleanup
2,000by dead-code
GitHub

CSV/JSON Transformer

Beginner

Data format conversion with CSV parsing, JSON transformation, schema validation, and bulk data processing utilities.

csvjsontransformation
2,000by data-tools
GitHub

Hardhat Plugin

Intermediate

Hardhat development environment with contract deployment, testing, and Etherscan verification automation.

hardhatethereumdeployment
2,000by hardhat-claude
GitHub

Caching Strategy Plugin

Intermediate

Cache layer design with Redis, Memcached, and CDN caching strategies, TTL optimization, and cache invalidation patterns.

cachingrediscdn
2,000by cache-tools
GitHub

Regex Helper Plugin

Beginner

Interactive regex building with pattern visualization, test case generation, and common pattern library with explanations.

regexpatternsvisualization
2,000by regex-tools
GitHub

Git Hooks Manager

Beginner

Pre-commit, pre-push, and commit-msg hook management with Husky integration, lint-staged configuration, and commitlint setup.

git-hookshuskylint-staged
2,000by hooks-tools
GitHub

Markdown Enhancer

Beginner

Advanced markdown processing with MDX support, custom component rendering, table of contents generation, and link checking.

markdownmdxtoc
2,000by md-tools
GitHub

Snippet Library

Beginner

Personal and team code snippet library with search, tagging, version history, and auto-suggestion during coding sessions.

snippetsreusesharing
1,900by snippet-tools
GitHub

Ansible Automation Plugin

Intermediate

Playbook generation, role management, inventory organization, and idempotency checking for Ansible automation.

ansibleautomationplaybooks
1,900by ansible-claude
GitHub

Docusaurus Plugin

Intermediate

Documentation site management with Docusaurus page generation, versioning, sidebar configuration, and MDX component creation.

docusaurusdocs-sitemdx
1,900by docs-tools
GitHub

Twilio Plugin

Intermediate

SMS, voice, and WhatsApp integration with Twilio API, conversation management, and programmable messaging workflows.

twiliosmsvoice
1,900by twilio-claude
GitHub

Animation Helper

Intermediate

CSS and Framer Motion animation creation with easing curve visualization, keyframe generation, and performance optimization.

animationsframer-motioncss
1,900by anim-tools
GitHub

Feature Flag Plugin

Intermediate

Feature flag management with LaunchDarkly/Unleash integration, gradual rollout configuration, and A/B test setup.

feature-flagsrolloutsa-b-testing
1,900by flag-tools
GitHub

Kotlin Multiplatform

Advanced

KMP development plugin with shared module analysis, platform-specific code generation, and Compose Multiplatform support.

kotlinmultiplatformcompose
1,800by kotlin-tools
GitHub

SQLite Plugin

Beginner

Lightweight SQLite management with schema visualization, query optimization, WAL mode configuration, and backup automation.

sqlitelightweightembedded
1,800by sqlite-claude
GitHub

Remix Plugin

Intermediate

Remix development with loader/action optimization, nested routing analysis, error boundary management, and form handling.

remixloadersactions
1,800by remix-tools
GitHub

MLflow Plugin

Intermediate

ML experiment tracking with MLflow run management, model registry, artifact storage, and model serving deployment.

mlflowexperiment-trackingmodel-registry
1,800by mlflow-tools
GitHub

Code Bookmark Manager

Beginner

Bookmark important code locations with annotations, quick navigation, and shareable bookmark collections for team workflows.

bookmarksnavigationannotations
1,800by bookmark-tools
GitHub

Webhook Manager

Intermediate

Webhook endpoint management with payload validation, retry logic configuration, event filtering, and delivery monitoring.

webhookseventsretry
1,800by webhook-tools
GitHub

Complexity Analyzer

Intermediate

Cyclomatic complexity analysis, cognitive complexity scoring, code duplication detection, and maintainability index calculation.

complexitymaintainabilityduplication
1,800by complexity-tools
GitHub

Icon Generator Plugin

Beginner

SVG icon generation, icon library management, Lucide/Heroicons integration, and custom icon set creation.

iconssvglucide
1,800by icon-tools
GitHub

Telegram Bot Plugin

Intermediate

Telegram bot creation with inline keyboards, webhook configuration, media handling, and conversation management.

telegrambotwebhooks
1,800by telegram-tools
GitHub

Sanity CMS Plugin

Intermediate

Sanity.io content management with schema building, GROQ query assistance, and studio customization.

sanitycmsgroq
1,800by sanity-claude
GitHub

Email Template Builder

Intermediate

Responsive HTML email template creation with MJML support, inbox preview testing, and deliverability optimization.

emailmjmltemplates
1,800by email-tools
GitHub

Mem9

Intermediate

Persistent AI memory layer enabling long-term context retention across sessions with intelligent recall.

memorypersistencecontext
1,800by mem9-ai
GitHub

Claude Code Plugins Plus Skills

Intermediate

340 plugins and 1367 agent skills with CCPI package manager, interactive tutorials, and production orchestration patterns.

marketplacepackage-managerskills
1,700by jeremylongshore
GitHub

PostgreSQL AI Guide

Intermediate

MCP server and Claude plugin providing Postgres skills and documentation to generate better PostgreSQL code with AI assistance.

postgresdatabasesql
1,700by timescale
GitHub

Pulumi IaC Plugin

Advanced

Infrastructure as Code using real programming languages with Pulumi stack management, preview, and multi-cloud deployments.

pulumiiacmulti-cloud
1,700by pulumi-tools
GitHub

SendGrid Email Plugin

Beginner

Email sending with template management, dynamic templates, analytics tracking, and bounce handling via SendGrid API.

emailsendgridtemplates
1,700by sendgrid-claude
GitHub

PlanetScale Plugin

Intermediate

PlanetScale branching database workflow with schema diff, deploy requests, connection management, and query insights.

planetscalemysqlbranching
1,600by ps-tools
GitHub

CSP Builder Plugin

Intermediate

Content Security Policy generation, violation monitoring, header configuration, and gradual enforcement strategies.

cspsecurity-headersxss
1,600by csp-tools
GitHub

Session Replay Plugin

Beginner

Record and replay Claude Code sessions for documentation, training, and debugging with searchable session archives.

replayrecordingdocumentation
1,600by replay-tools
GitHub

Color Palette Plugin

Beginner

Color palette generation with WCAG contrast checking, theme variation creation, and CSS custom property export.

colorspalettewcag
1,600by color-tools
GitHub

Web3 Wallet Plugin

Intermediate

Wallet integration with MetaMask, WalletConnect, and ethers.js for dApp development and transaction management.

web3walletmetamask
1,600by web3-tools
GitHub

Contentful Plugin

Intermediate

Contentful CMS integration with content type management, migration scripts, and delivery API query building.

contentfulcmsheadless
1,600by cf-claude
GitHub

A/B Testing Plugin

Intermediate

Experiment design with statistical significance calculation, variant management, and integration with Optimizely and VWO.

ab-testingexperimentsstatistics
1,600by ab-tools
GitHub

Canopy

Intermediate

Knowledge framework for building RAG applications with semantic search, retrieval pipelines, and vector databases.

knowledgeragsemantic-search
1,600by kwalus
GitHub

Elixir Phoenix Plugin

Intermediate

Phoenix framework integration with LiveView support, Ecto migration tools, and OTP supervision tree analysis.

elixirphoenixliveview
1,500by elixir-claude
GitHub

Mutation Testing Plugin

Advanced

Stryker Mutator integration for mutation testing with survival analysis, test quality scoring, and coverage gap detection.

mutationstrykertest-quality
1,500by mutation-tools
GitHub

Capacitor Plugin

Intermediate

Capacitor hybrid app development with native plugin integration, build configuration, and platform-specific adjustments.

capacitorhybridionic
1,500by cap-tools
GitHub

Pentest Assistant

Advanced

Penetration testing assistant with reconnaissance helpers, vulnerability assessment workflows, and compliance reporting.

pentestsecurityreconnaissance
1,400by pentest-claude
GitHub

Clipboard Manager

Beginner

Multi-clipboard with history, code formatting, cross-session persistence, and intelligent paste suggestions.

clipboardhistorypaste
1,400by clip-tools
GitHub

MemoBase

Intermediate

Knowledge storage and retrieval system optimized for AI agent memory management with semantic search.

knowledgestorageretrieval
1,400by memodb-io
GitHub

Claude Workflow V2

Intermediate

Universal Claude Code workflow plugin with agents, skills, hooks, and commands for structured development cycles.

workflowagentshooks
1,300by CloudAI-X
GitHub

Zig Development Tools

Advanced

Zig language support with compile-time analysis, allocator tracking, and C interop verification.

zigcompile-timeallocator
1,200by zig-tools
GitHub

Codefire

Beginner

Rapid application builder generating full-stack apps from natural language descriptions with production-ready output.

app-builderfull-stackrapid
1,100by websitebutlers
GitHub

N Skills

Beginner

Curated plugin marketplace for AI agents compatible with Claude Code, Codex, and openskills platforms.

marketplacecuratedmulti-platform
943by numman-ali
GitHub

Superpowers Marketplace

Intermediate

Curated plugin marketplace with TDD, debugging, Chrome DevTools, episodic memory, writing guidance, and experimental lab features.

tdddebuggingchrome
747by obra
GitHub

Ralph Wiggum Marketer

Beginner

Autonomous AI copywriter plugin for Claude Code that generates marketing copy, ad campaigns, and content strategies.

marketingcopywritingautonomous
706by muratcankoylan
GitHub

Plugins For Claude Natives

Advanced

Power user plugins with skills, agents, commands, and hooks for advanced Claude Code workflows.

power-useradvancednative
691by team-attention
GitHub

CC Marketplace

Beginner

Community marketplace repository for Claude Code plugins with agents, commands, and hooks.

marketplacecommunityagents
669by ananddtyagi
GitHub

AgentSys

Intermediate

19 plugins, 47 agents, and 39 skills for automating everything around AI-written code across Claude Code, OpenCode, Codex, Cursor, and Kiro.

automationagentsmulti-platform
658by agent-sh
GitHub

Awesome Claude Code Plugins

Beginner

Curated list of slash commands, subagents, MCP servers, and hooks for Claude Code with community ratings.

awesome-listcuratedsubagents
649by ccplugins
GitHub

Claude Review Loop

Intermediate

Automated code review loop plugin that pairs Claude Code with Codex for multi-agent review cycles.

code-reviewautomatedcodex
619by hamelsmu
GitHub

Claude Forge

Intermediate

Oh-my-zsh-inspired plugin framework with 11 AI agents, 36 commands, 15 skills, and 6-layer security hooks. 5-minute install.

frameworksecurityagents
612by sangrokjung
GitHub

Flow-Next & Ralph

Advanced

Plan-first workflows, overnight autonomous coding with fresh context, multi-model review gates, re-anchoring to prevent drift, and receipt-based gating.

workflowautonomousreview
554by gmickel
GitHub

Cartographer

Beginner

Plugin that maps and documents codebases of any size using parallel AI subagents for comprehensive code understanding.

codebase-mappingdocumentationsubagents
525by kingbootoshi
GitHub

Adversarial Spec

Advanced

Iteratively refines product specifications by debating between multiple LLMs until all models reach consensus on requirements.

specsdebatemulti-llm
516by zscole
GitHub

HashiCorp Agent Skills

Intermediate

Official HashiCorp collection of agent skills and Claude Code plugins for Terraform, Vault, Consul, and Nomad.

hashicorpterraformvault
491by hashicorp
GitHub

Claude Notifications

Beginner

Cross-platform smart notifications with 6 types, click-to-focus, webhooks (ntfy, Slack, Telegram), zero dependencies across all OS.

notificationscross-platformwebhooks
392by 777genius
GitHub

Claude Equity Research

Advanced

Institutional-grade equity research plugin generating professional buy/sell recommendations with fundamental analysis and technical indicators.

financeequityresearch
389by quant-sentiment-ai
GitHub

Claude Code LSPs

Advanced

Plugin marketplace with Language Server Protocol servers for enhanced code intelligence across multiple languages.

lspcode-intelligencelanguage-server
357by Piebald-AI
GitHub

Pinion OS

Advanced

Client SDK and plugin framework for the Pinion protocol with x402 micropayments on Base blockchain.

blockchainmicropaymentssdk
357by chu2bard
GitHub

Frequently Asked Questions

What are Claude Code plugins?

Claude Code plugins are code-based extensions that add new tools, capabilities, or integrations to the Claude Code runtime. Unlike skills (which are instruction files), plugins execute code and can register custom tools that Claude can invoke, add new slash commands, hook into lifecycle events, and provide persistent services. Plugins are the most powerful way to extend Claude Code's functionality beyond its built-in capabilities.

How do I install a Claude Code plugin?

Plugins are installed using the Claude Code CLI or by adding them to your project's configuration file. Most plugins are distributed as npm packages or GitHub repositories. A typical installation involves running a command like "claude plugin install <package-name>" or adding the plugin reference to your .claude/settings.json. After installation, the plugin's tools and commands are immediately available in your Claude Code sessions.

What is the difference between plugins and skills?

Skills are instruction-based (SKILL.md files that tell Claude how to perform a task using natural language). Plugins are code-based (executable packages that add new tools and capabilities to the runtime). A plugin might register a new tool like "analyze-bundle-size" that Claude can call, while a skill would describe steps for Claude to follow using existing tools. Plugins often include skills as part of their package.

What are the best plugins for TypeScript development?

Several plugins in this directory specialize in TypeScript workflows. Type-checking plugins give Claude real-time access to TypeScript compiler diagnostics. Refactoring plugins provide AST-aware code transformations. Test generation plugins understand TypeScript types to produce more accurate test cases. Look for plugins tagged with "typescript" in the grid below for the full list.

How do I build a Claude Code plugin?

Claude Code provides a plugin SDK for building custom plugins. You create a package that exports a plugin manifest (defining the plugin's name, version, and capabilities) and handler functions for each tool or command the plugin provides. Plugins can be written in TypeScript or JavaScript. The SDK includes types, testing utilities, and a local development server for rapid iteration. Refer to the Anthropic documentation for the complete plugin development guide.

Know a plugin we're missing?

Help us build the most complete directory of Claude Code plugins.

Submit a Resource