80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
ui-implement
by MadAppGang
Patterns for implementing UI improvements based on design analysis. Works with review documents from dev:ui-analyse or /...
ui-analyse
by MadAppGang
UI visual analysis patterns using Gemini 3 Pro Preview multimodal capabilities. Analysis-only - no code changes. Use dev...
ast-index
by defendend
This skill should be used when the user asks to "find a class", "search for symbol", "find usages", "find implementation...
ast-index
by defendend
This skill should be used when the user asks to "find a class", "search for symbol", "find usages", "find implementation...
testing-strategies
by MadAppGang
Use when writing tests, setting up test frameworks, implementing mocking strategies, or establishing testing best practi...
golang
by MadAppGang
Use when building Go backend services, implementing goroutines/channels, handling errors idiomatically, writing tests wi...
testing-frontend
by MadAppGang
Use when writing component tests, testing user interactions, mocking APIs, or setting up Vitest/React Testing Library/Vu...
session-isolation
by MadAppGang
Use when orchestrating workflows that generate multiple files (designs, reviews, reports) to prevent file collisions acr...
python
by MadAppGang
Use when building FastAPI applications, implementing async endpoints, setting up Pydantic schemas, working with SQLAlche...
error-handling
by MadAppGang
Use when implementing custom error classes, error middleware, structured logging, retry logic, or graceful shutdown patt...
rust
by MadAppGang
Use when building Axum applications, implementing type-safe handlers, working with SQLx, setting up error handling with...
claudish-usage
by MadAppGang
CRITICAL - Guide for using Claudish CLI ONLY through sub-agents to run Claude Code with OpenRouter models (Grok, GPT-5,...
agent-coordination-discip...
by MadAppGang
Use when deciding whether to launch an agent, selecting which agent to use, or coordinating multiple agents. Covers dele...
vue-typescript
by MadAppGang
Use when building Vue 3 applications with TypeScript, implementing Composition API components, setting up Pinia stores,...
state-management
by MadAppGang
Use when choosing state management solutions, implementing global stores (Zustand, Pinia), managing server state (TanSta...
bunjs
by MadAppGang
Use when building Bun.js/Hono applications, implementing HTTP endpoints, setting up Prisma/SQLite, writing Zod validatio...
bunjs-architecture
by MadAppGang
Use when implementing clean architecture (routes/controllers/services/repositories), establishing camelCase conventions,...
api-design
by MadAppGang
Use when designing REST or GraphQL APIs, defining endpoints, implementing pagination/filtering, handling API versioning,...
bunjs-production
by MadAppGang
Use when deploying Bun.js to production, containerizing with Docker, setting up AWS ECS/Fargate, implementing Redis cach...
shadcn-ui
by MadAppGang
Use when implementing UI components with shadcn/ui. Covers component installation, configuration with Vite/TanStack Rout...
verification-before-compl...
by MadAppGang
Use when claiming task completion or marking items as done. Covers completion evidence requirements, verification method...
database-patterns
by MadAppGang
Use when designing database schemas, implementing repository patterns, writing optimized queries, managing migrations, o...
auth-patterns
by MadAppGang
Use when implementing authentication (JWT, sessions, OAuth), authorization (RBAC, ABAC), password hashing, MFA, or secur...
context-detection
by MadAppGang
Use when detecting project technology stack from files/configs/directory structure, auto-loading framework-specific skil...