BeClaude
All Official Orgs
Anthropic avatar

Anthropic

Official

Maker of Claude and Claude Code

Skills
225
Repos
66
Total Stars
4110.4k

theme-factory

150.9k

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

Official SkillDocumentation

algorithmic-art

150.9k

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

Official SkillGeneral

slack-gif-creator

150.9k

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."

Official SkillGeneral

pdf

150.9k

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.

Official SkillGeneral

xlsx

150.9k

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.

Official SkillGeneraldocumentationapi

claude-api

150.9k

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a one-liner" — whenever: the prompt names Claude/Anthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing/model choice/limits/caching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent/MCP/tool-definition/multi-agent/RAG/LLM-judge/computer-use; generate/summarize/extract/classify/rewrite/converse over NL; debugging refusals/cutoffs/streaming/tool-calls/tokens). SKIP only when another provider is being worked on (overrides all triggers): OpenAI/GPT/Gemini/Llama/Mistral/Cohere/Ollama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).

Official SkillGeneralapimcp

docx

150.9k

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.

Official SkillDocumentationdocumentation

canvas-design

150.9k

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

Official SkillDocumentationdocumentationdesign

skill-creator

150.9k

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

Official SkillGeneraltesting

brand-guidelines

150.9k

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

Official SkillGeneraldesign

internal-comms

150.9k

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).

Official SkillGeneral

web-artifacts-builder

150.9k

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

Official SkillGeneralfrontend

doc-coauthoring

150.9k

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

Official SkillDocumentationdocumentation

webapp-testing

150.9k

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Official SkillGeneraltestingfrontend

pptx

150.9k

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.

Official SkillGeneral

frontend-design

150.9k

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

Official SkillGeneralapifrontend

mcp-builder

150.9k

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

Official SkillGeneralapidesign

chrome-devtools-mcp

43.7k

Control 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.

Official PluginDevelopmentmcpagent

ralph-loop

30.2k

Interactive 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.

Official PluginDevelopment

terraform

30.2k

The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.

Official PluginDevelopmentmcp

jdtls-lsp

30.2k

Java language server (Eclipse JDT.LS) for code intelligence

Official PluginDevelopmentlsp

playground

30.2k

Creates 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.

Official PluginDevelopmentcode-reviewdocumentation

mcp-server-dev

30.2k

Skills 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.

Official PluginDevelopmentdeploymentdesign

mcp-tunnels

New
30.2k

Connect 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.

Official PluginDevelopmentmcp

frontend-design

30.2k

Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics.

Official PluginDevelopmentfrontenddesign

learning-output-style

30.2k

Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)

Official PluginGeneral

asana

30.2k

Asana project management integration. Create and manage tasks, search projects, update assignments, track progress, and integrate your development workflow with Asana's work management platform.

Official PluginGeneral

claude-code-setup

30.2k

Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.

Official PluginGeneralmcpagent

kotlin-lsp

30.2k

Kotlin language server for code intelligence

Official PluginDevelopmentlsp

explanatory-output-style

30.2k

Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)

Official PluginGeneral

math-olympiad

30.2k

Solve 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.

Official PluginGeneral

serena

30.2k

Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.

Official PluginDevelopmentrefactoringmcp

imessage

30.2k

iMessage messaging bridge with built-in access control. Reads chat.db directly, sends via AppleScript. Manage pairing, allowlists, and policy via /imessage:access.

Official PluginGeneral

swift-lsp

30.2k

Swift language server (SourceKit-LSP) for code intelligence

Official PluginDevelopmentlsp

linear

30.2k

Linear issue tracking integration. Create issues, manage projects, update statuses, search across workspaces, and streamline your software development workflow with Linear's modern issue tracker.

Official PluginGeneral

code-review

30.2k

Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives

Official PluginGeneralcode-reviewagent

code-modernization

New
30.2k

Modernize 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 agents

Official PluginDevelopmentcode-reviewagent

php-lsp

30.2k

PHP language server (Intelephense) for code intelligence

Official PluginDevelopmentlsp

telegram

30.2k

Telegram messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /telegram:access.

Official PluginGeneral

github

30.2k

Official 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.

Official PluginGeneralcode-reviewapi

claude-md-management

30.2k

Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.

Official PluginGeneral

plugin-dev

30.2k

Comprehensive 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.

Official PluginDevelopmentmcpagent

hookify

30.2k

Easily create custom hooks to prevent unwanted behaviors by analyzing conversation patterns or from explicit instructions. Define rules via simple markdown files.

