Skills Catalog

Extend Claude Code with powerful skills for documents, design, development, and more. Install official Anthropic skills or community contributions.

Try It Out

See how skills work in Claude Code. Click a demo to run it.

Claude Code
$
Click a demo to start

Official Skills

Verified skills from Anthropic. Document processing, design tools, and more.

Community Skills

Skills built by developers worldwide. iOS testing, security tools, data viz.

Our Challenges

Skills used in our 7, 30, 100 Challenges.

All Skills

Category:
Source:

Showing 36 of 36 skills

Word Documents

✓ Official
Documents

Read, create, and modify Microsoft Word documents. Extract text, add content, format paragraphs, and work with document structure.

Used in CC30:
$/plugin install docx
View Source

Spreadsheets

✓ Official
Documents

Work with Excel spreadsheets. Read data, create charts, write formulas, format cells, and analyze tabular data.

Used in CC30:
$/plugin install xlsx
View Source

PDF Processing

✓ Official
Documents

Extract text and images from PDFs. Read multi-page documents, analyze layouts, and work with scanned documents.

Used in CC30:
$/plugin install pdf
View Source

Presentations

✓ Official
Documents

Create and edit PowerPoint presentations. Add slides, insert images, format text, and build slide decks.

Used in CC30:
$/plugin install pptx
View Source

Algorithmic Art

✓ Official
Design

Generate creative algorithmic artwork using code. Create patterns, fractals, and generative designs.

$/plugin install algorithmic-art
View Source

Canvas Design

✓ Official
Design

Design graphics using HTML Canvas. Create illustrations, diagrams, and visual content programmatically.

$/plugin install canvas-design
View Source

Slack GIF Creator

✓ Official
Design

Create animated GIFs for Slack reactions. Design custom emojis and animated stickers.

$/plugin install slack-gif-creator
View Source

Web Artifacts Builder

✓ Official
Development

Build interactive web artifacts and prototypes. Create HTML/CSS/JS demos that run in the browser.

$/plugin install web-artifacts-builder
View Source

MCP Builder

✓ Official
Development

Build Model Context Protocol servers. Create custom tools and integrations for Claude.

$/plugin install mcp-builder
View Source

Web App Testing

✓ Official
Development

Test web applications automatically. Write and run end-to-end tests for web interfaces.

$/plugin install webapp-testing
View Source

Brand Guidelines

✓ Official
Communication

Create and maintain brand style guides. Define colors, typography, and visual identity systems.

$/plugin install brand-guidelines
View Source

Internal Communications

✓ Official
Communication

Write internal communications and announcements. Create memos, newsletters, and team updates.

$/plugin install internal-comms
View Source

Skill Creator

✓ Official
Development

Build your own Claude Code skills. Package reusable prompts and workflows for others.

$/plugin install skill-creator
View Source

Frontend Design

✓ Official
Design

Design and build frontend interfaces. Create responsive layouts, components, and UI elements.

$/plugin install frontend-design
View Source

Theme Factory

✓ Official
Design

Generate custom themes and color palettes. Create consistent design systems for applications.

$/plugin install theme-factory
View Source

Doc Co-Authoring

✓ Official
Documents

Structured workflow for collaborative document creation across gathering context, refining content, and testing stages.

$/plugin install doc-coauthoring
View Source

Test-Driven Development

by obra

Community
Development

Enforces the Red-Green-Refactor cycle: write failing test, verify it fails, write minimal passing code, verify tests pass, refactor while keeping tests green.

$/plugin install sp-test-driven-development
View Source

Systematic Debugging

by obra

Community
Development

Structured four-phase root cause analysis: Root Cause Investigation, Pattern Analysis, Hypothesis Testing, Implementation. Always find root cause before attempting fixes.

$/plugin install sp-systematic-debugging
View Source

Verification Before Completion

by obra

Community
Development

