Skip to content

Agentic Skills

Drop-in capabilities for your AI agents. Each skill is a self-contained workflow β€” download the .md file and plug it into any LLM.

How to import skills into your AI tool
Claude Code
  1. 1.Save the .md file to .claude/commands/ in your project
  2. 2.Use /skill-name in any Claude Code session
ChatGPT
  1. 1.Paste the skill content as Custom Instructions or into a GPT's system prompt
  2. 2.Or create a Custom GPT with the skill as its instructions
Cursor / Windsurf
  1. 1.Save as .cursorrules or .windsurfrules in your project root
  2. 2.The AI reads it automatically on every session
Any LLM
  1. 1.Paste as the system prompt in any API call or chat interface
  2. 2.Works with Gemini, Ollama, Llama, Mistral, and any OpenAI-compatible API

Pro tip: Skills are composable. Combine multiple skills in a single session β€” use /plan to design, /tdd to implement, and /code-reviewer to validate, all in one workflow.

84 skills
/a11yStable

Audits components for WCAG 2.1 compliance, missing ARIA attributes, keyboard navigation, and color contrast issues.

AccessibilityFrontend
/algorithmic-artOfficial

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.

CreativeGenerative Artp5.jsInteractive
/brand-guidelinesOfficial

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel.

DesignBrandingTypographyStyling
/canvas-designOfficial

Create beautiful visual art in .png and .pdf documents using design philosophy. Use when the user asks to create a poster, piece of art, design, or other static visual piece.

CreativeDesignVisual ArtPDFPNG
/claude-apiOfficial

Build apps with the Claude API or Anthropic SDK. Triggers when code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude API, Anthropic SDKs, or Agent SDK.

APISDKDevelopmentAIPythonTypeScript
/doc-coauthoringOfficial

Guide users through a structured workflow for co-authoring documentation. Use when writing documentation, proposals, technical specs, decision docs, or similar structured content.

DocumentationWritingWorkflowCollaboration
/docxOfficial

Create, read, edit, or manipulate Word documents (.docx files). Handles tables of contents, headings, page numbers, letterheads, tracked changes, comments, and more.

DocumentsWordDOCXOffice
/frontend-designOfficial

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

FrontendDesignUICSSReactWeb
/internal-commsOfficial

A set of resources to help write all kinds of internal communications using structured formats. Covers 3P updates, company newsletters, FAQ responses, status reports, and more.

CommunicationWritingBusinessTemplates
/mcp-builderOfficial

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.

MCPAPIIntegrationTypeScriptPythonTools
/pdfOfficial

Read, create, edit, merge, split, rotate, watermark, encrypt, OCR, and manipulate PDF files using Python libraries and command-line tools.

PDFDocumentsPythonProcessing
/pptxOfficial

Create, read, edit, and manipulate PowerPoint presentations (.pptx files). Includes design guidance for creating visually striking, non-generic slide decks.

PresentationsPowerPointPPTXDesignOffice
/skill-creatorOfficial

Create new skills, modify and improve existing skills, and measure skill performance. Includes eval creation, benchmarking, and iterative optimization.

MetaSkillsEvaluationTestingOptimization
/slack-gif-creatorOfficial

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, easing functions, and animation concepts.

CreativeAnimationGIFSlackPython
/theme-factoryOfficial

Toolkit for styling artifacts with a theme. 10 pre-set professional themes with colors and fonts that can be applied to slides, docs, reports, HTML pages, or any artifact.

DesignThemesStylingPresentationsBranding
/web-artifacts-builderOfficial

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using React, Tailwind CSS, and shadcn/ui. For complex artifacts requiring state management, routing, or rich UI components.

FrontendReactTailwindshadcn/uiArtifactsWeb
/webapp-testingOfficial

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

TestingPlaywrightFrontendAutomationQA
/xlsxOfficial

Create, read, edit, and manipulate Excel spreadsheets (.xlsx files). Handles formulas, formatting, charts, financial models, and data analysis with professional standards.

SpreadsheetsExcelXLSXFinanceDataOffice
/api-designStable

Designs REST or GraphQL APIs from requirements with typed schemas, validation rules, error contracts, and example requests.

APIArchitecture
/bundle-analyzeStable

Analyzes JavaScript bundle size, identifies bloated dependencies, and suggests tree-shaking and code-splitting opportunities.

PerformanceFrontend
/ci-fixStable

Diagnose and fix failing CI/CD pipelines. Reads logs, identifies root causes, and applies targeted fixes.