Official PluginGeneral

rust-analyzer-lsp

30.2k

Rust language server for code intelligence and analysis

Official PluginDevelopmentlsprust

ruby-lsp

30.2k

Ruby language server for code intelligence and analysis

Official PluginDevelopmentlsp

code-simplifier

30.2k

Agent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality. Focuses on recently modified code.

Official PluginGeneralagent

skill-creator

30.2k

Create 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.

Official PluginDevelopmenttesting

commit-commands

30.2k

Commands for git commit workflows including commit, push, and PR creation

Official PluginGeneral

clangd-lsp

30.2k

C/C++ language server (clangd) for code intelligence

Official PluginDevelopmentlsp

laravel-boost

30.2k

Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.

Official PluginDevelopmentmcp

typescript-lsp

30.2k

TypeScript/JavaScript language server for enhanced code intelligence

Official PluginDevelopmentlsptypescript

firebase

30.2k

Google Firebase MCP integration. Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend directly from your development workflow.

Official PluginData & Analyticsmcp

discord

30.2k

Discord messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /discord:access.

Official PluginGeneral

greptile

30.2k

AI-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.

Official PluginDevelopment

feature-dev

30.2k

Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review

Official PluginDevelopmentcode-reviewdesign

playwright

30.2k

Browser 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.

Official PluginGeneraltestingmcp

agent-sdk-dev

30.2k

Development kit for working with the Claude Agent SDK

Official PluginDevelopmentagent

pyright-lsp

30.2k

Python language server (Pyright) for type checking and code intelligence

Official PluginDevelopmentlsppython

gitlab

30.2k

GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools.

Official PluginGeneral

pr-review-toolkit

30.2k

Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification

Official PluginGeneraltestingcode-review

gopls-lsp

30.2k

Go language server for code intelligence and refactoring

Official PluginDevelopmentrefactoringlsp

security-guidance

30.2k

Security 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.

Official PluginGeneralsecuritycode-review

context7

30.2k

Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.

Official PluginDevelopmentdocumentationmcp

session-report

30.2k

Generate an explorable HTML report of Claude Code session usage — tokens, cache efficiency, subagents, skills, and the most expensive prompts — from local ~/.claude/projects transcripts.

Official PluginGeneralagent

fakechat

30.2k

Localhost web chat for testing the channel notification flow. No tokens, no access control, no third-party service.

Official PluginDevelopmenttesting

lua-lsp

30.2k

Lua language server for code intelligence

Official PluginDevelopmentlsp

csharp-lsp

30.2k

C# language server for code intelligence

Official PluginDevelopmentlsp

atomic-agents

6k

Comprehensive 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.

Official PluginDevelopmentcode-reviewdesign

expo

2.1k

Official 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.

Official PluginDevelopmentdeploymentapi

cloudflare

1.8k

Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents SDK, MCP servers, Wrangler CLI, and web performance.

Official PluginGeneralmcpagent

microsoft-docs

1.7k

Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.

Official PluginDevelopmentdocumentationapi

figma

1.6k

Figma 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.

Official PluginGeneraldesign

stripe

1.6k

Stripe development plugin for Claude

Official PluginDevelopmentplugin

nvidia-skills

New
1.3k

NVIDIA agent skills for accelerated-computing workflows — starting with cuOpt vehicle-routing optimization (VRP, TSP, PDP) via the cuOpt Python API.

Official PluginDevelopmentapiagent

azure

1.2k

Transform 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.

Official PluginGeneraldeploymentmcp

aws-agents

New
871

Build, deploy, and operate AI agents on AWS. Skills for scaffolding agents with Amazon Bedrock AgentCore, connecting tools, memory, policies, evaluation, debugging, and production hardening.

Official PluginDevelopmentdeploymentagent

amazon-location-service

787

Guide developers through adding maps, places search, geocoding, routing, and other geospatial features with Amazon Location Service, including authentication setup, SDK integration, and best practices.

Official PluginGeneral

atlassian

784

Connect 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.

Official PluginGeneraldocumentation

notion

416

Notion 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.

Official PluginGeneraldocumentation

astronomer-data-agents

390

Data 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.

Official PluginDevelopmentdeploymentagent

save-to-spotify

New
363

Create polished audio episodes with TTS narration, rich timelines, cover images, and save them to Spotify via the save-to-spotify CLI.

Official PluginGeneral

zapier

299

Connect 8,000+ apps to your AI workflow. Discover, enable, and execute Zapier actions directly from your client.

