Claude Code Skill Guide
English explanations of 48 official skills built into Claude Code, from the perspective of university students. Invokable instantly via slash commands (
/skill-name).
Planning / Design
Planning/Design
Brainstorming
Explore user intent and requirements with structured questions before creative work
Planning/DesignWriting Plans
Systematically write an implementation plan before writing code
Planning/DesignExecuting Plans
Step-by-step execution based on a plan + intermediate review checkpoints
Planning/DesignCEO Review
Identify plan problems + redefine scope from a CEO/founder perspective
Planning/DesignDesign Review
Evaluate and improve UI/UX plans from a designer's perspective
Planning/DesignEngineering Review
Review architecture and execution plans from an engineering manager's perspective
Planning/DesignOffice Hours
YC Office Hours-style startup/builder idea exploration in 2 modes
Planning/DesignAuto Plan Pipeline
Automatically run CEO → Design → Eng reviews in sequence
Quality / Safety
Quality/Safety
Test-Driven Development
Tests first with Red-Green-Refactor cycle before implementing features
Quality/SafetySystematic Debugging
Systematic approach: identify root cause → validate hypothesis → fix
Quality/SafetyInvestigate
4 stages: investigate → analyze → hypothesize → implement; no fix without root cause
Quality/SafetyVerification Before Completion
Must gather verification evidence with actual execution output before declaring completion
Quality/SafetyCareful Mode
Safety warning before destructive commands (rm -rf, DROP TABLE, force-push)
Quality/SafetyGuard Mode
Full safety: directory restrictions + destructive command warnings applied simultaneously
Quality/SafetyFreeze
Allow edits only in specific directories to block unintended file modifications
Quality/SafetyUnfreeze
Release edit restrictions set by freeze and restore full edit permissions
Quality/SafetySecurity Auditor
Infrastructure-first security audit: secrets, dependencies, OWASP Top 10, STRIDE
Code Review / Feedback
Code Review
PR Review
Before merging: review SQL safety, LLM trust boundaries, and side effect structures
Code ReviewRequesting Code Review
Self-validation + ensure technical rigor before requesting a code review
Code ReviewReceiving Code Review
No blind acceptance after receiving feedback; implement after technical review
Code ReviewCodex CLI
OpenAI Codex CLI 3 modes: review, adversarial testing, consult
Deployment / Release
Deployment/Release
Ship
Full automation: test → review → version bump → CHANGELOG → PR creation
Deployment/ReleaseFinishing a Development Branch
After implementation, guide to the best integration method among merge, PR, and cleanup
Deployment/ReleaseLand and Deploy
PR merge → wait for CI → deploy → verify production canary
Deployment/ReleaseSetup Deploy
Auto-detect and configure deployment platforms (Fly.io, Vercel, Netlify, etc.)
Deployment/ReleaseDocument Release
Update documentation (README, ARCHITECTURE, CHANGELOG, etc.) after release
Browser / QA
Browser/QA
Browse
Headless browser navigation, element manipulation, screenshots, responsive testing
Browser/QAGSTACK
Browser QA: page navigation, state validation, before/after diff
Browser/QAGSTACK Upgrade
Upgrade gstack to the latest version + check changes
Browser/QAConnect Chrome
Control actual Chrome with gstack, auto-load Side Panel extension
Browser/QASetup Browser Cookies
Import Chromium cookies into headless session for authentication testing
Browser/QAQA Test + Fix
Web app QA then iterative bug fixing and validation + atomic commits
Browser/QAQA Report Only
Report-only QA that generates bug reports without making fixes
Browser/QAPerformance Benchmark
Detect performance regressions: page load, Core Web Vitals, resource size
Design
Design
Design Consultation
Product understanding → design system proposal → write DESIGN.md consulting
DesignDesign HTML Implementation
Implement approved mockups as production-grade HTML/CSS
DesignDesign Review
Find visual inconsistencies, spacing, and hierarchy issues → atomic fixes and validation
DesignDesign Shotgun
Generate multiple AI design variants → comparison board → feedback and iteration
Agents / Parallelization
Agents
Dispatching Parallel Agents
Distribute 2 or more independent tasks to parallel agents for processing
AgentsSubagent-Driven Development
Run independent tasks in parallel as sub-agents from the current session
AgentsUsing Git Worktrees
Create and manage Git Worktrees for task isolation
AgentsCheckpoint
Save task state → resume from exactly the same position later
Meta / Workflow
Meta
Using Superpowers
At conversation start, find skills and check usage + mandatory Skill tool invocation
MetaWriting Skills
Create and edit new skills + guide to verifying behavior before deployment
MetaLearn Management
Review, search, organize, and export project learnings
MetaWeekly Retrospective
Weekly engineering retrospective analyzing commit history, work patterns, and code quality
MetaCode Health
Comprehensive quality dashboard: type check, linter, tests, unused code
MetaCanary Monitoring
Monitor live app after deployment: console errors, performance regressions, page failures
| Field | Value |
|---|---|
| Source URL | https://docs.anthropic.com/en/docs/claude-code/skills |
| Author / Source | Anthropic & Community |
| License | Varies by skill |
| Translation Date | 2026-04-12 |
Check the
/skill-nameslash command and project integration methods on each skill's detail page.