DevOpsCI/CD
/code-reviewerStable

Reviews code for bugs, logic errors, security vulnerabilities, and adherence to project conventions.

QualitySecurity
/commitStable

Creates conventional commits with proper formatting, staged file analysis, and hook compliance.

GitWorkflow
/component-auditStable

Audits a component library for consistency, accessibility compliance, reuse opportunities, and API design issues.

FrontendQuality
/coverageStable

Identifies untested code paths, generates targeted tests for uncovered branches, and tracks coverage toward project goals.

TestingQuality
/debugStable

Systematic debugging workflow that reproduces, isolates, root-causes, fixes, and verifies bugs with surgical precision.

DebuggingWorkflow
/deployStable

Deploy current project to Vercel with environment configuration and preview URL generation.

DevOpsDeployment
/design-tokensStable

Extracts and organizes design tokens from a codebase into a centralized, consistent token system.

DesignFrontend
/dockerStable

Build, optimize, and debug Docker containers and compose files. Analyzes Dockerfiles for security, size, and performance.

DevOpsContainers
/docsStable

Auto-generates API documentation, JSDoc/TSDoc comments, README sections, and architecture diagrams from source code.

DocumentationDeveloper Experience
/env-checkStable

Validate environment variables, secrets, and configuration. Catches missing or misconfigured values before they cause runtime failures.

DevOpsSecurity
/feature-devStable

Guided feature development with codebase understanding, architecture focus, and test-first approach.

DevelopmentArchitecture
/i18nStable

Finds hardcoded strings, sets up i18n infrastructure, and extracts text into translation files.

FrontendAccessibility
/infra-costStable

Analyze cloud infrastructure costs and suggest optimizations. Finds unused resources, right-sizing opportunities, and savings.

DevOpsCloud
/k8s-debugStable

Systematic Kubernetes debugging workflow. Diagnoses pod failures, networking issues, and resource constraints.

DevOpsKubernetes
/migrateStable

Guides database schema migrations, API version upgrades, and framework migrations with rollback safety.

DatabaseDevOps
/monitorStable

Set up monitoring, alerting, and observability. Configures health checks, error tracking, and performance dashboards.

DevOpsObservability
/chatgpt-appsOfficial

Build and scaffold ChatGPT apps using the OpenAI Apps SDK with MCP server integration.

AIOpenAIMCPApps
/cloudflare-deployOfficial

Deploy Workers, Pages, and platform services on Cloudflare with intelligent product selection.

DevOpsDeploymentCloudflare
/develop-web-gameOfficial

Build web games with a Playwright-driven development and testing loop for reliable iteration.

GamingFrontendTestingPlaywright
/docOfficial

Edit and review .docx files programmatically with structured formatting and change tracking.

DocumentationOfficeProductivity
/figma-implement-designOfficial

Turn Figma designs into production-ready code matching layout, states, and responsive behavior.

DesignFrontendFigmaUI
/figmaOfficial

Use Figma MCP to inspect designs and translate them into implementable UI decisions.

DesignFigmaUI
/gh-address-commentsOfficial

Address all actionable comments in a GitHub PR review and summarize the updates.

GitHubCode ReviewCollaboration
/gh-fix-ciOfficial

Debug and fix failing GitHub Actions CI by inspecting checks, fetching logs, and proposing targeted fixes.

GitHubCI/CDDevOps
/imagegenOfficial

Generate and edit images using the OpenAI Image API with structured prompt augmentation.

AIOpenAIImagesCreative
/jupyter-notebookOfficial

Create clean, reproducible Jupyter notebooks for experiments and tutorials with structured templates.

Data SciencePythonNotebooks
/linearOfficial

Manage Linear issues, projects, and team workflows with MCP-powered project management.

Project ManagementLinearMCP
/netlify-deployOfficial

Deploy web projects to Netlify with CLI-driven authentication, site linking, and preview/production deploys.

DevOpsDeploymentNetlify
/notion-knowledge-captureOfficial

Capture conversations and decisions into structured Notion pages with proper linking and templates.

NotionDocumentationMCPProductivity
/notion-meeting-intelligenceOfficial

Prep meetings with Notion context, tailored agendas, pre-reads, and research enrichment.

NotionMeetingsMCPProductivity
/notion-research-documentationOfficial

Research across Notion sources and synthesize into structured briefs, comparisons, and reports with citations.

NotionResearchMCPDocumentation
/notion-spec-to-implementationOfficial

Turn Notion specs into implementation plans with milestones, tasks, dependencies, and progress tracking.