Official PluginGeneralapi

netsuite-suitecloud

New
296

NetSuite 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.

Official PluginDevelopmentagent

sentry

208

Sentry error monitoring integration. Access error reports, analyze stack traces, search issues by fingerprint, and debug production errors directly from your development environment.

Official PluginGeneral

vercel

190

Vercel deployment platform integration. Manage deployments, check build status, access logs, configure domains, and control your frontend infrastructure directly from Claude Code.

Official PluginGeneraldeploymentfrontend

sap-fiori-mcp-server

New
149

MCP server for SAP Fiori development tools for Claude Code. Build and modify SAP Fiori applications with AI assistance.

Official PluginDevelopmentmcp

dataverse

145

Agent skills for building on, analyzing, and managing Microsoft Dataverse — with Dataverse MCP, PAC CLI, and Python SDK.

Official PluginData & Analyticsmcpagent

adobe-for-creativity

New
126

Harness 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.

Official PluginGeneraldesign

coderabbit

113

Your 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.

Official PluginGeneralsecuritycode-review

data-agent-kit-starter-pack

New
106

This 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.

Official PluginDevelopmentagentplugin

remember

103

Continuous memory for Claude Code. Extracts, summarizes, and compresses conversations into tiered daily logs. Claude remembers what you did yesterday.

Official PluginDevelopment

pydantic-ai

79

Write 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.

Official PluginDevelopmentagent

logfire

New
79

Add Logfire observability to Python applications with auto-instrumentation for FastAPI, httpx, asyncpg, SQLAlchemy, and more

Official PluginGeneralapipython

neon

70

Manage your Neon projects and databases with the neon-postgres agent skill and the Neon MCP Server.

Official PluginData & Analyticsmcpagent

agentforce-adlc

70

Agentforce Agent Development Life Cycle — author, discover, scaffold, deploy, test, and optimize .agent files

Official PluginDevelopmenttestingdeployment

pinecone

67

Pinecone 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.

Official PluginData & Analyticsapimcp

slack

65

Slack workspace integration. Search messages, access channels, read threads, and stay connected with your team's communications while coding. Find relevant discussions and context quickly.

Official PluginGeneral

looker

New
47

Connect to Looker and interact with your data using LookML.

Official PluginData & Analytics

bigquery-data-analytics

New
44

Connect, query, and generate data insights for BigQuery datasets and data.

Official PluginData & Analytics

zscaler

New
39

Manage 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.

Official PluginGeneralsecurity

amplitude

29

Use Amplitude as an expert analyst — instrument Amplitude, discover product opportunities, analyze charts, create dashboards, manage experiments, and understand users and accounts.

Official PluginGeneral

fastly-agent-toolkit

27

Fastly development tools and platform skills

Official PluginGeneralagent

firestore-native

New
27

Connect and interact with Firestore databases, collections, and documents.

Official PluginData & Analyticsdocumentation

mercadopago

New
20

Mercado 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.

Official PluginDevelopmenttestingcode-review

liquid-skills

New
18

Liquid language fundamentals, CSS/JS/HTML coding standards, and WCAG accessibility patterns for Shopify themes

Official PluginDevelopment

liquid-lsp

New
18

LSP integration for Shopify Liquid templates via the Shopify CLI theme language server.

Official PluginDevelopmentlsp

netlify-skills

18

Netlify platform skills for Claude Code — functions, edge functions, blobs, database, image CDN, forms, config, CLI, frameworks, caching, AI gateway, and deployment.

Official PluginDevelopmentdeployment

spanner

New
18

Connect and interact with Spanner data using natural language.

Official PluginData & Analytics

crowdstrike-falcon-foundry

New
16

CrowdStrike 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.

Official PluginGeneralsecurityapi

knowledge-catalog

New
15

Connect to Knowledge Catalog to discover, manage, monitor, and govern data and AI artifacts across your data platform

Official PluginData & Analytics

ui5

15

SAPUI5 / 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.

Official PluginDevelopmentdocumentationapi

cloud-sql-mysql

New
10

Connect and interact with a Cloud SQL for MySQL database and data.

Official PluginData & Analytics

aikido

10

Aikido Security scanning for Claude Code — SAST, secrets, and IaC vulnerability detection powered by the Aikido MCP server.

Official PluginGeneralsecuritymcp

spotify-ads-api

9

Manage Spotify ad campaigns with natural language. Create campaigns, ad sets, ads, pull reports, and handle OAuth — all through conversation.

