Back to Discover

claude-plugins-official

skill

anthropics

Official, Anthropic-managed directory of high quality Claude Code Plugins.

View on GitHub
32,960 starsApache-2.0Synced Aug 2, 2026

Install to Claude Code

/plugin marketplace add anthropics/claude-plugins-official

README

Claude Code Plugins Directory

A curated directory of high-quality plugins for Claude Code.

⚠️ Important: Make sure you trust a plugin before installing, updating, or using it. Anthropic does not control what MCP servers, files, or other software are included in plugins and cannot verify that they will work as intended or that they won't change. See each plugin's homepage for more information.

Structure

  • /plugins - Internal plugins developed and maintained by Anthropic
  • /external_plugins - Third-party plugins from partners and the community

Installation

Plugins can be installed directly from this marketplace via Claude Code's plugin system.

To install, run /plugin install {plugin-name}@claude-plugins-official

or browse for the plugin in /plugin > Discover

Contributing

Internal Plugins

Internal plugins are developed by Anthropic team members. See /plugins/example-plugin for a reference implementation.

External Plugins

Third-party partners can submit plugins for inclusion in the marketplace. External plugins must meet quality and security standards for approval. To submit a new plugin, use the plugin directory submission form.

Plugin Structure

Each plugin follows a standard structure:

plugin-name/
├── .claude-plugin/
│   └── plugin.json      # Plugin metadata (required)
├── .mcp.json            # MCP server configuration (optional)
├── commands/            # Slash commands (optional)
├── agents/              # Agent definitions (optional)
├── skills/              # Skill definitions (optional)
└── README.md            # Documentation

Plugin names are immutable

The name field in a marketplace entry is an immutable slug. Once a plugin has been published, its name must not change — users have it installed under that slug, and renaming it breaks their install with a plugin-not-found error.

  • To change how a plugin is labeled in the UI, set or update displayName instead.
  • If a rename is genuinely unavoidable, add an entry to the top-level renames map in .claude-plugin/marketplace.json so existing installs auto-migrate:
"renames": {
  "old-name": "new-name"
}

The Claude Code plugin loader reads this map and transparently rewrites the old slug to the new one on the user's next sync.

Skill-bundle plugins

When a plugin's source repository ships skills (SKILL.md files) without a .claude-plugin/plugin.json manifest, the marketplace entry can declare the skills directly using strict: false and an explicit skills array.

{
  "name": "example-bundle",
  "description": "Brief description of the bundled skills.",
  "author": { "name": "Author Name" },
  "category": "development",
  "source": {
    "source": "git-subdir",
    "url": "https://github.com/example-org/sdk.git",
    "path": "packages/agent-skills",
    "ref": "main",
    "sha": "<commit sha>"
  },
  "strict": false,
  "skills": [
    "./skill-a",
    "./skill-b",
    "./skill-c"
  ],
  "homepage": "https://github.com/example-org/sdk"
}

Each path in skills is relative to source.path and points at a directory containing a SKILL.md. Paths can reach deeper than a single level — for example, ["./libA/skill-1", "./libB/skill-2"] exposes a curated subset across multiple library subdirectories. Each skill is registered as <plugin-name>:<skill-name> in Claude Code.

For the underlying schema, see Strict mode in the marketplace documentation.

License

Please see each linked plugin for the relevant LICENSE file.

Documentation

For more information on developing Claude Code plugins, see the official documentation.

Rendered live from anthropics/claude-plugins-official's GitHub README — not stored, always reflects the source repo.

276 Plugins

