Awesome List for Claude Plugins:

A free, community-maintained directory of plugins in Anthropic's official Claude Plugins catalog — installable bundles of skills, MCP servers, slash commands, sub-agents, and hooks that extend Claude Code and Cowork with one-command installation.
[!NOTE] This is a free, independent, community-maintained list. Not affiliated with, endorsed by, or sponsored by Anthropic PBC. "Claude," "Claude Code," and "Cowork" are trademarks of Anthropic PBC. Each plugin is the property of its respective owner. This list is published under the CC0 license shown in the badge above — public domain, free to copy, fork, redistribute.
Last updated: July 15, 2026 | Total plugins: 279 | Surfaces: Claude Code (246) · Cowork (57) · both (24) | Categories: 28
Plugins originated in Claude Code (October 2025) as packaged, versioned, shareable directories that bundle skills, MCP server references, slash commands, sub-agents, hooks, and LSP servers into a single installable unit. As of v2.1.129 (May 6, 2026), Anthropic runs the Official Claude Plugins Directory (claude-plugins-official) — a curated, vetted catalog auto-installed on Claude Code startup. Plugins also extend Cowork, Anthropic's agentic workspace, with role-class workflow bundles (Productivity, Design, Marketing, etc.) used by knowledge workers inside isolated VM environments.
For more information, see the Plugins overview, plugin marketplaces guide, submission form, and the official Anthropic marketplace repo (renamed from claude-plugins-public; the old URL still redirects).
Plugins marked with A are built and verified by Anthropic. Each entry ends with a surface tag: (Claude Code), (Cowork), or (Claude Code, Cowork).
This list is maintained weekly. To contribute, see CONTRIBUTING.md.
[!NOTE]
Two surfaces, one list — why this is bigger than the claude.ai plugin browser
Plugins run on two surfaces, and this list catalogs both — the surface tag on every entry tells you where each one is available:
- Claude Code (the developer CLI) — its marketplace (
claude-plugins-official) is the full catalog, auto-installed on startup and dominated by developer and infrastructure plugins: language servers, cloud (AWS/GCP/Azure/Oracle), databases, CI/CD, security, and code tooling. ~245 of the entries below run here.- Cowork (Anthropic's agentic workspace inside claude.ai) — its plugin library surfaces a curated business/role subset: CRM, finance, marketing, design, data dashboards, and the Anthropic role bundles. ~55 entries run here; only 23 run on both.
So the plugin browser in the claude.ai desktop app shows far fewer plugins than this list — it's the Cowork storefront, not the whole catalog. Developer and infrastructure plugins don't appear there because they target a coding environment, not a Cowork VM. If a plugin you expected is missing from the desktop app, it's almost certainly a Claude Code–only entry.
Scope note: counts here track the official
claude-plugins-officialmarketplace plus the Cowork directory. A handful of plugins ship from partner marketplaces (e.g.techwolf-ai/ai-first-toolkit) and appear in the public Claude Plugins catalog but not the official marketplace manifest; those are added individually as they're found.
[!IMPORTANT]
Plugin vs Connector vs MCP vs Custom Plugin
These four concepts overlap and confuse people. Here's the clean mental model:
- MCP (Model Context Protocol) is the open standard. Servers expose tools, prompts, and resources; clients call them. Spec at modelcontextprotocol.io.
- MCP server is any running server implementing MCP. Remote MCP servers (internet-hosted, OAuth) work on every Claude surface; local MCP servers (stdio) work only in Claude Desktop and Claude Code.
- Connector is an MCP server listed in Anthropic's Connectors Directory — reviewed by Anthropic, named-card UI, cross-surface (Claude.ai, Desktop, Mobile, Cowork, Code). Tracked in awesome-claude-connectors.
- Custom Connector is an MCP server you add yourself via Settings → "Add custom connector" with a URL. Same runtime as directory connectors; no Anthropic review; appears as "Custom".
- Plugin is a packaged bundle that can contain any combination of skills, MCP server references, slash commands, sub-agents, hooks, and LSP servers. Versioned, semver, one-command install via
/plugin install. Works on Claude Code and Cowork. This list covers plugins.- Plugin Marketplace is a Git repo or URL hosting
.claude-plugin/marketplace.jsonthat catalogs plugins. The official Anthropic marketplace (claude-plugins-official) is auto-installed on Claude Code startup.- Custom Plugin is a plugin you build and install from a local directory, your own Git repo, or a private marketplace. Same components as directory plugins; no Anthropic review. Install via
/plugin install,--plugin-dir, or--plugin-url.Mental model: Connector = "Claude can call your API" (tool surface). Plugin = "Claude knows how to use your product" (workflow + tools + skills). MCP = the protocol both speak. Most partners ship both — a remote MCP server (connector) and a plugin that wraps it with skills and slash commands.
[!TIP]
Plugin of the Week — July 15, 2026
Databricks · Data and Databases
The quietest official-marketplace window on record — zero brand-new plugins landed July 2–15 — so this week's pick is a backfill catch: Databricks' first-party agent-skills bundle entered the manifest June 23 and slipped past the last sweep. It covers the CLI, Apps, Lakebase, Model Serving, Lakeflow Jobs, Spark Declarative Pipelines, and Declarative Automation Bundles, plus classic-to-serverless migration, making it one of the broadest single-vendor data-platform bundles in the catalog. Also this window: WordPress.com was renamed Build with WordPress (July 6) with an auto-migration redirect, the deprecated Shopify plugin was removed in favor of the already-tracked shopify-ai-toolkit (July 14), and the marketplace added a rename auto-migration map and stricter Apache-2.0 license validation (July 4). The community told a louder story: OpenAI's codex-plugin-cc grew roughly 22,700 to 28,750 stars across the window, and Pilotfish, a multi-model orchestration layer where a frontier model plans while cheaper models execute, pulled 459 stars in its first week. Listed under Data and Databases below.
Contents
- How to install
- AI Development and Agents
- Browser Automation
- Business Operations
- Cloud and Infrastructure
- Code Quality and Review
- Communication and Messaging
- CRM and Sales
- Customer Support
- Data and Databases
- Design and Creative
- Developer Workflows
- Documentation
- Education and Learning
- Engineering and Product
- Finance and Accounting
- Healthcare and Life Sciences
- Human Resources
- Language Servers
- Legal
- Marketing and Web
- Observability and Monitoring
- Output Styles
- Payments and Billing
- Platforms and SaaS
- Productivity and Documents
- Project Management
- Security
- Skills Authoring
- Custom Plugins
- Plugin Marketplaces
- Related
How to install
Inside Claude Code, type /plugin to open the Plugin Manager. The official Anthropic marketplace (claude-plugins-official) is auto-installed on startup, so most plugins below are one command away:
/plugin install <plugin-name>@claude-plugins-official
For plugins from other marketplaces, add the marketplace first:
/plugin marketplace add owner/repo
/plugin install <plugin-name>
To load a plugin from a local directory or remote .zip (for one-off testing or private builds):
claude --plugin-dir /path/to/plugin
claude --plugin-url https://example.com/plugin.zip
In Cowork, plugins appear in the workspace's plugin manager — connect the marketplace once per workspace and enable plugins per project.
AI Development and Agents
- Agent SDK Dev
A- Development kit for working with the Claude Agent SDK. Use case: Scaffolding agents, validating SDK usage, testing agent workflows locally. (Claude Code) - Agentforce ADLC - Author, scaffold, deploy, test, and optimize Agentforce .agent files through the Agent Development Life Cycle. Use case: Agentforce agent authoring, .agent scaffolding, agent testing and tuning. (Claude Code)
- AI-Firstify - Audit, re-engineer, or bootstrap any codebase to align with TechWolf's 9 AI-first design principles and 7 design patterns. Use case: AI-first codebase audit, project re-engineering, greenfield AI-first scaffolding. (Claude Code)
- atomic-agents - Build AI agents with the Atomic Agents framework. Use case: Multi-agent system development, best-practice validation, agent tool orchestration. (Claude Code)
- AWS Agents - Build, deploy, and operate AI agents on AWS with Amazon Bedrock AgentCore, covering tools, memory, policies, and evaluation. Use case: Bedrock agent scaffolding, agent memory and policy wiring, production agent hardening. (Claude Code)
- DataRobot Agent Skills - Train, deploy, predict, monitor, and explain ML models with DataRobot, including App Framework CI/CD. Use case: AutoML model training, deployment monitoring, model-explainability reports. (Claude Code)
- Domino Data Lab - Operate the full Domino Data Lab platform across workspaces, jobs, model deployment, experiment tracking, and GenAI tracing. Use case: Enterprise MLOps, experiment tracking, Spark/Ray/Dask job orchestration. (Claude Code)
- Exa - Run AI web search, deep research, and content extraction with MCP tools and research skills. Use case: Web-search grounding, multi-source research, page-content extraction for RAG. (Claude Code)
- FiftyOne - Build high-quality datasets and computer-vision models by visualizing data, finding duplicates, running inference, and evaluating predictions. Use case: CV dataset curation, model-error analysis, duplicate and edge-case discovery. (Claude Code)
- GoodMem - AI memory infrastructure with Python SDK and MCP tools for managing embedders, spaces, and memories. Use case: Long-term agent memory, semantic memory recall, embedding management via chat. (Claude Code)
- Hugging Face Skills - Build, train, evaluate, and use open source AI models, datasets, and Spaces from Hugging Face. Use case: Model exploration, dataset selection, running inference on hosted models. (Claude Code)
- NVIDIA Skills - Tackle accelerated-computing workflows, starting with cuOpt vehicle-routing optimization (VRP, TSP, PDP). Use case: Route optimization, vehicle-routing problems, GPU-accelerated solver work. (Claude Code)
- Output.ai - Develop AI workflows with specialist agents for planning, building, debugging, and reviewing on the Output.ai platform. Use case: Output SDK workflow scaffolding, workflow debugging, prompt authoring. (Claude Code)
- Pixeltable - Build multimodal AI applications with tables, computed columns, embedding search, UDFs, and tool-calling agents across 25+ AI provider integrations. Use case: Multimodal data infrastructure, embedding-search pipelines, agent tool-calling over media tables. (Claude Code)
- Pydantic AI - Write accurate agent code with up-to-date patterns for tools, structured output, streaming, and multi-agent apps. Use case: Type-safe agent authoring, structured-output design, multi-agent orchestration. (Claude Code)
- Remember - Continuous memory for Claude Code that extracts, summarizes, and compresses conversations into tiered daily logs. Use case: Long-running project memory, daily session continuity, conversation archival. (Claude Code)
- SageMaker AI - Build, train, and deploy ML models with deep Amazon SageMaker expertise across the service surface. Use case: Model training pipelines, endpoint deployment, SageMaker feature engineering. (Claude Code)
- Tavily - Build AI applications with real-time web data using Tavily's search, extract, crawl, and research APIs. Use case: Web-search grounding, structured extraction, research-agent data feeds. (Claude Code)
- Together AI Skills - Run inference, training, embeddings, audio, video, images, function calling, and infrastructure on Together AI. Use case: Open-model inference, fine-tuning jobs, batch inference and evaluations. (Claude Code)
- You.com Agent Skills - Search the web, research with citations, and extract content with guided framework integrations. Use case: Cited web research, search-augmented agents, content extraction across SDKs. (Claude Code)
Browser Automation
- Chrome DevTools - Control and inspect a live Chrome browser from your coding agent, record performance traces, and analyze network requests. Use case: Web app debugging, performance profiling, network capture for reproduction cases. (Claude Code)
- Playwright - Browser automation and end-to-end testing MCP server by Microsoft. Use case: E2E test authoring, web scraping with form interaction, screenshot-based visual regression, headless workflow automation. (Claude Code)
Business Operations
- Enterprise Search
A- Search across all of your company's tools in one place — email, chat, documents, and wikis without switching between apps. Use case: Cross-tool knowledge retrieval, finding decisions across Slack/email/Drive, answering "where did we discuss X" questions. (Cowork) - Operations
A- Optimize business operations including vendor management, process documentation, change management, capacity planning, and compliance tracking. Use case: Vendor onboarding, SOP authoring, ops dashboards, audit prep. (Cowork) - Small Business
A- Pre-built small business workflows including payroll planning, month-end close, weekly briefs, and growth campaigns using QuickBooks, PayPal, HubSpot, and related tools. Use case: Solo founder ops, bookkeeping triage, weekly business reviews, growth-campaign coordination. (Cowork)
Cloud and Infrastructure
- AWS Amplify - Build full-stack apps with AWS Amplify Gen 2 covering auth, data models, storage, GraphQL APIs, and Lambda functions. Use case: Amplify Gen 2 scaffolding, GraphQL data modeling, auth flow setup. (Claude Code)
- AWS Core - Build, deploy, and operate applications on AWS with infrastructure-as-code authoring and core-service skills. Use case: AWS IaC authoring, core-service usage, common-task automation. (Claude Code)
- AWS Dev Toolkit - Use 34 skills, 11 agents, and 3 MCP servers for building, migrating, and reviewing AWS architecture. Use case: AWS architecture review, migration planning, multi-service development. (Claude Code)
- AWS Serverless - Design, build, deploy, test, and debug serverless applications using AWS Lambda, API Gateway, DynamoDB, and related services. Use case: Lambda authoring, SAM template generation, serverless local testing. (Claude Code)
- AWS Startup Advisor - Get personalized AWS architecture, cost, security, and migration guidance for startups, including Activate credits eligibility. Use case: Day-one account setup, startup architecture review, cost optimization. (Claude Code)
- AWS Transform - Migrate and modernize codebases to AWS including .NET, mainframe COBOL, VMware, SQL Server, and language and SDK upgrades. Use case: NET-to-.NET 8 migration, COBOL-to-Java modernization, SDK upgrades. (Claude Code)
- Azure - Turn Claude into an Azure expert with the Azure MCP server and skills to list resources, validate deployments, and optimize costs across 50+ services. Use case: Azure resource inventory, deployment validation, cost optimization. (Claude Code)
- Cloudflare - Skills for the Cloudflare developer platform covering Workers, Durable Objects, Agents SDK, MCP servers, Wrangler CLI, and Worker testing. Use case: Edge function development, Durable Object design, Workers deployment, Cloudflare-hosted MCP servers. (Claude Code)
- Deploy on AWS - Deploy applications to AWS with architecture recommendations, cost estimates, and infrastructure-as-code deployment. Use case: Greenfield AWS deployments, architecture review, cost-aware service selection. (Claude Code)
- Firebase - MCP integration for managing Firestore, authentication, Functions, hosting, and storage. Use case: Mobile-backend operations, real-time database management, Firebase rules editing. (Claude Code)
- Hostinger - Deploy, manage, and monitor Hostinger services covering websites, domains, ecommerce, email marketing, and VPS with OAuth or API-token auth. Use case: Website deployment, domain management, VPS operations from chat. (Claude Code)
- Migration to AWS - Plan a migration from GCP and OpenAI/Gemini workloads to AWS by analyzing IaC, app code, and billing to design an architecture. Use case: GCP-to-AWS migration planning, AI-provider mapping to Bedrock, cost estimation. (Claude Code)
- Netlify Skills - Netlify platform skills for functions, edge functions, blobs, database, image CDN, forms, config, and CLI workflows. Use case: JAMstack deployment, edge function development, Netlify forms and config tuning. (Claude Code)
- Railway - Deploy and manage apps, databases, and infrastructure on Railway covering project setup, deploys, and environment configuration. Use case: Quick app deploys, database provisioning, env-var management. (Claude Code)
- Render - Deploy, debug, and monitor applications on Render with skills, an agent, slash commands, and a render.yaml validation hook. Use case: Render deploys, config validation pre-push, production debugging. (Claude Code)
- Terraform - MCP server for advanced infrastructure-as-code automation and Terraform-ecosystem integration. Use case: HCL authoring, state-file inspection, provider exploration. (Claude Code)
- Val Town - Build and deploy on Val Town with HTTP vals, cron jobs, SQLite, email, OAuth, and React UI. Use case: Serverless function deployment, scheduled jobs, lightweight full-stack vals. (Claude Code)
- Vercel - Integration to manage deployments, builds, logs, domains, and frontend infrastructure. Use case: Next.js deployment workflows, build-log triage, domain configuration, edge function management. (Claude Code)
- Wix - Build, manage, and deploy Wix sites and apps with CLI skills for dashboard extensions, backend APIs, and site widgets. Use case: Wix custom-app development, dashboard extension authoring, widget shipping. (Claude Code)
Code Quality and Review
- Aikido Security - Security scanning for SAST, secrets, and IaC vulnerability detection via Aikido MCP server. Use case: Pre-commit security scan, secrets-leak detection, IaC misconfiguration triage. (Claude Code)
- Code Review
A- AI code review with specialized agents and confidence-based filtering for pull requests. Use case: PR review automation, multi-agent code analysis, confidence-weighted feedback. (Claude Code) - Code Simplifier
A- Code clarity agent that simplifies and refines recently modified code while preserving functionality and consistency. Use case: Post-edit cleanup, complexity reduction, dead-code elimination after refactors. (Claude Code) - CodeRabbit - AI code review with 40+ analyzers, AST parsing, security checks, and auto-integrated project guidelines. Use case: PR review with deep linting, security-aware diff analysis, project-guideline enforcement. (Claude Code)
- Greptile - AI-powered codebase search to query repositories in natural language to find code, understand dependencies, and explore architecture. Use case: Cross-repo code search, dependency tracing, architecture discovery in unfamiliar codebases. (Claude Code)
- Lumen - Run precise local semantic code search via MCP, indexing your codebase with Go AST parsing and embedding with Ollama or LM Studio. Use case: Local semantic code search, AST-aware symbol lookup, on-device vector code search. (Claude Code)
- Optibot Code Review - AI code review that catches production bugs, business-logic issues, and security vulnerabilities. Use case: Pre-merge production-bug detection, business-logic regression hunting, security pass on diffs. (Claude Code)
- PR Review Toolkit
A- PR review agents for comments, tests, errors, types, quality, and simplification. Use case: Multi-axis PR review, test-coverage check, type-correctness validation in pull requests. (Claude Code) - Qodo Skills - AI agents that integrate code quality, testing, security, and compliance checks into your SDLC. Use case: Test generation, code-quality gates, compliance scanning in CI. (Claude Code)
- session-report
A- Generate an explorable HTML report of Claude Code session usage including tokens, cache efficiency, subagents, skills, and tool calls. Use case: Session retrospection, cache-hit analysis, subagent usage audit. (Claude Code) - sonarqube - Automatically enforce SonarQube code quality and security in the agent coding loop. Use case: Quality-gate enforcement, SAST scanning, code-smell detection inline with edits. (Claude Code)
- Sourcegraph - Search code across codebases, trace references, analyze refactor impact, investigate incidents, and run security sweeps. Use case: Cross-repo refactor planning, incident investigation, security sweep on call paths. (Claude Code)
Communication and Messaging
- Circleback - Conversational-context integration for searching and accessing meetings, emails, and calendar events. Use case: Pulling meeting context into current work, finding action items from past calls. (Claude Code)
- discord - Messaging bridge with built-in access control, pairing, allowlists, and policy management. Use case: Discord server moderation from Claude, allowlisted Discord posting, policy-controlled bot workflows. (Claude Code)
- fakechat - Localhost web chat for testing channel notification flows with no tokens, access control, or third-party services. Use case: Local notification testing, channel-integration development without external dependencies. (Claude Code)
- iMessage - Messaging bridge with built-in access control that reads chat.db directly and sends via AppleScript. Use case: macOS-only iMessage automation, allowlisted texting workflows, message-history search. (Claude Code)
- Resend - Send and receive email with Resend covering API integration, agent inbox, CLI, React Email components, and deliverability. Use case: Transactional email integration, React Email templating, agent inbox workflows. (Claude Code)
- Slack
A- Official Slack MCP server with skills and slash commands for searching messages, sending communications, managing canvases, and surfacing channel insights. Use case: Slack-message drafting, channel-thread summarization, async standups, in-Slack analysis. (Claude Code, Cowork) - telegram - Messaging bridge with built-in access control, pairing, and policy management. Use case: Telegram bot workflows, allowlisted messaging, channel automation. (Claude Code)
- Twilio developer kit - Procedural knowledge for AI coding agents on which Twilio APIs to use, in what order, and what to avoid, across SMS, Voice, WhatsApp, Verify, SendGrid, and 30+ products. Use case: Twilio messaging and voice integration, SendGrid email workflows, compliance-aware comms. (Claude Code)
- Zoom - Plan, build, and debug Zoom integrations across REST APIs, Meeting SDK, Video SDK, webhooks, bots, and MCP workflows. Use case: Zoom app development, meeting recording retrieval, transcript access, AI-powered Zoom experiences. (Claude Code, Cowork)
CRM and Sales
- Apollo - Prospect, enrich leads, and load outreach sequences with Apollo.io. Use case: B2B prospect discovery, lead enrichment from chat, outreach-sequence loading. (Cowork)
- Carta crm - Manage the Carta CRM conversationally to search, add, update, and enrich investors, companies, contacts, deals, notes, and fundraisings. Use case: dealflow and pipeline management, investor and LP record updates, company enrichment from websites, fundraising-round tracking. (Claude Code, Cowork)
- Common Room - Turn Common Room into your GTM copilot — research accounts and contacts, prep for calls, and draft personalized outreach across email, LinkedIn, and phone. Use case: Call prep, account research, multi-channel outreach drafting. (Cowork)
- Hunter - Find and verify professional email addresses, search contacts by domain, and enrich company data. Use case: Email discovery, contact verification, domain-based prospecting. (Claude Code)
- Lusha - Prospect, enrich, and build call-ready lead lists with verified phone numbers, company signals, and lookalike targeting. Use case: Lead-list building, contact enrichment, lookalike-account targeting. (Claude Code)
- monday CRM - Run your CRM in plain language to build pipelines, ranked deal briefings, and forecast dashboards, and turn meeting notes into deal updates. Use case: Pipeline building, ranked deal briefings, CRM data cleanup. (Claude Code)
- Sales
A- Prospect, craft outreach, build deal strategy, prep for calls, manage pipeline, and write personalized messaging. Use case: Pipeline management, prospect research, personalized cold outreach. (Cowork) - Vibe Prospecting - Search, match, enrich, filter, and export live B2B prospects through natural-language GTM workflows. Use case: lead-list building, CRM enrichment, executive discovery, multi-step prospecting automation. (Claude Code, Cowork)
- ZoomInfo - Search companies and contacts, enrich leads, find lookalikes, and get AI-ranked contact recommendations with pre-built B2B sales workflows. Use case: B2B prospect enrichment, lookalike-account discovery, AI-ranked contact targeting. (Cowork)
Customer Support
- Customer Support
A- Triage tickets, draft responses, escalate issues, build knowledge base, research customer context, and turn resolved issues into self-service content. Use case: Support-ticket triage, response drafting, knowledge-base content generation. (Cowork) - Intercom - Integration to search conversations, analyze customer support patterns, and look up contacts and companies. Use case: Customer-conversation analytics, support-pattern detection, real-time customer-data lookup. (Claude Code, Cowork)
Data and Databases
- Airtable - Database and operations layer for agents, with shared visual surfaces and sync integrations via the official Airtable MCP server. Use case: base and schema creation, record management, multiplayer grid/kanban/calendar collaboration, syncing to Jira/Salesforce/Zendesk. (Claude Code)
- AlloyDB - Create, connect, and interact with an AlloyDB for PostgreSQL database and its data. Use case: AlloyDB provisioning, PostgreSQL-compatible queries, data exploration. (Claude Code)
- AlloyDB Omni - Create, connect, and interact with an AlloyDB Omni database and its data. Use case: Self-managed AlloyDB Omni setup, local PostgreSQL-compatible queries, data access. (Claude Code)
- Astronomer Data Agents - Engineer Apache Airflow and Astronomer pipelines, authoring DAGs, debugging failures, tracing lineage, and migrating Airflow 2 to 3. Use case: Airflow DAG authoring, pipeline debugging, Airflow 2-to-3 migration. (Claude Code)
- Atlan - Data catalog plugin with semantic search, lineage traversal, glossary management, and data-quality rules via the Atlan MCP server. Use case: Data discovery, lineage exploration, glossary management, data-quality rule authoring. (Cowork)
- AWS Data Analytics - Build data lake, analytics, and ETL workflows with S3 Tables, AWS Glue, and Athena. Use case: Data-lake setup, Glue ETL authoring, Athena querying. (Claude Code)
- Azure Cosmos DB Assistant - Get expert help with Azure Cosmos DB data modeling, query optimization, performance tuning, and best practices. Use case: Cosmos DB data modeling, request-unit optimization, query tuning. (Claude Code)
- Bigdata.com - Official Bigdata.com plugin providing financial research, analytics, and intelligence tools powered by the Bigdata MCP. Use case: Equity research, financial-data analytics, market intelligence queries. (Cowork)
- BigQuery Data Analytics - Connect, query, and generate data insights for BigQuery datasets. Use case: BigQuery SQL authoring, dataset exploration, analytics insight generation. (Claude Code)
- ClickHouse - Connect to ClickHouse Cloud, browse services and schemas, run read-only SQL, and monitor backups and costs. Use case: ClickHouse analytics queries, service monitoring, ClickPipe inspection. (Claude Code)
- ClickHouse Best Practices - Apply 28 prioritized best-practice rules for ClickHouse schema design, query optimization, and data ingestion. Use case: ClickHouse schema review, query optimization, ingestion tuning. (Claude Code)
- Cloud SQL for MySQL - Connect and interact with a Cloud SQL for MySQL database and its data. Use case: Cloud SQL MySQL queries, schema inspection, managed-database access. (Claude Code)
- Cloud SQL for PostgreSQL - Create, connect, and interact with a Cloud SQL for PostgreSQL database. Use case: Cloud SQL PostgreSQL provisioning, query authoring, data exploration. (Claude Code)
- Cloud SQL for SQL Server - Connect to Cloud SQL for SQL Server and work with its data. Use case: Cloud SQL Server queries, schema inspection, managed-instance access. (Claude Code)
- CockroachDB - Distributed SQL plugin to explore schemas, write optimized SQL, debug queries, and manage distributed database clusters. Use case: Distributed SQL development, query plan analysis, multi-region schema design. (Cowork)
- Convex - Develop a Convex backend covering schema design, real-time features, auth, file storage, scheduled jobs, and AI agents. Use case: Convex schema authoring, real-time backend development, runtime-error monitoring. (Claude Code)
- Daloopa - Financial analysis skills powered by Daloopa's institutional-grade data. Use case: Equity research with structured financials, model-building from validated data, earnings-quality analysis. (Cowork)
- Data
A- Write SQL, explore datasets, generate insights, build visualizations and dashboards, and turn raw data into clear stories. Use case: Ad-hoc SQL, dashboard authoring, stakeholder-facing data storytelling. (Claude Code, Cowork) - Data Agent Kit Starter Pack - Architect GCP data pipelines, transform data with dbt, and orchestrate Spark and BigQuery notebooks via natural language. Use case: GCP pipeline design, dbt transformations, cross-service data orchestration. (Claude Code)
- Data Engineering - Warehouse and pipeline workflows covering warehouse exploration, pipeline authoring, and Airflow integration. Use case: ETL development, warehouse schema exploration, Airflow DAG authoring. (Claude Code)
- Databases on AWS - Get expert guidance across the AWS database portfolio covering schema design, queries, migrations, and database selection. Use case: AWS database selection, schema design, cross-engine migration. (Claude Code)
- Databricks - First-party Databricks skills spanning the CLI, Apps, Lakebase, Model Serving, Lakeflow Jobs, Spark Declarative Pipelines, and Declarative Automation Bundles. Use case: Databricks pipeline authoring, model serving, classic-to-serverless migration. (Claude Code)
- DataHub Skills - Plan connectors, search the catalog, enrich metadata, trace lineage, and manage data quality with DataHub. Use case: Metadata cataloging, lineage tracing, data-quality rule setup. (Claude Code)
- Dataproc - Manage Dataproc clusters and jobs. Use case: Spark and Hadoop cluster management, job submission, Dataproc orchestration. (Claude Code)
- Dataverse - Build on, analyze, and manage Microsoft Dataverse with the Dataverse MCP, PAC CLI, and Python SDK. Use case: Dataverse table modeling, PAC CLI automation, Dynamics data access. (Claude Code)
- DuckDB Skills - Read any data file, attach and query DuckDB databases, search docs, and manage extensions. Use case: Local analytical queries, ad-hoc file analysis, DuckLake and DuckDB workflows. (Claude Code)
- Firestore - Connect and interact with Firestore databases, collections, and documents. Use case: Firestore document CRUD, collection queries, NoSQL data exploration. (Claude Code)
- Knowledge Catalog - Discover, manage, monitor, and govern data and AI artifacts across your data platform. Use case: Data-artifact discovery, governance, catalog monitoring. (Claude Code)
- Looker - Connect to Looker and interact with your data using LookML. Use case: LookML modeling, Looker exploration, BI query authoring. (Claude Code)
- LSEG - Price bonds, analyze yield curves, evaluate FX carry trades, value options, and build macro dashboards using LSEG financial data and analytics. Use case: Fixed-income analysis, FX strategy work, options valuation, macro-research dashboards. (Cowork)
- MongoDB - Official MongoDB plugin with MCP server and skills for connecting, exploring data, managing collections, and optimizing queries. Use case: MongoDB query authoring, schema design, aggregation-pipeline optimization. (Claude Code)
- Neon - Manage Neon PostgreSQL projects and databases through its skill and MCP server. Use case: Serverless PostgreSQL branching, Neon project management, schema migrations. (Claude Code)
- Oracle AI Data Platform Databricks Migrator - Drive the Oracle AIDP Databricks Migration Toolkit in natural language, planning and executing automated Databricks-to-AIDP migrations of notebooks, jobs, schedules, and catalog DDL. Use case: Databricks-to-AIDP migration, dependency rewrite, cell-by-cell execute-verify-fix on a live cluster. (Claude Code)
- Oracle AI Data Platform Spark Connectors - Connect Spark to Oracle Autonomous DB, Fusion ERP, OCI Streaming, Iceberg, and external systems with 18 connector skills. Use case: Spark source connectivity, Iceberg and ADB ingestion, cross-system data loading. (Claude Code)
- Oracle AI Data Platform Workbench - Operate a Spark/Delta lakehouse in natural language across discovery, Spark SQL, pipelines, governance, and MLOps with 37 skills. Use case: Lakehouse SQL generation, pipeline authoring, Delta governance and time-travel. (Claude Code)
- Oracle Database - Connect, query, and interact with Oracle Databases and their data. Use case: Oracle SQL authoring, schema inspection, database interaction. (Claude Code)
- Pigment - Analyze business data and build custom Pigment models, metrics, and boards through natural language. Use case: Business planning models, metric authoring, board building. (Claude Code)
- Pinecone - Vector database integration for managing indexes, querying, and
No comments yet
Be the first to share your take.