Official PluginGeneralapi

aws-dev-toolkit

New
8

AWS development toolkit — 34 skills, 11 agents, and 3 MCP servers for building, migrating, and performing architecture reviews on AWS.

Official PluginDevelopmentcode-reviewmcp

supabase

7

Supabase MCP integration for database operations, authentication, storage, and real-time subscriptions. Manage your Supabase projects, run SQL queries, and interact with your backend directly.

Official PluginData & Analyticsmcp

oracledb

New
7

Connect, query, and interact with Oracle Databases and their data.

Official PluginData & Analytics

cloud-sql-sqlserver

New
7

Connect to Cloud SQL for SQL Server

Official PluginData & Analytics

aws-startup-advisor

New
7

Personalized 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.

Official PluginDevelopmentsecurity

box

5

Work 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.

Official PluginGeneraldocumentation

clickhouse

New
4

Connect 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.

Official PluginData & Analyticscode-review

pagerduty

4

Enhance 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.

Official PluginGeneralsecuritydeployment

cockroachdb

3

Connect 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.

Official PluginData & Analyticsmcpagent

alloydb-omni

New
3

Create, connect, and interact with an AlloyDB Omni database and data.

Official PluginData & Analytics

nightvision

2

Skills for working with NightVision, a DAST and API Discovery platform that finds exploitable vulnerabilities in web applications and REST APIs

Official PluginGeneralapi

intercom

2

Intercom 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.

Official PluginGeneral

azure-cosmos-db-assistant

1

Expert assistant for Azure Cosmos DB — data modeling, query optimization, performance tuning, and best practices.

Official PluginData & Analytics

dataproc

New
1

Manage Dataproc clusters and jobs.

Official PluginData & Analytics

huggingface-skills

Build, train, evaluate, and use open source AI models, datasets, and spaces.

Official PluginDevelopment

42crunch-api-security-testing

New

Automate 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.

Official PluginGeneralsecuritytesting

airtable

New

Airtable 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.

Official PluginGeneralmcpagent

appwrite

New

Appwrite tools for Claude Code, including SDK skills, Appwrite MCP servers, and deployment commands.

Official PluginDevelopmentdeploymentmcp

atlan

Atlan 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.

Official PluginGeneralmcpplugin

cloud-sql-postgresql

New

Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.

Official PluginData & Analytics

convex

New

Official 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.

Official PluginData & Analyticsdesignmcp

auth0

New

Add authentication to any app with Auth0. This plugin detects your framework, scaffolds the right Auth0 SDK integration, and guides you through login, logout, sessions, and protected routes — using current SDK patterns.

Official PluginGeneralplugin

dash0

New

OpenTelemetry 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.

Official PluginGeneral

datahub-skills

New

DataHub development and interaction toolkit with connector planning, PR review, catalog search, metadata enrichment, lineage tracing, data quality management, and connection setup skills

Official PluginData & Analyticscode-review

legalzoom

Attorney 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.

Official PluginGeneralcode-reviewdocumentation

prisma

Prisma 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.

Official PluginGeneralmcp

teamcity-cli

New

Agent 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.

Official PluginDevelopmentagent

togetherai-skills

New

Agent 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.

Official PluginDevelopmentagent

alloydb

New

Create, connect, and interact with an AlloyDB for PostgreSQL database and data.

Official PluginData & Analytics

codspeed

New

CodSpeed 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.

Official PluginDevelopmenttestingmcp

miro

New

Secure access to Miro boards. Enables AI to read board context, create diagrams, and generate code with enterprise-grade security.

Official PluginGeneralsecurity

oracle-ai-data-platform-workbench-spark-connectors

New

Oracle 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.

Official PluginDevelopmenttestingapi

sumup

SumUp 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.

Official PluginDevelopmentapi

valtown

New

Build 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).

Official PluginGeneraldeploymentmcp

youdotcom-agent-skills

New

You.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.

Official PluginGeneralapiagent

vibe-prospecting

New

Vibe 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.

Official PluginGeneral

lusha

New

Prospect, enrich, and build call-ready lead lists using Lusha's B2B intelligence platform — verified phone numbers, company signals, and lookalike targeting.

Official PluginGeneral

brightdata-plugin

Web 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...

Official PluginDocumentationapimcp

desktop-commander

New

MCP server for terminal commands, process management, and file operations across text, code, PDF, DOCX, Excel, images, and structured data.

Official PluginGeneralmcp

clickhouse-best-practices

New

