80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
zai-vision
by Dwsy
Dynamic access to zai-vision MCP server (8 tools, transport: stdio)
verify
by mirakui
Run repository quality checks (lint, format, type check, test). Use /verify to run all checks, or /verify lint, /verify...
code-reviewer
by dazuck
Quality review after major work. Focuses on product impact over style, identifies real issues not nitpicks, and verifies...
sync-skills-public
by dazuck
Export a sanitized copy of your Claude Code skills to a public repo. Scans for sensitive content, applies sanitization,...
brainstorming
by dazuck
Design and planning before coding. Explores problem space, generates approaches, evaluates tradeoffs, and recommends a p...
handoff
by dazuck
Session wrap-up and handoff to next agent. Verifies work, updates docs, creates handoff message, runs pre-mortem.
design-principles
by dazuck
Enforce a precise, minimal design system inspired by Linear, Notion, and Stripe. Use this skill when building dashboards...
systematic-debugging
by dazuck
Structured debugging process for bugs. Reproduces, isolates, hypothesizes, tests, fixes minimally, and documents learnin...
writeup
by dazuck
Document work and learnings for publication. Assesses session work, recommends format (tweet, thread, week notes, full w...
format-for-x
by dazuck
Convert markdown articles to X/Twitter-compatible format. Removes markdown syntax, converts tables to em-dash format, an...
strategic-pressure-test
by dazuck
Strategic sparring partner for pressure testing high-leverage work. Identifies major gaps in plans, strategies, content,...
coach
by dazuck
Expert advisor and thinking partner for strategic situations. Rapidly develops domain expertise, identifies knowledge ga...
component-hierarchy
by richardhowes
Guide component selection in ResRequest Vue projects. Ensures correct usage of ShadCN-Vue vs custom components, proper i...
inertia-patterns
by richardhowes
Enforce Inertia.js patterns in Vue components. Prevents axios usage, ensures proper form handling, and guides navigation...
vilt-coding-standards
by richardhowes
Apply VILT stack coding standards when writing Vue, Laravel, or TypeScript code. Automatically enforces patterns for Com...
reflection
by richardhowes
Self-improving meta-skill that learns from user corrections and updates the TARGET PROJECT's skill files. Only runs when...
root-cause-tracing
by kiet-ta
Systematically trace bugs backward through call stack to find original trigger
defense-in-depth-validati...
by kiet-ta
Validate at every layer data passes through to make bugs impossible
collision-zone-thinking
by kiet-ta
Force unrelated concepts together to discover emergent properties - "What if we treated X like Y?"
backend-development
by kiet-ta
Build robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJS, FastAPI, Django),...
sequential-thinking
by kiet-ta
Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alterna...
frontend-dev-guidelines
by kiet-ta
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, use...
verification-before-compl...
by kiet-ta
Run verification commands and confirm output before claiming success