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.
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
Showing 36 of 36 skills
Word Documents
Read, create, and modify Microsoft Word documents. Extract text, add content, format paragraphs, and work with document structure.
/plugin install docxSpreadsheets
Work with Excel spreadsheets. Read data, create charts, write formulas, format cells, and analyze tabular data.
/plugin install xlsxPDF Processing
Extract text and images from PDFs. Read multi-page documents, analyze layouts, and work with scanned documents.
/plugin install pdfPresentations
Create and edit PowerPoint presentations. Add slides, insert images, format text, and build slide decks.
/plugin install pptxAlgorithmic Art
Generate creative algorithmic artwork using code. Create patterns, fractals, and generative designs.
/plugin install algorithmic-artCanvas Design
Design graphics using HTML Canvas. Create illustrations, diagrams, and visual content programmatically.
/plugin install canvas-designSlack GIF Creator
Create animated GIFs for Slack reactions. Design custom emojis and animated stickers.
/plugin install slack-gif-creatorWeb Artifacts Builder
Build interactive web artifacts and prototypes. Create HTML/CSS/JS demos that run in the browser.
/plugin install web-artifacts-builderMCP Builder
Build Model Context Protocol servers. Create custom tools and integrations for Claude.
/plugin install mcp-builderWeb App Testing
Test web applications automatically. Write and run end-to-end tests for web interfaces.
/plugin install webapp-testingBrand Guidelines
Create and maintain brand style guides. Define colors, typography, and visual identity systems.
/plugin install brand-guidelinesInternal Communications
Write internal communications and announcements. Create memos, newsletters, and team updates.
/plugin install internal-commsSkill Creator
Build your own Claude Code skills. Package reusable prompts and workflows for others.
/plugin install skill-creatorTheme Factory
Generate custom themes and color palettes. Create consistent design systems for applications.
/plugin install theme-factoryDoc Co-Authoring
Structured workflow for collaborative document creation across gathering context, refining content, and testing stages.
/plugin install doc-coauthoringTest-Driven Development
by obra
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-developmentSystematic Debugging
by obra
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-debuggingVerification Before Completion
by obra
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-completionBrainstorming
by obra
Transforms ideas into validated designs through three phases: Discovery (clarify purpose, constraints), Exploration (propose approaches with trade-offs), Design (detailed architecture).
/plugin install sp-brainstormingWriting Plans
by obra
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-plansExecuting Plans
by obra
Structured methodology for implementing pre-written plans through batched task execution (approximately 3 tasks per batch) with architect review cycles.
/plugin install sp-executing-plansDispatching Parallel Agents
by obra
Enables concurrent investigation of multiple unrelated failures by creating focused agent tasks that work simultaneously on different problem domains.
/plugin install sp-dispatching-parallel-agentsRequesting Code Review
by obra
Guides through structured code review process by dispatching the code-reviewer subagent. Establishes when reviews are mandatory versus optional.
/plugin install sp-requesting-code-reviewReceiving Code Review
by obra
Structured approach to evaluating code review feedback through technical verification. Five-step process: read, restate, check conditions, evaluate, respond.
/plugin install sp-receiving-code-reviewUsing Git Worktrees
by obra
Creates isolated git worktrees with smart directory selection and safety verification. Three phases: Directory Selection, Safety Verification, Setup & Verification.
/plugin install sp-using-git-worktreesFinishing a Development Branch
by obra
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-branchSubagent-Driven Development
by obra
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-developmentWriting Skills
by obra
Adapts TDD to documentation creation. Establish baseline agent behavior (RED), create minimal documentation (GREEN), systematically close loopholes (REFACTOR).
/plugin install sp-writing-skillsUsing Superpowers
by obra
Foundational framework mandating relevant skills be invoked before any action. Decision flowchart: receive message, determine skills, invoke, announce, follow, respond.
/plugin install sp-using-superpowersiOS Simulator Skill
by conorluddy
Build and test iOS apps using the simulator. Create Swift/SwiftUI projects and debug on simulated devices.
/plugin install ios-simulatorWeb Fuzzing with ffuf
by jthack
Penetration testing and web fuzzing using ffuf. Discover hidden directories, files, and vulnerabilities.
/plugin install ffuf-web-fuzzingPlaywright Automation
by lackeyjb
Browser automation with Playwright. Write end-to-end tests, scrape websites, and automate workflows.
/plugin install playwright-skillD3.js Visualizations
by chrisvoncsefalvay
Create interactive data visualizations with D3.js. Build charts, graphs, and custom visual representations.
/plugin install d3js-skillScientific Computing
by K-Dense-AI
Scientific computing libraries integration. Work with NumPy, SciPy, and other scientific Python packages.
/plugin install scientific-skillsWeb Asset Generator
by alonw0
Generate favicons, app icons, and web assets. Create all the icons needed for web and mobile apps.
/plugin install web-asset-generator