My curated list of great skills for coding, writing, and learning with Claude Code.
Just tell Claude Code these names and it will install them automatically.
- Development Workflow
- Document Processing
- Frontend Design
- Testing
- Integration & Extensions
- Productivity Tools
- Learning Aid
- Install All at Once
A complete development workflow suite covering the full cycle: brainstorm → plan → execute → TDD → debug → code review → verify → ship. 14 skills working together.
Triggers: writing code, fixing bugs, building features, opening PRs.
- ⭐⭐⭐⭐⭐ · Everyone
Create, read, and edit Word documents. Supports table of contents, headers, footers, tracked changes, image replacement, and more.
- ⭐⭐⭐⭐⭐ · Report and proposal writers
Full PDF toolkit: read, merge, split, rotate, watermark, OCR, form filling.
- ⭐⭐⭐⭐⭐ · Anyone working with PDFs
High-accuracy PDF content extraction for complex documents. Extracts formulas (compilable LaTeX), images (with bbox + captions), tables, and handles multi-column layouts and scanned PDFs. Complements the official pdf skill.
Triggers: /mineru-pdf, "MinerU", "parse this paper", "extract formulas from PDF".
- ⭐⭐⭐⭐⭐ · Academic researchers, anyone dealing with formula-heavy or scanned PDFs
- github.com/hawkongz/mineru-pdf
Create and edit PowerPoint presentations — read content, modify styles, replace images, merge/split, template-based creation. A general-purpose PPTX toolbox best suited for editing existing files.
- ⭐⭐⭐⭐ · Presenters and knowledge sharers
AI-driven PPT generation from any source document (PDF/DOCX/Markdown/URL). Uses multi-role collaboration (Strategist → Image Generator → Executor) and SVG→DrawingML pipeline to produce natively editable PPTX with 20+ professional templates. Best for creating polished decks from raw materials.
Triggers: "create PPT", "make presentation", "generate slides", "生成PPT", "做PPT".
- ⭐⭐⭐⭐⭐ · PPT creators who want professional design quality
- github.com/hugohe3/ppt-master
pptx vs ppt-master:
pptxis a general-purpose PPTX toolbox — read, edit, merge, template tweaks.ppt-masterspecializes in generating professional decks from scratch from source documents, with higher design quality and style consistency. Usepptxwhen editing existing files; useppt-masterwhen creating a polished presentation from raw materials.
⚠️ Trigger conflict: Both skills respond to "create PPT", "make presentation", etc. To avoid choosing every time, set the less-frequently-used one to manual-only in settings.json:"skillOverrides": { "pptx": "user-invocable-only" }This way "make a PPT" → auto-routes to
ppt-master; when you need to edit an existing file, explicitly invoke via/pptx.
Spreadsheet processing: create, edit, formulas, charts, data cleaning, format conversion.
- ⭐⭐⭐⭐ · Data and spreadsheet users
Production-grade frontend interfaces with high design quality. Avoids generic "AI aesthetic" code.
Triggers: "design a webpage", "build a page", "frontend component", "beautify UI".
- ⭐⭐⭐⭐⭐ · Frontend developers
UI/UX design intelligence. 50+ styles, 161 color palettes, 57 font pairings, 99 UX guidelines across React/Next.js/Vue/SwiftUI/Flutter/Tailwind and more.
Triggers: "UI design", "UX improvement", "color palette", "font pairing", "component styling".
- ⭐⭐⭐⭐⭐ · UI builders
Automated browser testing with Playwright. Screenshots, UI debugging, browser log inspection.
Triggers: "test the page", "screenshot", "browser debug", "e2e test".
- ⭐⭐⭐⭐ · Web developers
Complete guide for building MCP servers. Supports Python (FastMCP) and Node/TypeScript.
Triggers: "build an MCP", "connect API", "add tools to Claude".
- ⭐⭐⭐ · API integration builders
Create, modify, and optimize Claude Code skills. Supports the full development cycle: draft → test → review → improve → package.
Triggers: "create a skill", "make a new skill", "write a skill", "improve this skill".
- ⭐⭐⭐⭐ · Skill developers
Search and discover new skills. Use when you want a capability but unsure if a skill exists.
Triggers: "is there a skill for X", "how to install X", "find a skill".
- ⭐⭐⭐⭐⭐ · Everyone
Semantic code maps for Claude Code. Provides global code awareness, reducing tool calls by ~70% and costs by ~35%. Runs 100% locally.
After install, run codegraph init -i in your project directory.
- ⭐⭐⭐⭐⭐ · Large project developers
- github.com/colbymchenry/codegraph
Enables non-vision models (like DeepSeek) to understand images. Routes images through Alibaba Cloud's Qwen vision models, returning Chinese descriptions.
Triggers: sharing images, "analyze this picture", "what's in this image".
- ⭐⭐⭐⭐ · DeepSeek and non-multimodal model users
- github.com/hawkongz/deepseek-eyes
Turn any codebase into a beautiful, interactive single-page HTML course. Teaches how the code works with scroll-based navigation, animated visualizations, embedded quizzes, and code-with-plain-English translations.
Triggers: "turn this into a course", "explain this codebase", "teach this code", "interactive tutorial from code".
- ⭐⭐⭐⭐ · Educators and codebase authors
Turn any codebase or knowledge base into an interactive knowledge graph. Visual file/function/class dependency explorer, natural language Q&A, diff impact analysis, and architecture layer visualization. 5-agent pipeline combining static analysis (tree-sitter) with LLM semantic understanding.
Triggers: /understand, "knowledge graph", "understand this codebase", "architecture overview", /understand-knowledge for markdown wikis.
- ⭐⭐⭐⭐⭐ · Developers onboarding to new projects
- github.com/Lum1104/Understand-Anything
Paste this in Claude Code:
Please install these skills:
Superpowers, docx, pdf, pptx, xlsx, frontend-design,
ui-ux-pro-max, webapp-testing, mcp-builder,
skill-creator, find-skills, codebase-to-course, understand-anything
CodeGraph: https://github.com/colbymchenry/codegraph
deepseek-eyes: https://github.com/hawkongz/deepseek-eyes (only needed if your model lacks vision)
mineru-pdf: https://github.com/hawkongz/mineru-pdf (high-accuracy PDF extraction for complex documents)
ppt-master: https://github.com/hugohe3/ppt-master (AI-driven PPT generation from any source document)
Updated 2026-06-02