28 best practice rules for ClickHouse schema design, query optimization, and data ingestion — prioritized by impact

Official PluginData & Analyticsdesign

outputai

New

Output.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.

Official PluginDevelopmentcode-reviewagent

qodo-skills

Qodo 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.

Official PluginDevelopmentsecuritytesting

airwallex

New

Airwallex CLI plugin for Claude — skills for payments, billing, invoicing, beneficiary creation, card provisioning, and cashflow management.

Official PluginGeneralplugin

ai-plugins

Set up endorctl and use Endor Labs to scan, prioritize, and fix security risks across your software supply chain

Official PluginGeneralsecurityplugin

apollo

New

Prospect, enrich leads, load outreach sequences, and query sales analytics with Apollo.io — one-click MCP server integration for Claude Code and Cowork.

Official PluginGeneralmcp

cloudinary

Use Cloudinary directly in Claude. Manage assets, apply transformations, optimize media, and more through natural conversation.

Official PluginGeneral

base44

Build and deploy Base44 full-stack apps with CLI project management and JavaScript/TypeScript SDK development skills

Official PluginDevelopmentdeploymenttypescript

fiftyone

Build high-quality datasets and computer vision models. Visualize datasets, analyze models, find duplicates, run inference, evaluate predictions, and develop custom plugins.

Official PluginGeneralplugin

mintlify

Build 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.

Official PluginDevelopmentdocumentation

servicenow-sdk

New

Create, edit, and deploy ServiceNow applications with the Fluent SDK effortlessly through Claude AI.

Official PluginDevelopmentdeployment

windsor-ai

New

Connect 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.

Official PluginGeneral

qt-development-skills

New

Agentic engineering skills for Qt software development — Qt C++/QML code review, QML coding, and Qt C++/QML code documentation.

Official PluginDevelopmentcode-reviewdocumentation

railway

Deploy and manage apps, databases, and infrastructure on Railway. Covers project setup, deploys, environment configuration, networking, troubleshooting, and monitoring.

Official PluginGeneraldeployment

sourcegraph

Code 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.

Official PluginDevelopmentsecurityrefactoring

shopify-ai-toolkit

Shopify'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.

Official PluginDevelopmentdocumentationapi

twilio-developer-kit

New

Twilio 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.

Official PluginDevelopmentapiagent

zoom-plugin

Claude plugin for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows.

Official PluginDevelopmentapimcp

qdrant-skills

New

Agent 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.

Official PluginData & Analyticsdeploymentagent

planetscale

An 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.

Official PluginData & Analyticsmcp

quarkus-agent

New

MCP 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.

Official PluginDevelopmentdocumentationmcp

runway-api

New

Video 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.

Official PluginGeneralapi

sap-mdk-server

New

MCP server for SAP Mobile Development Kit (MDK). Build and modify MDK applications with AI assistance — schema lookups, action validation, rule editing, and project scaffolding.

Official PluginDevelopmentmcp

firecrawl

Web 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.

Official PluginDevelopmentapiagent

bigdata-com

Official Bigdata.com plugin providing financial research, analytics, and intelligence tools powered by Bigdata MCP.

Official PluginData & Analyticsmcpplugin

forge-skills

New

Forge-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.

Official PluginDevelopmentcode-reviewdeployment

circle-skills

New

Ship 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.

Official PluginDevelopmentdocumentationmcp

wix

Build, 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.

Official PluginDevelopmentdeploymentapi

duende-skills

New

Duende development skills and agents for Claude Code — covering OAuth/OIDC protocols, IdentityServer, token management, ASP.NET Core authentication/authorization, BFF patterns, and secure identity architecture

Official PluginGeneralagent

redis-development

New

Redis development best practices — data structures, query engine, vector search, caching, and performance optimization

Official PluginData & Analytics

rootly

New

Full-lifecycle incident management: deploy safety, incident response, on-call management, and retrospectives.

Official PluginGeneraldeployment

sentry-cli

New

Skills for using the Sentry CLI to interact with Sentry from the command line

Official PluginGeneral

snowflake-cortex-code

New

Automatically 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.

Official PluginDevelopmentcode-review

sonatype-guide

Sonatype Guide MCP server for software supply chain intelligence and dependency security. Analyze dependencies for vulnerabilities, get secure version recommendations, and check component quality metrics.

Official PluginGeneralsecuritymcp

cds-mcp

AI-assisted development of SAP Cloud Application Programming Model (CAP) projects. Search CDS models and CAP documentation.