Mandatory verification gate with 5-step process: identify verification command, run it freshly, read full output, verify claim, then make the claim with evidence.

$/plugin install sp-verification-before-completion
View Source

Brainstorming

by obra

Community
Development

Transforms ideas into validated designs through three phases: Discovery (clarify purpose, constraints), Exploration (propose approaches with trade-offs), Design (detailed architecture).

$/plugin install sp-brainstorming
View Source

Writing Plans

by obra

Community
Development

Create comprehensive implementation plans with exact file paths, complete code examples, specific test commands with expected outputs, and git commit instructions.

$/plugin install sp-writing-plans
View Source

Executing Plans

by obra

Community
Development

Structured methodology for implementing pre-written plans through batched task execution (approximately 3 tasks per batch) with architect review cycles.

$/plugin install sp-executing-plans
View Source

Dispatching Parallel Agents

by obra

Community
Development

Enables concurrent investigation of multiple unrelated failures by creating focused agent tasks that work simultaneously on different problem domains.

$/plugin install sp-dispatching-parallel-agents
View Source

Requesting Code Review

by obra

Community
Development

Guides through structured code review process by dispatching the code-reviewer subagent. Establishes when reviews are mandatory versus optional.

$/plugin install sp-requesting-code-review
View Source

Receiving Code Review

by obra

Community
Development

Structured approach to evaluating code review feedback through technical verification. Five-step process: read, restate, check conditions, evaluate, respond.

$/plugin install sp-receiving-code-review
View Source

Using Git Worktrees

by obra

Community
Development

Creates isolated git worktrees with smart directory selection and safety verification. Three phases: Directory Selection, Safety Verification, Setup & Verification.

$/plugin install sp-using-git-worktrees
View Source

Finishing a Development Branch

by obra

Community
Development

Guides through completing development work: Verify Tests Pass, Determine Base Branch, Present Integration Options (merge, PR, keep, discard), Execute, Cleanup.

$/plugin install sp-finishing-a-development-branch
View Source

Subagent-Driven Development

by obra

Community
Development

Orchestrates execution through Plan Extraction, Per-Task Cycle (implement, test, self-review, spec compliance, code quality), and final code review.

$/plugin install sp-subagent-driven-development
View Source

Writing Skills

by obra

Community
Development

Adapts TDD to documentation creation. Establish baseline agent behavior (RED), create minimal documentation (GREEN), systematically close loopholes (REFACTOR).

$/plugin install sp-writing-skills
View Source

Using Superpowers

by obra

Community
Other

Foundational framework mandating relevant skills be invoked before any action. Decision flowchart: receive message, determine skills, invoke, announce, follow, respond.

$/plugin install sp-using-superpowers
View Source

iOS Simulator Skill

by conorluddy

Community
Development

Build and test iOS apps using the simulator. Create Swift/SwiftUI projects and debug on simulated devices.

$/plugin install ios-simulator
View Source

Web Fuzzing with ffuf

by jthack

Community
Development

Penetration testing and web fuzzing using ffuf. Discover hidden directories, files, and vulnerabilities.

$/plugin install ffuf-web-fuzzing
View Source

Playwright Automation

by lackeyjb

Community
Development

Browser automation with Playwright. Write end-to-end tests, scrape websites, and automate workflows.

$/plugin install playwright-skill
View Source

D3.js Visualizations

by chrisvoncsefalvay

Community
Design

Create interactive data visualizations with D3.js. Build charts, graphs, and custom visual representations.

Used in CC30:
$/plugin install d3js-skill
View Source

Scientific Computing

by K-Dense-AI

Community
Development

Scientific computing libraries integration. Work with NumPy, SciPy, and other scientific Python packages.

$/plugin install scientific-skills
View Source

Web Asset Generator

by alonw0

Community
Design

Generate favicons, app icons, and web assets. Create all the icons needed for web and mobile apps.

$/plugin install web-asset-generator
View Source