NameDescriptionCategorySource
42crunch-api-security-testingAutomate API security directly in Claude Code with 42Crunch - automatically audit OpenAPI specs, detect vulnerabilities aligned with OWASP API Security risks (including BOLA/BFLA), and apply AI-powered fixes. Designed for AI-assisted development workflows, it provides continuous guardrails through an audit->scan->remediate->validate loop, ensuring APIs meet enterprise security standards before deployment.securityhttps://github.com/42Crunch-AI/claude-plugins.git
adobe-for-creativityHarness Adobe's creative AI-powered tools to edit images, automate design workflows, and bring creative visions to life — from background removal to vectorization and professional retouching.designhttps://github.com/adobe/skills.git
agent-sdk-devDevelopment kit for working with the Claude Agent SDKdevelopment./plugins/agent-sdk-dev
agentforce-adlcAgentforce Agent Development Life Cycle — author, discover, scaffold, deploy, test, and optimize .agent filesdevelopmenthttps://github.com/SalesforceAIResearch/agentforce-adlc.git
ai-pluginsSet up endorctl and use Endor Labs to scan, prioritize, and fix security risks across your software supply chainhttps://github.com/endorlabs/ai-plugins.git
aikidoAikido Security scanning for Claude Code — SAST, secrets, and IaC vulnerability detection powered by the Aikido MCP server.https://github.com/AikidoSec/aikido-claude-plugin.git
airtableAirtable is the database and operations layer for your agents — whether running product, marketing, sales, ops, HR, or a custom business app. It combines structured data with multiplayer visual surfaces (grid, kanban, calendar, gallery, timeline) humans and agents share — plus sync integrations to Jira, Salesforce, Zendesk, Google Drive, Databricks, and the rest of your stack, all backed by enterprise governance. This plugin makes Claude fluent in Airtable: creating bases and schema, working with records, and sharing UI for collaboration. Bundles the official Airtable MCP server.productivityhttps://github.com/Airtable/skills.git
airwallex-agentosBring Airwallex's global financial infrastructure to Claude. Orchestrate actions across your account in plain language, e.g., set up invoices from a PO, onboard suppliers from invoices, and check current cash position across currencies. AgentOS bundles pre-built finance Skills with MCP servers. A public CLI connects your agent to Airwallex's capabilities.productivityhttps://github.com/airwallex/airwallex-marketplace.git
alloydbCreate, connect, and interact with an AlloyDB for PostgreSQL database and data.databasehttps://github.com/gemini-cli-extensions/alloydb.git
alloydb-omniCreate, connect, and interact with an AlloyDB Omni database and data.databasehttps://github.com/gemini-cli-extensions/alloydb-omni.git
altimate-codeDelegates dbt and warehouse work to altimate-code, a specialized CLI agent with 100+ purpose-built data tools (SQL analysis, column-level lineage, dbt build/test/run, warehouse profiling, FinOps, connectivity to Snowflake, BigQuery, Redshift, Databricks, Postgres, MySQL, DuckDB).databasehttps://github.com/AltimateAI/altimate-claude-plugin.git
amazon-location-serviceGuide developers through adding maps, places search, geocoding, routing, and other geospatial features with Amazon Location Service, including authentication setup, SDK integration, and best practices.locationhttps://github.com/awslabs/agent-plugins.git
amd-skillsAMD's verified Agent Skills in one plugin: route image/audio through local AI on Ryzen AI, serve LLMs on AMD Instinct GPUs with vLLM, and analyze GPU kernel and PyTorch trace performance.developmenthttps://github.com/amd/skills.git
amplitudeUse Amplitude as an expert analyst — instrument Amplitude, discover product opportunities, analyze charts, create dashboards, manage experiments, and understand users and accounts.monitoringhttps://github.com/amplitude/mcp-marketplace.git
apolloProspect, enrich leads, load outreach sequences, and query sales analytics with Apollo.io — one-click MCP server integration for Claude Code and Cowork.productivityhttps://github.com/apolloio/apollo-mcp-plugin.git
apollo-skillsApollo GraphQL agent skills for Claude Code — Apollo Client, Server, Federation, Connectors, Router, Rover CLI, iOS, Kotlin, and the Apollo MCP server. Covers schema design, query optimization, and GraphQL best practices.developmenthttps://github.com/apollographql/skills.git
appwriteAppwrite tools for Claude Code, including SDK skills, Appwrite MCP servers, and deployment commands.developmenthttps://github.com/appwrite/claude-plugin.git
asanaAsana project management integration. Create and manage tasks, search projects, update assignments, track progress, and integrate your development workflow with Asana's work management platform.productivity./external_plugins/asana
astronomer-data-agentsData engineering for Apache Airflow and Astronomer. Author DAGs with best practices, debug pipeline failures, trace data lineage, profile tables, migrate Airflow 2 to 3, and manage local and cloud deployments.developmenthttps://github.com/astronomer/agents.git
atlanAtlan data catalog plugin for Claude Code. Search, explore, govern, and manage your data assets through natural language. Powered by the Atlan MCP server with semantic search, lineage traversal, glossary management, data quality rules, and more.https://github.com/atlanhq/agent-toolkit.git
atlassianConnect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.productivityhttps://github.com/atlassian/atlassian-mcp-server.git
atomic-agentsComprehensive development workflow for building AI agents with the Atomic Agents framework. Includes specialized agents for schema design, architecture planning, code review, and tool development. Features guided workflows, progressive-disclosure skills, and best practice validation.developmenthttps://github.com/BrainBlend-AI/atomic-agents.git
auth0Enterprise-grade auth, easy to implement. Add login, SSO, MFA, and access control to any app with framework-aware guidance.securityhttps://github.com/auth0/agent-skills.git
aws-agentsBuild, deploy, and operate AI agents on AWS. Skills for scaffolding agents with Amazon Bedrock AgentCore, connecting tools, memory, policies, evaluation, debugging, and production hardening.developmenthttps://github.com/aws/agent-toolkit-for-aws.git
aws-agents-for-devsecopsInvestigate incidents, review code and execute UAT for release readiness, scan code for vulnerabilities, and run penetration tests with AWS DevOps Agent and AWS Security Agent.developmenthttps://github.com/aws/agent-toolkit-for-aws.git
aws-amplifyBuild full-stack apps with AWS Amplify Gen 2 using guided workflows for authentication, data models, storage, GraphQL APIs, and Lambda functions.developmenthttps://github.com/awslabs/agent-plugins.git
aws-coreBuild, deploy, and operate applications on AWS. Skills to author infrastructure-as-code, use core services, and complete common tasks.developmenthttps://github.com/aws/agent-toolkit-for-aws.git
aws-data-analyticsData lake, analytics, and ETL workflows with S3 Tables, AWS Glue, and Athena.developmenthttps://github.com/aws/agent-toolkit-for-aws.git
aws-dev-toolkitAWS development toolkit — 34 skills, 11 agents, and 3 MCP servers for building, migrating, and performing architecture reviews on AWS.developmenthttps://github.com/aws-samples/sample-claude-code-plugins-for-startups.git
aws-serverlessDesign, build, deploy, test, and debug serverless applications with AWS Serverless services.developmenthttps://github.com/awslabs/agent-plugins.git
aws-startup-advisorPersonalized architecture, cost, security, and migration guidance for startups. From day-one account setup and security baselines to production-ready infrastructure, cost optimization, and beyond. Includes AWS Activate Credits eligibility, 60+ exclusive startup offers, and multi-account multi-region support. Built on expertise from AWS Startup Solutions Architects and patterns from 350,000+ startups.developmenthttps://github.com/awslabs/startups.git
aws-transformMigrate, modernize, and upgrade codebases to AWS. Transforms .NET Framework to .NET 8/10, mainframe COBOL to Java, VMware VMs to EC2, SQL Server to Aurora, and upgrades Java/Python/Node.js versions and AWS SDKs. AWS Transform - continuous modernization analyzes codebases for tech debt, security issues, and upgrade opportunities, then remediates them.migrationhttps://github.com/awslabs/agent-plugins.git
azureTransform Claude into an Azure expert. This plugin integrates the Azure MCP server and specialized Azure skills to move beyond generic advice. It enables Claude to perform real-world tasks: listing resources, validating deployments, diagnosing infrastructure issues, and optimizing costs across 50+ Azure services.deploymenthttps://github.com/microsoft/azure-skills.git
azure-cosmos-db-assistantExpert assistant for Azure Cosmos DB — data modeling, query optimization, performance tuning, and best practices.databasehttps://github.com/AzureCosmosDB/cosmosdb-claude-code-plugin.git
azure-sql-developerAgent skills for Azure SQL Developer, the Azure SQL Database engine running locally in a container. Teaches your agent to run the engine, connect, migrate, scaffold, build RAG, wire CI, and go local-to-cloud, using the real Private Preview image instead of the SQL Server image.databasehttps://github.com/microsoft/azure-sql-database-container.git
base44Build and deploy Base44 full-stack apps with CLI project management and JavaScript/TypeScript SDK development skillsdevelopmenthttps://github.com/base44/skills.git
bigdata-comOfficial Bigdata.com plugin providing financial research, analytics, and intelligence tools powered by Bigdata MCP.databasehttps://github.com/Bigdata-com/bigdata-plugins-marketplace.git
bigquery-data-analyticsConnect, query, and generate data insights for BigQuery datasets and data.databasehttps://github.com/gemini-cli-extensions/bigquery-data-analytics.git
boltzPredict structures, screen molecules and proteins, and design binders with Boltz from Claude Code.developmenthttps://github.com/boltz-bio/boltz-api-skills.git
boxWork with your Box content directly from Claude Code — search files, organize folders, collaborate with your team, and use Box AI to answer questions, summarize documents, and extract data without leaving your workflow.productivityhttps://github.com/box/box-for-ai.git
brightdata-pluginWeb scraping, Google search, structured data extraction, and MCP server integration powered by Bright Data. Includes 7 skills: scrape any webpage as markdown (with bot detection/CAPTCHA bypass), search Google with structured JSON results, extract data from 40+ websites (Amazon, LinkedIn, Instagram, TikTok, YouTube, and more), orchestrate Bright Data's 60+ MCP tools, built-in best practices for Web Unlocker, SERP API, Web Scraper API, and Browser API, Python SDK best practices for the brightda...https://github.com/brightdata/skills.git
browser-useGive Claude a real browser — your Chrome or a Browser Use Cloud browser. Use it whenever a task involves a website or web app: browsing, scraping and data extraction, filling forms, testing sites, taking screenshots, automating web workflows.automationhttps://github.com/browser-use/plugins.git
buildkiteOfficial Buildkite skills for Claude Code, Cursor, and other AI coding agents — pipelines, migration, preflight, agent runtime, CLI, and APIdevelopmenthttps://github.com/buildkite/skills.git
canvaCreate, edit, review, resize, and brand-check Canva designs with the Canva MCP server.designhttps://github.com/canva-sdks/canva-skills.git
carbone-skillOfficial Carbone skill — complete templating language reference covering tags, loops, conditions, formatters, aggregators, and all output formats (DOCX, XLSX, PPTX, ODT, HTML, Markdown, PDF)productivityhttps://github.com/carboneio/carbone-skill.git
carta-cap-tableCarta Cap Table plugin — skills and hooks for querying cap tables, grants, SAFEs, 409A valuations, waterfall scenarios, and moreproductivityhttps://github.com/carta/plugins.git
carta-crmManage the Carta CRM conversationally — search, add, update, and enrich investors, companies, contacts, deals, notes, and fundraisings via the Carta CRM MCP Server.productivityhttps://github.com/carta/plugins.git
carta-investorsCarta Investors plugin — skills for querying investor data, performance benchmarks, regulatory reporting, AGM deck generation, brand extraction, and more via the Carta MCP Server.productivityhttps://github.com/carta/plugins.git
catalyst-by-zohoOfficial Claude Code plugin for Catalyst by Zoho — full-stack serverless cloud platform. With Skills that covers all services, SDKs, CLI, architecture patterns, pricing, migration guides, and Zoho MCP tool-based resource management.developmenthttps://github.com/catalystbyzoho/claude-plugin.git
cds-mcpAI-assisted development of SAP Cloud Application Programming Model (CAP) projects. Search CDS models and CAP documentation.developmenthttps://github.com/cap-js/mcp-server.git
chrome-devtools-mcpControl and inspect a live Chrome browser from your coding agent. Record performance traces, analyze network requests, check console messages with source-mapped stack traces, and automate browser actions with Puppeteer.developmenthttps://github.com/ChromeDevTools/chrome-devtools-mcp.git
circle-skillsShip stablecoin apps faster. Best-practice skills for USDC payments, cross-chain transfers, wallets, and smart contracts — plus Circle's MCP server for real-time SDK and documentation guidance.developmenthttps://github.com/circlefin/skills.git
circlebackCircleback conversational context integration. Search and access meetings, emails, calendar events, and more.productivityhttps://github.com/circlebackai/claude-code-plugin.git
ckeditorInstall, configure, and integrate CKEditor 5 (free and premium) in any JavaScript project.developmenthttps://github.com/ckeditor/skills.git
clangd-lspC/C++ language server (clangd) for code intelligencedevelopment./plugins/clangd-lsp
claude-code-setupAnalyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.productivity./plugins/claude-code-setup
claude-md-managementTools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.productivity./plugins/claude-md-management
claude-securityDeep vulnerability scanning of your own code, run entirely inside your Claude Code session at a chosen effort tier, with every finding challenged before it is reported and the verification tally computed in code. Turns surviving findings into targeted patches, each verified by a panel of agents, that you apply when you choose.security./plugins/claude-security
clickhouseConnect Claude to your ClickHouse Cloud databases. Browse organizations, services, databases, and table schemas. Run read-only SQL queries against your data and get instant analytical answers. Monitor service backups, review billing costs, and inspect ClickPipe configurations - all through natural conversation.databasehttps://github.com/ClickHouse/clickhouse-claude-code-plugin.git
clickhouse-best-practices28 best practice rules for ClickHouse schema design, query optimization, and data ingestion — prioritized by impactdatabasehttps://github.com/ClickHouse/agent-skills.git
cloud-sql-mysqlConnect and interact with a Cloud SQL for MySQL database and data.databasehttps://github.com/gemini-cli-extensions/cloud-sql-mysql.git
cloud-sql-postgresqlCreate, connect, and interact with a Cloud SQL for PostgreSQL database and data.databasehttps://github.com/gemini-cli-extensions/cloud-sql-postgresql.git
cloud-sql-sqlserverConnect to Cloud SQL for SQL Serverdatabasehttps://github.com/gemini-cli-extensions/cloud-sql-sqlserver.git
cloudflareSkills for the Cloudflare developer platform: Workers, Durable Objects, Agents SDK, MCP servers, Wrangler CLI, and web performance.deploymenthttps://github.com/cloudflare/skills.git
cloudinaryUse Cloudinary directly in Claude. Manage assets, apply transformations, optimize media, and more through natural conversation.https://github.com/cloudinary-devs/cloudinary-plugin.git
cockroachdbConnect Claude Code directly to your CockroachDB clusters for hands-on database work — explore schemas, write optimized SQL, debug queries, and manage distributed database clusters. This plugin provides 14 tools across two active MCP backends (self-hosted MCP Toolbox and managed CockroachDB Cloud MCP Server), three specialized agents (DBA, Developer, Operator), 32 skills across 6 operational domains, and built-in safety hooks.databasehttps://github.com/cockroachdb/claude-plugin.git
code-modernizationModernize legacy codebases (COBOL, legacy Java/C++, monolith web apps) with a structured preflight / assess / map / extract-rules / brief / reimagine / transform / harden workflow, an interactive topology viewer, and specialist review agentsdevelopment./plugins/code-modernization
code-reviewAutomated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positivesproductivity./plugins/code-review
code-simplifierAgent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality. Focuses on recently modified code.productivity./plugins/code-simplifier
coderabbitYour code review partner. CodeRabbit provides external validation using a specialized AI architecture and 40+ integrated static analyzers—offering a different perspective that catches bugs, security vulnerabilities, logic errors, and edge cases. Context-aware analysis via AST parsing and codegraph relationships. Automatically incorporates CLAUDE.md and project coding guidelines into reviews. Useful after writing or modifying code, before commits, when implementing complex or security-sensitive logic, or when a second opinion would increase confidence in the changes. Returns specific findings with suggested fixes that can be applied immediately. Free to use.productivityhttps://github.com/coderabbitai/skills.git
codspeedCodSpeed is the all-in-one performance testing toolkit. Dive into benchmarking results, flamegraphs, and performance comparisons — give Claude granular profiling context to pinpoint bottlenecks and autonomously iterate on performance via the CodSpeed MCP server.developmenthttps://github.com/CodSpeedHQ/codspeed.git
commit-commandsCommands for git commit workflows including commit, push, and PR creationproductivity./plugins/commit-commands
confidenceAccess Confidence feature flags, experiments, and migration tools directly from Claude Code.developmenthttps://github.com/spotify/confidence-ai-plugins.git
context7Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.development./external_plugins/context7
convexOfficial Convex plugin for Claude Code with bundled Convex skills, the convex-expert subagent for code-writing, a runtime-error monitor, and MCP access for backend development, schema design, real-time features, auth, file storage, scheduled jobs, and AI agents.databasehttps://github.com/get-convex/convex-backend-skill.git
crowdsecOperational skill for installing, configuring, operating, and debugging CrowdSec (cscli, LAPI/CAPI, hub, bouncers, WAF/AppSec) across bare-metal, Docker, and Kubernetes.securityhttps://github.com/crowdsecurity/crowdsec-skill.git
crowdstrike-falcon-foundryCrowdStrike Falcon Foundry development skills for building cybersecurity applications on the Falcon platform. Includes UI development, collections, functions, workflows, API integration, security patterns, and debugging workflows.securityhttps://github.com/CrowdStrike/foundry-skills.git
csharp-lspC# language server for code intelligencedevelopment./plugins/csharp-lsp
cwc-makersOnboard a Code-with-Claude Makers Cardputer with one /maker-setup command — clones the build-with-claude repo, flashes UIFlow firmware, and installs the Claude Buddy app bundle.productivity./plugins/cwc-makers
dash0OpenTelemetry observability for Claude Code sessions. Captures tool calls, LLM invocations, token usage, and errors as OTel traces. Send telemetry to Dash0 or any OpenTelemetry-compatible backend.monitoringhttps://github.com/dash0hq/dash0-agent-plugin.git
dataData engineering for Apache Airflow and Astronomer. Author DAGs with best practices, debug pipeline failures, trace data lineage, profile tables, migrate Airflow 2 to 3, and manage local and cloud deployments.developmenthttps://github.com/astronomer/agents.git
data-agent-kit-starter-packThis plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.developmenthttps://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git
data-engineeringData engineering plugin - warehouse exploration, pipeline authoring, Airflow integrationhttps://github.com/astronomer/agents.git
databases-on-awsExpert database guidance for the AWS database portfolio. Design schemas, execute queries, handle migrations, and choose the right database for your workload.databasehttps://github.com/awslabs/agent-plugins.git
databricksDatabricks skills for the CLI, Apps, Lakebase, Model Serving, Lakeflow Jobs, Spark Declarative Pipelines, Declarative Automation Bundles (DABs), and classic-to-serverless migration.databasehttps://github.com/databricks/databricks-agent-skills.git
datadogUse Datadog directly in Claude Code through a preconfigured Datadog MCP server. Query logs, metrics, traces, dashboards, and more through natural conversation. This plugin is in preview.monitoringhttps://github.com/datadog-labs/claude-code-plugin.git
datahub-skillsDataHub development and interaction toolkit with connector planning, PR review, catalog search, metadata enrichment, lineage tracing, data quality management, and connection setup skillsdatabasehttps://github.com/datahub-project/datahub-skills.git
dataprocManage Dataproc clusters and jobs.databasehttps://github.com/gemini-cli-extensions/dataproc.git
datarobot-agent-skillsDataRobot skills for AI/ML workflows — model training, deployment, predictions, feature engineering, monitoring, explainability, data preparation, App Framework CI/CD, and external agent monitoring.developmenthttps://github.com/datarobot-oss/datarobot-agent-skills.git
dataverseAgent skills for building on, analyzing, and managing Microsoft Dataverse — with Dataverse MCP, PAC CLI, and Python SDK.databasehttps://github.com/microsoft/Dataverse-skills.git
deepevalSkills for adding DeepEval evaluations, tracing, datasets, Confident AI reports, and iterative improvement loops to AI applications.developmenthttps://github.com/confident-ai/deepeval.git
deploy-on-awsDeploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment.deploymenthttps://github.com/awslabs/agent-plugins.git
desktop-commanderMCP server for terminal commands, process management, and file operations across text, code, PDF, DOCX, Excel, images, and structured data.productivityhttps://github.com/wonderwhy-er/DesktopCommanderMCP.git
discordDiscord messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /discord:access.productivity./external_plugins/discord
dominodatalabFull Domino Data Lab platform support — workspaces, jobs, model deployment, experiment tracking, GenAI tracing, Spark/Ray/Dask, and app deployment for data science teamsdevelopmenthttps://github.com/dominodatalab/domino-claude-plugin.git
dropboxThe Dropbox plugin for Claude connects your Dropbox files directly to Claude, so you can search, organize, save generated content, and create sharing links without switching tools. It respects your existing Dropbox permissions, and Claude only works with files you already have access to.productivityhttps://github.com/dropbox/dropbox-ai-plugins.git
duckdb-skillsDuckDB-powered skills for Claude Code: read any data file, attach and query DuckDB databases, search DuckDB/DuckLake docs, search past session logs, and install/update DuckDB extensions.databasehttps://github.com/duckdb/duckdb-skills.git
duende-skillsDuende development skills and agents for Claude Code — covering OAuth/OIDC protocols, IdentityServer, token management, ASP.NET Core authentication/authorization, BFF patterns, and secure identity architecturesecurityhttps://github.com/DuendeSoftware/duende-skills.git
exaExa AI web search, deep research, and content extraction. Provides MCP tools and research skills for comprehensive web search, people discovery, company research, academic papers, and more.productivityhttps://github.com/exa-labs/exa-mcp-server.git
explanatory-output-styleAdds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)learning./plugins/explanatory-output-style
expoOfficial Expo skills for building, deploying, upgrading, and debugging React Native apps with Expo. Covers UI development with Expo Router, SwiftUI and Jetpack Compose components, Tailwind CSS setup, API routes, data fetching, CI/CD workflows, App Store and Play Store deployment, SDK upgrades, DOM components, and dev client distribution.developmenthttps://github.com/expo/skills.git
fakechatLocalhost web chat for testing the channel notification flow. No tokens, no access control, no third-party service.development./external_plugins/fakechat
fastly-agent-toolkitFastly development tools and platform skillshttps://github.com/fastly/fastly-agent-toolkit.git
feature-devComprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality reviewdevelopment./plugins/feature-dev
fiftyoneBuild high-quality datasets and computer vision models. Visualize datasets, analyze models, find duplicates, run inference, evaluate predictions, and develop custom plugins.https://github.com/voxel51/fiftyone-skills.git
figmaFigma design platform integration. Access design files, extract component information, read design tokens, and translate designs into code. Bridge the gap between design and development workflows.designhttps://github.com/figma/mcp-server-guide.git
firebaseGoogle Firebase MCP integration. Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend directly from your development workflow.database./external_plugins/firebase
firecrawlWeb scraping and crawling powered by Firecrawl. Turn any website into clean, LLM-ready markdown or structured data. Scrape single pages, crawl entire sites, search the web, and extract structured information. Includes an AI agent for autonomous multi-source data gathering - just describe what you need and it finds, navigates, and extracts automatically.developmenthttps://github.com/firecrawl/firecrawl-claude-plugin.git
firestore-nativeConnect and interact with Firestore databases, collections, and documents.databasehttps://github.com/gemini-cli-extensions/firestore-native.git
forge-skillsForge-focused skills and MCP configuration for Atlassian Forge: scaffold and deploy apps (forge create, templates, dev spaces), build Teamwork Graph connectors for Rovo Search/Rovo Chat, pre-deploy review, systematic debugging, plus Forge docs and Atlassian Design System lookups via MCP.developmenthttps://github.com/atlassian/forge-skills.git
frontend-designCreate distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics.development./plugins/frontend-design
fullstoryConnect Claude to Fullstory to query behavioral analytics, session replays, and customer experience insights.monitoringfullstorydev/fullstory-skills
githubOfficial GitHub MCP server for repository management. Create issues, manage pull requests, review code, search repositories, and interact with GitHub's full API directly from Claude Code.productivity./external_plugins/github
gitkrakenGives Claude access to your real Git and project context: commits, branches, pull requests, and issues across every repo you work in. Works with GitHub, GitLab, Azure DevOps, Bitbucket, and Jira.developmenthttps://github.com/gitkraken/claude-plugin.git
gitlabGitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools.productivity./external_plugins/gitlab
gopls-lspGo language server for code intelligence and refactoringdevelopment./plugins/gopls-lsp
grafana-assistantSkills and rules for developing and using the Grafana Assistant app and CLI.monitoringhttps://github.com/grafana/ai-marketplace.git
grafana-cloud-mcpHosted MCP server for AI-assisted Grafana Cloud observability — no local installation required.monitoringhttps://github.com/grafana/ai-marketplace.git
grafana-mcpMCP server for AI-assisted Grafana dashboard, datasource, alerting, and incident management.monitoringhttps://github.com/grafana/ai-marketplace.git
greptileAI-powered codebase search and understanding. Query your repositories using natural language to find relevant code, understand dependencies, and get contextual answers about your codebase architecture.development./external_plugins/greptile
growthbookA suite of agent skills for the full GrowthBook feature flag and experimentation lifecycle.testinghttps://github.com/growthbook/skills.git
honeycombSkills, agents, and workflows for Honeycomb observability — query patterns, production investigations, SLOs, OpenTelemetry instrumentation, and Beeline migration. Designed to complement the Honeycomb MCP server.monitoringhttps://github.com/honeycombio/agent-skill.git
hookifyEasily create custom hooks to prevent unwanted behaviors by analyzing conversation patterns or from explicit instructions. Define rules via simple markdown files.productivity./plugins/hookify
hostingerDeploy, manage and monitor Hostinger services — Websites, Domains, Ecommerce, Email Marketing, Subscriptions & Payments, and VPS. Authenticate via browser (OAuth) or API token.deploymenthttps://github.com/hostinger/claude-plugin.git
huggingface-skillsBuild, train, evaluate, and use open source AI models, datasets, and spaces.developmenthttps://github.com/huggingface/skills.git
hunterFind and verify professional email addresses, search contacts by domain, and enrich company data -- directly in Claude.productivityhttps://github.com/hunter-io/claude-plugin.git
hyperframesHyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.designhttps://github.com/heygen-com/hyperframes.git
idmp-pluginTDengine IDMP plugin with packaged skills for discovery, schema inspection, and safe operational workflows.developmenthttps://github.com/taosdata/agent-skills.git
imessageiMessage messaging bridge with built-in access control. Reads chat.db directly, sends via AppleScript. Manage pairing, allowlists, and policy via /imessage:access.productivity./external_plugins/imessage
intercomIntercom integration for Claude Code. Search conversations, analyze customer support patterns, look up contacts and companies, and install the Intercom Messenger. Connect your Intercom workspace to get real-time insights from customer data.productivityhttps://github.com/intercom/claude-plugin-external.git
jdtls-lspJava language server (Eclipse JDT.LS) for code intelligencedevelopment./plugins/jdtls-lsp
jfrogUse the JFrog Platform from Claude Code: Artifactory repos and artifacts, security findings and exposures, Catalog package safety and downloads, workflows across the SDLC, and platform administration.securityjfrog/claude-plugin
knowledge-catalogConnect to Knowledge Catalog to discover, manage, monitor, and govern data and AI artifacts across your data platformdatabasehttps://github.com/gemini-cli-extensions/knowledge-catalog.git
kotlin-lspKotlin language server for code intelligencedevelopment./plugins/kotlin-lsp
langfuse-observabilityLangfuse observability plugin for Claude Code — captures and exports traces, spans, and session telemetry from Claude Code to Langfuse for LLM monitoring, debugging, and evaluationmonitoringhttps://github.com/langfuse/claude-observability-plugin.git
laravel-boostLaravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.development./external_plugins/laravel-boost
learn-with-courseraTurn any learning intent into a personalized Coursera experience. Asks three quick questions (topic, familiarity, preferred format), searches Coursera's catalog, and delivers the right next step — a course, hands-on project, short video, or live roleplay — then maps a path forward. Requires the Coursera connector for catalog tools.learninghttps://github.com/coursera/skills.git
learning-output-styleInteractive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)learning./plugins/learning-output-style
legalzoomAttorney guidance and legal tools for business and personal needs. AI-powered document review identifies critical risks and important clauses, advises when to engage an attorney, and routes to LegalZoom's network when professional expertise is needed.productivityhttps://github.com/legalzoom/claude-plugins.git
linearLinear issue tracking integration. Create issues, manage projects, update statuses, search across workspaces, and streamline your software development workflow with Linear's modern issue tracker.productivity./external_plugins/linear
liquid-lspLSP integration for Shopify Liquid templates via the Shopify CLI theme language server.developmenthttps://github.com/Shopify/liquid-skills.git
liquid-skillsLiquid language fundamentals, CSS/JS/HTML coding standards, and WCAG accessibility patterns for Shopify themesdevelopmenthttps://github.com/Shopify/liquid-skills.git
logfireAdd Logfire observability to Python applications with auto-instrumentation for FastAPI, httpx, asyncpg, SQLAlchemy, and moremonitoringhttps://github.com/pydantic/skills.git
logrocketConnect Claude Code to LogRocket to query session replays, metrics, issues, and user behavior using natural language.monitoringhttps://github.com/LogRocket/logrocket-claude-plugin.git
lookerConnect to Looker and interact with your data using LookML.databasehttps://github.com/gemini-cli-extensions/looker.git
lovableBuild, iterate on, deploy, and manage Lovable apps from Claude Code. Bundles the official Lovable MCP server (remote, OAuth 2.1) and adds focused commands for the common build/iterate/database workflows, with credit- and publish-safety prompts.developmenthttps://github.com/lovablelabs/mcp.git
lua-lspLua language server for code intelligencedevelopment./plugins/lua-lsp
lumenPrecise local semantic code search via MCP. Indexes your codebase with Go AST parsing, embeds with Ollama or LM Studio, and exposes vector search to Claude through an MCP server — no cloud, no npm.developmenthttps://github.com/ory/lumen.git
lushaProspect, enrich, and build call-ready lead lists using Lusha's B2B intelligence platform — verified phone numbers, company signals, and lookalike targeting.productivityhttps://github.com/lusha-oss/lusha-mcp-plugin.git
mapboxMapbox skills and MCP servers for building location-aware applications with AI. Includes geospatial tools, style management, and patterns for web, iOS, Android, and AI agent frameworks.locationhttps://github.com/mapbox/mapbox-agent-skills.git
math-olympiadSolve competition math (IMO, Putnam, USAMO) with adversarial verification that catches what self-verification misses. Fresh-context verifiers attack proofs with specific failure patterns. Calibrated abstention over bluffing.math./plugins/math-olympiad
mattpocock-skillsMatt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.developmenthttps://github.com/mattpocock/skills.git
mcp-appsSkills for creating MCP Apps with the MCP Apps SDKdevelopmenthttps://github.com/modelcontextprotocol/ext-apps.git
mcp-server-devSkills for designing and building MCP servers that work seamlessly with Claude. Guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.development./plugins/mcp-server-dev
mcp-tunnelsConnect Claude to a private MCP server through an Anthropic MCP tunnel. The /create-docker-mcp-tunnel command drives the Docker Compose quickstart end to end: certificates, proxy config, cloudflared, and a verifiable sample server.development./plugins/mcp-tunnels
mercadopagoMercado Pago full-product integration toolkit. One agent routes to four orchestration skills (mp-integrate wizard, mp-webhooks, mp-test-setup, mp-review) that pull every endpoint, payload, and snippet live from the official Mercado Pago MCP server. The MCP must always be connected — there is no offline mode.developmenthttps://github.com/mercadopago/mercadopago-claude-marketplace.git
mergifySkills for the Mergify CLI: manage merge queues, stacked pull requests, Test Insights (flaky tests, quarantine), merge protections, and Mergify configuration directly from the terminal.developmenthttps://github.com/mergifyio/mergify-cli.git
microsoft-docsAccess official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.developmenthttps://github.com/MicrosoftDocs/mcp.git
migration-to-awsPlan a migration from Google Cloud Platform (and OpenAI/Gemini AI workloads) to AWS. Analyzes your Infrastructure-as-Code files, app code, and GCP billing data to discover resources, design an AWS architecture, estimate costs, and generate migration artifacts — including AI-provider mapping to Amazon Bedrock. Processing is local; your data stays in your environment.developmenthttps://github.com/awslabs/startups.git
mintlifyBuild beautiful documentation sites with Mintlify. Convert non-markdown files into properly formatted MDX pages, add and modify content with correct component use, and automate documentation updates.developmenthttps://github.com/mintlify/mintlify-claude-plugin.git
miroSecure access to Miro boards. Enables AI to read board context, create diagrams, and generate code with enterprise-grade security.designhttps://github.com/miroapp/miro-ai.git
modern-web-guidanceKeep your coding agent up to date with the latest web best practicesdevelopmenthttps://github.com/GoogleChrome/modern-web-guidance.git
mlflowSkills for tracing, evaluating, and improving AI agents with MLflow. Supports the full agent improvement loop: instrument → trace → evaluate → iterate → validate.monitoringhttps://github.com/mlflow/skills.git
monday-crmRun your monday CRM in plain language. Build a pipeline from scratch, start the day with a ranked deal briefing, spin up a forecast dashboard, audit board health, clean up messy data in bulk, and turn meeting notes into deal updates. Every skill writes back into monday as a real update, doc, or dashboard. Built on the official monday MCP connector.productivityhttps://github.com/mondaycom/mcp.git
mongodbOfficial Claude plugin for MongoDB (MCP Server + Skills). Connect to databases, explore data, manage collections, optimize queries, generate reliable code, implement best practices, develop advanced features, and more.databasehttps://github.com/mongodb/agent-skills.git
neonManage your Neon projects and databases with the neon-postgres agent skill and the Neon MCP Server.databasehttps://github.com/neondatabase/agent-skills.git
netlify-skillsNetlify platform skills for Claude Code — functions, edge functions, blobs, database, image CDN, forms, config, CLI, frameworks, caching, AI gateway, and deployment.developmenthttps://github.com/netlify/context-and-tools.git
netsuite-suitecloudNetSuite agent skills from Oracle — authoring guidance for SuiteCloud Development Framework (SDF) objects and UIF single-page-app components, plus runtime guidance for the NetSuite AI Service Connector.developmenthttps://github.com/oracle/netsuite-suitecloud-sdk.git
newrelicNew Relic observability intelligence for Claude Code. Investigate APM performance, analyze cloud costs, debug Kubernetes, write NRQL queries, and respond to alerts — all from your terminal using New Relic telemetry data.monitoringhttps://github.com/newrelic/claude-code-plugin.git
nightvisionSkills for working with NightVision, a DAST and API Discovery platform that finds exploitable vulnerabilities in web applications and REST APIshttps://github.com/nvsecurity/nightvision-skills.git
nimbleNimble web data toolkit — search, extract, map, crawl the web and work with structured data agentshttps://github.com/Nimbleway/agent-skills.git
notionNotion workspace integration. Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless documentation workflows.productivityhttps://github.com/makenotion/claude-code-notion-plugin.git
nvidia-skillsNVIDIA agent skills for accelerated-computing workflows — starting with cuOpt vehicle-routing optimization (VRP, TSP, PDP) via the cuOpt Python API.developmenthttps://github.com/NVIDIA/skills.git
oracle-ai-data-platform-workbench-databricks-migratorDrive the Oracle AI Data Platform (AIDP) Databricks Migration Toolkit in natural language. Plans and executes automated Databricks → AIDP migrations of notebooks, jobs, schedules, and catalog DDL — Pass-1 dependency rewrite + Pass-2 cell-by-cell execute/verify/fix on a live AIDP cluster with Claude.developmenthttps://github.com/oracle-samples/oracle-aidp-samples.git
oracle-ai-data-platform-workbench-engineer-agentOracle AI Data Platform (AIDP) Workbench engineer agent for Claude Code — a 37-skill agent that operates the full Spark/Delta lakehouse in natural language. Discovers your catalog into a grounding cache, turns plain English into accurate Spark SQL, and runs the lifecycle (CREATE/INSERT/UPDATE/DELETE/MERGE, OPTIMIZE/VACUUM, time-travel). Ingests files, profiles data and sets quality rules, authors and repairs pipelines, provisions clusters, and debugs via the Spark UI. Governs the platform (roles, credential store, Delta Sharing, audit logs), plus native Git, bundles, and MLOps/MLflow. Runs via the official Oracle aidp CLI.developmenthttps://github.com/oracle-samples/oracle-aidp-samples.git
oracle-ai-data-platform-workbench-spark-connectorsOracle AI Data Platform Workbench Spark connectors for Claude Code. 18 connector skills covering every data source workbench customers commonly need: Oracle Autonomous DB family (ALH/ADW/ATP) via wallet/IAM-DB-Token/API-key, ExaCS, Fusion ERP REST, Fusion BICC, EPM Cloud Planning, Essbase 21c, OCI Streaming (Kafka), OCI Object Storage, Apache Iceberg, plus external systems (PostgreSQL, MySQL/HeatWave, SQL Server, Snowflake, Azure ADLS Gen2, AWS S3, generic REST, custom JDBC, Excel). Live-validated on the workbench `tpcds` cluster (Spark 3.5.0): 17 PASS / 4 ship-as-is out of 21 test rows.developmenthttps://github.com/oracle-samples/oracle-aidp-samples.git
oracledbConnect, query, and interact with Oracle Databases and their data.databasehttps://github.com/gemini-cli-extensions/oracledb.git
outputaiOutput.ai workflow development toolkit for Claude Code. Adds 5 specialist agents (planner, builder, debugger, prompt writer, quality reviewer), 40+ slash-command skills covering scaffolding, debugging, evaluation, and credential management, plus a SessionStart hook that auto-loads Output SDK conventions so Claude understands the framework before the first prompt.developmenthttps://github.com/growthxai/output.git
pagerdutyEnhance code quality and security through PagerDuty risk scoring and incident correlation. Score pre-commit diffs against historical incident data and surface deployment risk before you ship.monitoringhttps://github.com/PagerDuty/claude-code-plugins.git
paypalPayPal development plugin for Claude — integrate payments, subscriptions, invoices, disputes, and more using PayPal's APIs and MCP serverdevelopmenthttps://github.com/paypal/AI-Toolkit.git
php-lspPHP language server (Intelephense) for code intelligencedevelopment./plugins/php-lsp
pigmentAnalyze business data and build custom Pigment models, metrics, and boards through natural language.productivityhttps://github.com/gopigment/ai-plugins.git
pineconePinecone vector database integration. Streamline your Pinecone development with powerful tools for managing vector indexes, querying data, and rapid prototyping. Use slash commands like /quickstart to generate AGENTS.md files and initialize Python projects and /query to quickly explore indexes. Access the Pinecone MCP server for creating, describing, upserting and querying indexes with Claude. Perfect for developers building semantic search, RAG applications, recommendation systems, and other vector-based applications with Pinecone.databasehttps://github.com/pinecone-io/pinecone-claude-code-plugin.git
pixeltableBuild multimodal AI applications with Pixeltable -- tables, computed columns, embedding search, UDFs, tool-calling agents, and 25+ AI provider integrations.developmenthttps://github.com/pixeltable/pixeltable-skill.git
planetscaleAn authenticated hosted MCP server that accesses your PlanetScale organizations, databases, branches, schema, and Insights data. Query against your data, surface slow queries, and get organizational and account information.databasehttps://github.com/planetscale/claude-plugin.git
playgroundCreates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button. Includes templates for design playgrounds, data explorers, concept maps, and document critique.development./plugins/playground
playwrightBrowser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.testing./external_plugins/playwright
plugin-devComprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.development./plugins/plugin-dev
posthogAccess PostHog analytics, feature flags, experiments, error tracking, and insights directly from Claude Code.monitoringhttps://github.com/PostHog/ai-plugin.git
postizSocial media automation CLI for scheduling posts, managing integrations, uploading media, and tracking analytics across 28+ platforms including X, LinkedIn, Reddit, YouTube, TikTok, Instagram, and morehttps://github.com/gitroomhq/postiz-agent.git
postmanFull API lifecycle management for Claude Code. Sync collections, generate client code, discover APIs, run tests, create mocks, publish docs, and audit security. Powered by the Postman MCP Server.developmenthttps://github.com/Postman-Devrel/postman-claude-code-plugin.git
pr-review-toolkitComprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplificationproductivity./plugins/pr-review-toolkit
preset-cli-skillsPreset CLI skills for explicit shell, scripting, and CI/CD workflows driven by the `sup` CLI (PyPI package `superset-sup`). Use only for CLI workflows; do not use for MCP-only work or as a substitute for direct API calls when the user wants HTTP/SDK code.developmenthttps://github.com/preset-io/agent-skills.git
prismaPrisma MCP integration for Postgres database management, schema migrations, SQL queries, and connection string management. Provision Prisma Postgres databases, run migrations, and interact with your data directly.https://github.com/prisma/claude-plugin.git
project-artifactGenerate and publish a living project status page — overview & success criteria, the workstream sequence, and next steps — as a shareable claude.ai artifact backed by a per-project config, so refreshes re-gather live state, redeploy the same URL, and report only the delta.productivity./plugins/project-artifact
pydantic-aiWrite accurate Pydantic AI code from the start. Up-to-date patterns, decision trees, and common gotchas for agents, tools, structured output, streaming, and multi-agent apps.developmenthttps://github.com/pydantic/skills.git
pyright-lspPython language server (Pyright) for type checking and code intelligencedevelopment./plugins/pyright-lsp
qdrant-skillsAgent skills for Qdrant vector search covering scaling, performance optimization, search quality, monitoring, deployment, model migration, version upgrades, and SDK usage across Python, TypeScript, Rust, Go, .NET, and Java.databasehttps://github.com/qdrant/skills.git
qodoQodo Skills provides a curated library of reusable AI agent capabilities that extend Claude's functionality for software development workflows. Each skill is designed to integrate seamlessly into your development process, enabling tasks like code quality checks, automated testing, security scanning, and compliance validation. Skills operate across your entire SDLC—from IDE to CI/CD—ensuring consistent standards and catching issues early.developmenthttps://github.com/qodo-ai/qodo-skills.git
qt-development-skillsAgentic engineering skills for Qt software development — Qt C++/QML code review, QML coding, and Qt C++/QML code documentation.developmenthttps://github.com/TheQtCompanyRnD/agent-skills.git
quarkus-agentMCP server for AI coding agents to create, manage, and interact with Quarkus applications. Provides tools for project scaffolding, dev mode lifecycle, extension skills, Dev MCP proxy, and documentation search.developmenthttps://github.com/quarkusio/quarkus-agent-mcp.git
railwayDeploy and manage apps, databases, and infrastructure on Railway. Covers project setup, deploys, environment configuration, networking, troubleshooting, and monitoring.deploymenthttps://github.com/railwayapp/railway-skills.git
ralph-loopInteractive self-referential AI loops for iterative development, implementing the Ralph Wiggum technique. Claude works on the same task repeatedly, seeing its previous work, until completion.development./plugins/ralph-loop
rcConfigure RevenueCat projects, apps, products, entitlements, and offerings directly from Claude Code. Manage your in-app purchase backend without leaving your development workflow.developmenthttps://github.com/RevenueCat/rc-claude-code-plugin.git
receiptsA personal Claude Code impact report for justifying your usage to a manager or a self-review: what you shipped, which projects it went to, and each project's share of your usage. Reads your ~/.claude/projects transcripts and runs read-only git locally; only counts and project names are sent to write it up, and the report stays on your machine.productivity./plugins/receipts
redis-developmentRedis development best practices — data structures, query engine, vector search, caching, and performance optimizationdatabasehttps://github.com/redis/agent-skills.git
rememberContinuous memory for Claude Code. Extracts, summarizes, and compresses conversations into tiered daily logs. Claude remembers what you did yesterday.https://github.com/Digital-Process-Tools/claude-remember.git
renderDeploy, debug, and monitor applications on Render. Includes skills, an agent, slash commands, and a render.yaml validation hook.deploymenthttps://github.com/render-oss/render-plugin-claude-code.git
resendAgent skills for working with Resend to send and receive emails — email API integration, agent inbox, CLI, React Email components, and deliverability best practices. Includes the Resend MCP server.developmenthttps://github.com/resend/resend-skills.git
revenuecatConfigure RevenueCat projects, apps, products, entitlements, and offerings directly from Claude Code. Manage your in-app purchase backend without leaving your development workflow.developmenthttps://github.com/RevenueCat/rc-claude-code-plugin.git
rillSkills for developing and querying projects in the Rill business intelligence platformdevelopmenthttps://github.com/rilldata/agent-skills.git
rootlyFull-lifecycle incident management: deploy safety, incident response, on-call management, and retrospectives.monitoringhttps://github.com/Rootly-AI-Labs/rootly-claude-plugin.git
ruby-lspRuby language server for code intelligence and analysisdevelopment./plugins/ruby-lsp
runway-apiVideo generation at scale. Generate videos, images, and audio with Runway's API — batch ad campaigns, product videos, multishot stories, and creative iteration. Supports seedance2, gen4.5, veo3, Nano, Banana Pro, and more.designhttps://github.com/runwayml/skills.git
rust-analyzer-lspRust language server for code intelligence and analysisdevelopment./plugins/rust-analyzer-lsp
sagemaker-aiBuild, train, and deploy AI models with deep AWS AI/ML expertise brought directly into your coding assistants, covering the surface area of Amazon SageMaker AI.developmenthttps://github.com/awslabs/agent-plugins.git
sanitySanity content platform integration with MCP server, agent skills, and slash commands. Query and author content, build and optimize GROQ queries, design schemas, and set up Visual Editing.developmenthttps://github.com/sanity-io/agent-toolkit.git
sap-cds-mcpAI-assisted development of SAP Cloud Application Programming Model (CAP) projects. Search CDS models and CAP documentation.developmenthttps://github.com/cap-js/mcp-server.git
sap-fiori-mcp-serverMCP server for SAP Fiori development tools for Claude Code. Build and modify SAP Fiori applications with AI assistance.developmenthttps://github.com/SAP/open-ux-tools.git
sap-hana-cli150+ SAP HANA database tools for AI assistants. Query tables, import/export data, profile data quality, compare schemas, manage backups, monitor performance, and more. Connects to SAP HANA Cloud and on-premise databases.databasehttps://github.com/SAP-samples/hana-cli-claude-plugin.git
sap-mdk-serverMCP server for SAP Mobile Development Kit (MDK). Build and modify MDK applications with AI assistance — schema lookups, action validation, rule editing, and project scaffolding.developmenthttps://github.com/SAP/mdk-mcp-server.git
save-to-spotifyCreate polished audio episodes with TTS narration, rich timelines, cover images, and save them to Spotify via the save-to-spotify CLI.productivityhttps://github.com/spotify/save-to-spotify.git
security-guidanceSecurity review for Claude-generated code. Pattern-based warnings on edits, LLM-powered diff review on Stop, and an agentic commit reviewer that catches injection, XSS, SSRF, hardcoded secrets, and 25+ other vulnerability classes.security./plugins/security-guidance
semgrepSemgrep catches security vulnerabilities in real-time and guides Claude to write secure code from the start.securityhttps://github.com/semgrep/mcp-marketplace.git
sentrySentry error monitoring integration. Access error reports, analyze stack traces, search issues by fingerprint, and debug production errors directly from your development environment.monitoringhttps://github.com/getsentry/plugin-claude.git
sentry-cliSkills for using the Sentry CLI to interact with Sentry from the command linemonitoringhttps://github.com/getsentry/cli.git
serenaSemantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.development./external_plugins/serena
servicenow-sdkCreate, edit, and deploy ServiceNow applications with the Fluent SDK effortlessly through Claude AI.developmenthttps://github.com/ServiceNow/sdk.git
session-reportGenerate an explorable HTML report of Claude Code session usage — tokens, cache efficiency, subagents, skills, and the most expensive prompts — from local ~/.claude/projects transcripts.productivity./plugins/session-report
shippoShippo connects you to USPS, UPS, FedEx, DHL, and 40+ carriers, so you can handle a shipment end to end right inside Claude. Compare live rates and pick the cheapest or best option, buy and print labels (domestic and international, with customs declarations), validate and standardize addresses, and track packages across carriers. Just ask in plain language: rate-shop a parcel, buy the right label, check a delivery status, or confirm an address before you ship. Whether you run a store or just need to send a package, Shippo turns a pile of carrier accounts into one simple conversation.productivityhttps://github.com/goshippo/ai.git
shopify-ai-toolkitShopify's AI Toolkit provides 18 development skills for building on the Shopify platform, covering documentation search, API schema access, GraphQL and Liquid code validation, Hydrogen storefronts, Polaris UI extensions, store management via CLI, and onboarding guidance for both developers and merchants.developmenthttps://github.com/Shopify/Shopify-AI-Toolkit.git
skill-creatorCreate new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.development./plugins/skill-creator
slackSlack workspace integration. Search messages, access channels, read threads, and stay connected with your team's communications while coding. Find relevant discussions and context quickly.productivityhttps://github.com/slackapi/slack-mcp-plugin.git
snowflake-cortex-codeAutomatically route Snowflake prompts from Claude Code to Cortex Code for execution. Provides slash commands for code review and task delegation, plus skills for routing, run, and setup.developmenthttps://github.com/Snowflake-Labs/snowflake-ai-kit.git
sonarqubeAutomatically enforce SonarQube code quality and security in the agent coding loop — 7,000+ rules, secrets scanning, agentic analysis, and quality gates across 40+ languages. PostToolUse hooks run analysis after every file edit. Pre-tool secrets scanning prevents 450+ patterns from reaching the LLM. Slash commands give on-demand access to quality gate status, coverage, duplication, and dependency risks. Includes SonarQube CLI, MCP Server, skills, hooks, and slash commands.securityhttps://github.com/SonarSource/sonarqube-agent-plugins.git
sonatype-guideSonatype Guide MCP server for software supply chain intelligence and dependency security. Analyze dependencies for vulnerabilities, get secure version recommendations, and check component quality metrics.securityhttps://github.com/sonatype/sonatype-guide-claude-plugin.git
sourcegraphCode search and understanding across codebases. Search, read, and trace references across repositories; analyze refactor impact; investigate incidents via commit and diff search; run targeted security sweeps.developmenthttps://github.com/sourcegraph-community/sourcegraph-claudecode-plugin.git
spannerConnect and interact with Spanner data using natural language.databasehttps://github.com/gemini-cli-extensions/spanner.git
spotify-ads-apiManage Spotify ad campaigns with natural language. Create campaigns, ad sets, ads, pull reports, and handle OAuth — all through conversation.productivityhttps://github.com/spotify/ads-claude-plugin.git
stackhawk-hawkscanConfigure, run, and interpret HawkScan DAST results inside Claude Code. Generates stackhawk.yml configs, runs scans via CLI or Docker, and transforms security findings into prioritized fix tasks for your coding agent.securityhttps://github.com/stackhawk/agent-skills.git
stackhawk-apiQuery the StackHawk platform API for security posture reporting, findings analysis, and app management. Guides agents through authentication, data retrieval, and result presentation.securityhttps://github.com/stackhawk/agent-skills.git
stripeStripe development plugin for Claudedevelopmenthttps://github.com/stripe/ai.git
sumupSumUp payment integrations across terminal and online checkout flows. Build Android and iOS POS apps with SumUp card readers, online checkout with server SDKs and the checkout widget, and control card readers remotely via Cloud API.developmenthttps://github.com/sumup/sumup-skills.git
supabaseSupabase MCP integration for database operations, authentication, storage, and real-time subscriptions. Manage your Supabase projects, run SQL queries, and interact with your backend directly.databasehttps://github.com/supabase-community/supabase-plugin.git
superpowersSuperpowers teaches Claude brainstorming, subagent driven development with built in code review, systematic debugging, and red/green TDD. Additionally, it teaches Claude how to author and test new skills.developmenthttps://github.com/obra/superpowers.git
swift-lspSwift language server (SourceKit-LSP) for code intelligencedevelopment./plugins/swift-lsp
tavilyBuild AI applications with real-time web data using Tavily's search, extract, crawl, and research APIs.developmenthttps://github.com/tavily-ai/skills.git
teamcity-cliAgent skill for interacting with TeamCity CI/CD using the teamcity CLI. Enables Claude to explore builds, view logs, start jobs, manage queues, agents, and more.developmenthttps://github.com/JetBrains/teamcity-cli.git
telegramTelegram messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /telegram:access.productivity./external_plugins/telegram
terraformThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.development./external_plugins/terraform
togetherai-skillsAgent Skills for Together AI platform — inference, training, embeddings, audio, video, images, function calling, and infrastructure. Covers serverless chat completions, image/video generation, fine-tuning, batch inference, evaluations, sandboxes, dedicated endpoints, and GPU clusters.developmenthttps://github.com/togethercomputer/skills.git
twilio-developer-kitTwilio Skills provide procedural knowledge for AI coding agents — which APIs to use, in what order, and what to avoid. Covers SMS, Voice, WhatsApp, Verify, SendGrid, Compliance, and 30+ products.developmenthttps://github.com/twilio/ai.git
typescript-lspTypeScript/JavaScript language server for enhanced code intelligencedevelopment./plugins/typescript-lsp
ui-theme-designerPlugin for coding agents working with UI theme designer. Bundles two skills: how-to and conceptual answers about UI theme designer on BTP, and questions about the SAP Design System and SAP Fiori design tokens — theme parameters and component-level parameter usage in UI5, UI5 Web Components, and Fundamental Styles.designhttps://github.com/SAP/ui-theme-designer-plugins-for-coding-agents.git
ui5SAPUI5 / OpenUI5 plugin for coding agents. Create and validate UI5 projects, access API documentation, run UI5 linter, get development guidelines and best practices for UI5 development.developmenthttps://github.com/UI5/plugins-coding-agents.git
ui5-modernizationComplete UI5 modernization toolkit with workflow and specialized fix patterns for modernizing SAPUI5/OpenUI5 applications.developmenthttps://github.com/UI5/plugins-coding-agents.git
ui5-typescript-conversionSAPUI5 / OpenUI5 plugin for coding agents. Convert JavaScript based UI5 projects to TypeScript.developmenthttps://github.com/UI5/plugins-coding-agents.git
unreal-engine-skills-for-claude-codeControl Unreal Editor directly from Claude Code via MCP. Hundreds of tools exposed via Unreal's ToolsetRegistry across 30+ toolsets: actors, blueprints, materials, Niagara, Control Rigs, Sequencer, State Trees, widgets, Gameplay Ability System, automation testing, and more.developmenthttps://github.com/EpicGames/unreal-engine-skills-for-claude-code-plugin.git
valtownBuild and deploy on Val Town. Bundles the Val Town MCP server and platform skills (HTTP vals, cron/intervals, SQLite, email, OAuth, React UI, third-party integrations, templates).deploymenthttps://github.com/val-town/plugins.git
vantaThe Vanta plugin connects Claude Code to Vanta's security and compliance platform through the Vanta MCP server. It combines Vanta's test-specific remediation intelligence with your local repository context to help you fix compliance failures faster.securityhttps://github.com/VantaInc/vanta-mcp-plugin.git
vanta-mcp-pluginThe Vanta plugin connects Claude Code to Vanta's security and compliance platform through the Vanta MCP server. It combines Vanta's test-specific remediation intelligence with your local repository context to help you fix compliance failures faster.securityhttps://github.com/VantaInc/vanta-mcp-plugin.git
vercelVercel deployment platform integration. Manage deployments, check build status, access logs, configure domains, and control your frontend infrastructure directly from Claude Code.deploymenthttps://github.com/vercel/vercel-plugin.git
vibe-prospectingVibe Prospecting connects Claude to live B2B company and contact data so users can search, match, enrich, filter, and export prospects at scale. It turns natural-language requests into structured GTM workflows for lead generation, CRM enrichment, company research, executive discovery, and multi-step prospecting automation inside Claude Cowork and Claude Code.productivityhttps://github.com/explorium-ai/vibeprospecting-plugin.git
vsql-extension-builderBuilds a VillageSQL extension for MySQL end-to-end through a 7-phase persona-driven workflow. Commonly used to port PostgreSQL extensions to MySQL.databasehttps://github.com/villagesql/villagesql-skills.git
windsor-aiConnect Claude Code to 325+ business data sources via Windsor.ai. Query marketing, sales, CRM, ecommerce, finance, and analytics data from Google Ads, Meta, HubSpot, Salesforce, Shopify, Stripe, and hundreds more — directly from your terminal.productivityhttps://github.com/windsor-ai/claude-windsor-ai-plugin.git
wixBuild, manage, and deploy Wix sites and apps. CLI development skills for dashboard extensions, backend APIs, site widgets, and service plugins with the Wix Design System, plus MCP server for site management.developmenthttps://github.com/wix/skills.git
build-with-wordpressCraft production-grade WordPress sites and applications. Everything from themes and plugins to commerce and deployment.https://github.com/Automattic/claude-code-wordpress.com.git
workosWorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.securityhttps://github.com/workos/skills.git
youdotcom-agent-skillsYou.com agent skills for web search, research with citations, and content extraction. Guided integrations for Vercel AI SDK, Claude Agent SDK, OpenAI Agents SDK, crewAI, LangChain, Microsoft Teams.ai, direct REST API, and bash CLI.productivityhttps://github.com/youdotcom-oss/agent-skills.git
zapierConnect 8,000+ apps to your AI workflow. Discover, enable, and execute Zapier actions directly from your client.productivityhttps://github.com/zapier/zapier-mcp.git
zillizZilliz Cloud management plugin with 14 skills covering cluster lifecycle, collection schema, vector search, index tuning, bulk import, RBAC, backups, and monitoring.databasehttps://github.com/zilliztech/zilliz-plugin.git
zoom-pluginClaude plugin for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows.developmenthttps://github.com/zoom/zoom-plugin.git
zoominfoSearch companies and contacts, enrich leads, find lookalikes, and get AI-ranked contact recommendations. Pre-built skills chain multiple ZoomInfo tools into complete B2B sales workflows.productivityhttps://github.com/Zoominfo/zoominfo-mcp-plugin.git
zscalerManage Zscaler cloud security platform including ZPA (private access), ZIA (internet access), ZDX (digital experience), ZCC (client connector), EASM (attack surface), and Z-Insights (analytics). Create and manage policies, troubleshoot connectivity, audit security configurations, and investigate incidents across the full Zscaler ecosystem.securityhttps://github.com/zscaler/zscaler-mcp-server.git
langfuseSkills for working with Langfuse, the open-source LLM engineering platform for tracing, prompt management, and evaluation.monitoringhttps://github.com/langfuse/skills.git
zyte-web-dataWeb scraping skills for Claude Code powered by the Zyte API — scrape sites, generate and run Scrapy spiders, define extraction schemas, and ship to Scrapy Cloud.automationhttps://github.com/zytedata/claude-skills.git

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.