NotionProject ManagementMCPPlanning
/openai-docsOfficial

Reference official OpenAI documentation with cited, up-to-date guidance and upgrade references.

AIOpenAIDocumentationReference
/openai-pdfOfficial

Create, edit, and review PDF documents with programmatic manipulation and content extraction.

DocumentationPDFProductivity
/playwright-interactiveOfficial

Persistent browser and Electron QA with interactive Playwright sessions for debugging and evidence capture.

TestingPlaywrightQABrowser
/playwrightOfficial

Automate real browsers from the terminal with Playwright scripts for testing and workflow automation.

TestingPlaywrightAutomationBrowser
/render-deployOfficial

Deploy applications to Render via Blueprints or MCP with service URL, env vars, and configuration.

DevOpsDeploymentRender
/screenshotOfficial

Capture targeted screenshots of applications, web pages, and UI elements for documentation and QA.

QADocumentationUICapture
/security-best-practicesOfficial

Security reviews and secure-by-default guidance for codebases with actionable improvement recommendations.

SecurityCode ReviewBest Practices
/security-ownership-mapOfficial

Map maintainers, bus factor, and sensitive code ownership from git history for security risk analysis.

SecurityGitAnalysisRisk
/security-threat-modelOfficial

Repository-grounded threat modeling with abuse-path analysis and prioritized mitigations.

SecurityThreat ModelingAnalysis
/sentryOfficial

Read-only Sentry observability for investigating issues, root cause analysis, and impact assessment.

ObservabilityDebuggingMonitoringSentry
/slidesOfficial

Create and edit PPTX slide decks programmatically with PptxGenJS and layout validation.

PresentationsOfficeProductivity
/soraOfficial

Generate and manage Sora videos with structured prompt planning and iterative refinement.

AIOpenAIVideoCreative
/speechOfficial

Generate narrated audio from text using OpenAI with voice style, pacing, and format control.

AIOpenAIAudioTTS
/spreadsheetOfficial

Create, edit, and analyze spreadsheets with formulas, structure, and formatting.

DataOfficeProductivityAnalysis
/transcribeOfficial

Transcribe audio and video using OpenAI with optional speaker diarization and clean summaries.

AIOpenAIAudioTranscription
/vercel-deployOfficial

Deploy apps and agents to Vercel with zero configuration. No account required for preview deployments.

DevOpsDeploymentVercel
/yeetOfficial

Stage changes, write a focused commit, and open a PR in one command for fast shipping.

GitGitHubWorkflowProductivity
/perfStable

Identifies performance bottlenecks through static analysis, suggests optimizations, and estimates impact.

PerformanceOptimization
/planStable

Creates step-by-step implementation plans before writing code. Waits for confirmation before executing.

ArchitecturePlanning
/pr-reviewBeta

Comprehensive pull request review using specialized agents for code, tests, types, and silent failures.

QualityCollaboration
/refactorStable

Structural refactoring with dependency analysis, safe rename/extract/move operations, and regression verification.

RefactoringArchitecture
/responsiveStable

Audits and fixes responsive design issues across breakpoints. Catches layout breaks, overflow, and touch-target problems.

FrontendDesign
/rollbackStable

Safe rollback procedures for deployments. Reverts to the last known good state with data integrity checks.

DevOpsDeployment
/scaffoldStable

Bootstraps new projects, features, or modules from templates with proper structure, types, tests, and configuration.

DevelopmentProductivity
/scaleStable

Analyze application bottlenecks and recommend scaling strategies. Covers horizontal, vertical, and architectural scaling.

DevOpsPerformance
/security-auditStable

Scans code for OWASP Top 10 vulnerabilities, hardcoded secrets, insecure dependencies, and auth bypass risks.

SecurityQuality
/simplifyStable

Post-implementation cleanup pass. Finds reuse opportunities, improves quality, reduces complexity.

QualityRefactoring
/storybookStable

Automatically generates Storybook stories for components with variants, states, and interactive controls.

FrontendDocumentation
/tddStable

Test-driven development workflow. Writes tests first, then implements minimal code to pass.

TestingDevelopment
/test-genStable

Generates comprehensive test suites with happy paths, edge cases, error conditions, and boundary values from existing code.

TestingQuality
/type-strictStable

Progressively tightens TypeScript strictness. Eliminates any types, adds missing annotations, and enables stricter compiler options.

TypeScriptQuality

Built a useful skill?

Skills are extensible. Add your own as an MDX file and share it with the community.

Contribute a Skill