Official PluginDevelopmentdocumentationmcp

langfuse-observability

New

The Langfuse x Claude Code Observability Plugin

Official PluginGeneralplugin

shopify

Shopify developer tools for Claude Code — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code

Official PluginDevelopment

mcp-apps

New

Skills for creating MCP Apps with the MCP Apps SDK

Official PluginDevelopmentmcp

pigment

New

Analyze business data and build custom Pigment models, metrics, and boards through natural language.

Official PluginGeneral

sanity

Sanity 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.

Official PluginDevelopmentdesignmcp

wordpress.com

Uses Claude Code to create and edit WordPress sites with WordPress Studio before deploying changes to your WordPress.com site.

Official PluginGeneraldeployment

carta-cap-table

New

Carta Cap Table plugin — skills and hooks for querying cap tables, grants, SAFEs, 409A valuations, waterfall scenarios, and more

Official PluginGeneralplugin

datadog

New

Use 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.

Official PluginGeneralcode-reviewmcp

exa

New

Exa 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.

Official PluginGeneralmcp

nimble

Nimble web data toolkit — search, extract, map, crawl the web and work with structured data agents

Official PluginGeneralagent

rc

Configure RevenueCat projects, apps, products, entitlements, and offerings directly from Claude Code. Manage your in-app purchase backend without leaving your development workflow.

Official PluginDevelopment

mongodb

Official 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.

Official PluginData & Analyticsmcpplugin

cwc-makers

New

Onboard 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.

Official PluginGeneral

hyperframes

New

HyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.

Official PluginGeneral

datarobot-agent-skills

New

DataRobot skills for AI/ML workflows — model training, deployment, predictions, feature engineering, monitoring, explainability, data preparation, App Framework CI/CD, and external agent monitoring.

Official PluginDevelopmentdeploymentagent

dominodatalab

New

Full Domino Data Lab platform support — workspaces, jobs, model deployment, experiment tracking, GenAI tracing, Spark/Ray/Dask, and app deployment for data science teams

Official PluginDevelopmentdeployment

buildkite

New

Official Buildkite skills for Claude Code, Cursor, and other AI coding agents — pipelines, migration, preflight, agent runtime, CLI, and API

Official PluginDevelopmentapiagent

circleback

Circleback conversational context integration. Search and access meetings, emails, calendar events, and more.

Official PluginGeneral

zilliz

New

Zilliz Cloud management plugin with 14 skills covering cluster lifecycle, collection schema, vector search, index tuning, bulk import, RBAC, backups, and monitoring.

Official PluginData & Analyticsplugin

semgrep

Semgrep catches security vulnerabilities in real-time and guides Claude to write secure code from the start.

Official PluginGeneralsecurity

goodmem

GoodMem memory infrastructure for AI agents. Use Python SDK skills to write code that manages embedders, spaces, and memories, or use MCP tools to perform GoodMem operations directly via natural language.

Official PluginDevOps & Deploymentmcpagent

apollo-skills

New

Apollo 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.

Official PluginDevelopmentdesignmcp

vanta

New

The 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.

Official PluginGeneralsecuritytesting

hunter

New

Find and verify professional email addresses, search contacts by domain, and enrich company data -- directly in Claude.

Official PluginGeneral

lumen

New

Precise 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.

Official PluginDevelopmentmcp

postiz

Social media automation CLI for scheduling posts, managing integrations, uploading media, and tracking analytics across 28+ platforms including X, LinkedIn, Reddit, YouTube, TikTok, Instagram, and more

Official PluginGeneral

mapbox

New

Mapbox 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.

Official PluginGeneralmcpagent

postman

Full 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.

Official PluginDevelopmentsecuritytesting

posthog

Access PostHog analytics, feature flags, experiments, error tracking, and insights directly from Claude Code.

Official PluginGeneral

zoominfo

New

Search 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.

Official PluginGeneral

sonarqube

Automatically 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.

Official PluginGeneralsecuritymcp

superpowers

Superpowers 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.

Official PluginDevelopmenttestingcode-review

fullstory

New

Connect Claude to Fullstory to query behavioral analytics, session replays, and customer experience insights.

Official PluginGeneral

duckdb-skills

New

DuckDB-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.

Official PluginData & Analytics

jfrog

New

Use 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.

Official PluginGeneralsecurity

resend

New

Agent 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.

Official PluginDevelopmentapimcp

workos

New

WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.

Official PluginGeneralapi

Explore more official skills

Browse skills from other technology companies.

All Official Orgs