Curated collection of Claude Code skills for intelligent project development with progressive loading and toolchain detection
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill systematic-debuggingInstale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.
Production-ready Claude Code skills for intelligent project development
This repository contains a comprehensive collection of 161 Claude Code skills designed for the Claude Multi-Agent Project Manager (MPM) ecosystem. Skills cover modern development workflows with 95%+ coverage across Python, TypeScript, JavaScript, Golang, PHP, Rust, Elixir, AI, and universal tooling.
Claude MPM (Multi-Agent Project Manager) is an advanced orchestration framework that runs within Claude Code (Anthropic's official CLI). It enables:
Key Components:
How They Work Together:
Claude Code (CLI)
↓
Claude MPM (Multi-Agent Framework)
↓
Skills (Knowledge Modules) ← You are here
claude-mpm-skills/
├── toolchains/ # Language/framework-specific skills (76 skills)
│ ├── python/ # 10 skills
│ │ ├── frameworks/ # Django, FastAPI, Flask
│ │ ├── testing/ # pytest
│ │ ├── data/ # SQLAlchemy
│ │ ├── async/ # asyncio, Celery
│ │ ├── tooling/ # mypy, pyright
│ │ └── validation/ # Pydantic
│ ├── typescript/ # 13 skills
│ │ ├── frameworks/ # React, Vue, Node.js backend, Fastify
│ │ ├── testing/ # Vitest, Jest
│ │ ├── data/ # Drizzle, Kysely, Prisma
│ │ ├── validation/ # Zod
│ │ ├── state/ # Zustand, TanStack Query
│ │ ├── api/ # tRPC
│ │ └── build/ # Turborepo
│ ├── javascript/ # 12 skills
│ │ ├── frameworks/ # React, Vue, Svelte, SvelteKit
│ │ ├── testing/ # Playwright, Cypress
│ │ ├── build/ # Vite
│ │ └── tooling/ # Biome
│ ├── php/ # 6 skills
│ │ ├── frameworks/ # WordPress, EspoCRM
│ │ └── testing/ # PHPUnit, PHPCS
│ ├── golang/ # 7 skills
│ │ ├── web/ # net/http, Chi, Gin, Echo, Fiber
│ │ ├── testing/ # Go testing, testify, httptest
│ │ ├── data/ # SQL, migrations, ORMs/query builders
│ │ ├── cli/ # CLI tooling patterns
│ │ └── observability/ # Logging and telemetry
│ │ ├── grpc/ # Protobuf APIs, interceptors, streaming
│ │ └── concurrency/ # errgroup, worker pools, bounded fan-out
│ ├── rust/ # 4 skills
│ │ ├── frameworks/ # Tauri, Axum
│ │ ├── cli/ # Clap
│ │ └── desktop-applications/ # Desktop app patterns
│ ├── elixir/ # 4 skills
│ │ ├── frameworks/ # Phoenix + LiveView (BEAM), Phoenix API + Channels
│ │ ├── data/ # Ecto patterns
│ │ └── ops/ # Phoenix operations & releases
│ ├── nextjs/ # 2 skills
│ │ ├── core/ # Next.js fundamentals
│ │ └── v16/ # Next.js 16 (Turbopack, cache components)
│ ├── ui/ # 4 skills
│ │ ├── styling/ # Tailwind CSS
│ │ └── components/ # shadcn/ui, DaisyUI, Headless UI
│ ├── ai/ # 7 skills
│ │ ├── sdks/ # Anthropic SDK
│ │ ├── frameworks/ # LangChain, DSPy, LangGraph
│ │ ├── services/ # OpenRouter
│ │ ├── protocols/ # MCP
│ │ └── techniques/ # Session Compression
│ └── platforms/ # 4 skills
│ ├── deployment/ # Vercel, Netlify
│ ├── database/ # Neon
│ └── backend/ # Supabase
└── universal/ # 32 skills
├── infrastructure/ # Docker, GitHub Actions
├── data/ # GraphQL
├── architecture/ # Software patterns
└── testing/ # TDD, systematic debugging
Frameworks:
Testing:
Data & ORM:
Async & Background Jobs:
Type Checking:
Validation:
Frameworks:
Testing:
Data & ORMs:
Validation:
State Management:
API:
Build Tools:
Frameworks:
Testing:
Build Tools:
Tooling:
WordPress Ecosystem:
Enterprise:
Web & HTTP:
gRPC:
Concurrency:
Testing:
Data:
CLI:
Observability:
Web & Desktop:
CLI:
CSS Frameworks:
Component Libraries:
SDKs:
Frameworks:
Services:
Protocols:
Techniques:
Deployment:
Database:
Backend:
Infrastructure:
Observability:
Security:
Data:
Architecture:
Testing & Debugging:
# Install via pip (recommended)
pip install claude-mpm
# Or install via Homebrew (macOS)
brew tap bobmatnyc/tools
brew install claude-mpm
# Or install from source
git clone https://github.com/bobmatnyc/claude-mpm.git
cd claude-mpm
pip install -e .
# Navigate to your project directory
cd your-project
# Initialize Claude MPM
/mpm-init
This creates .claude-mpm/ directory with configuration and agent setup.
# Auto-detect your project stack and deploy relevant skills
/mpm-auto-configure
# Or use the agent auto-configuration
/mpm-agents-auto-configure
Skills are automatically selected based on:
package.json → TypeScript/JavaScript skillspyproject.toml → Python skills# Check MPM status
/mpm-status
# List available skills
/mpm-agents-list
# View deployed agents
/mpm-agents
Clone this repository to make skills available to Claude MPM:
# Clone skills repository
git clone https://github.com/bobmatnyc/claude-mpm-skills.git
# Link to Claude MPM skills directory
ln -s $(pwd)/claude-mpm-skills ~/.claude-mpm/skills
# Initialize project with Claude MPM
/mpm-init
# Or use auto-configuration to detect toolchain
/mpm-auto-configure
# Deploy recommended skills based on project detection
/mpm-agents-auto-configure
Skills are automatically deployed based on detected toolchain:
package.json → TypeScript/JavaScript skillspyproject.toml or requirements.txt → Python skillsSkills use progressive loading - entry points load first for quick reference:
---
progressive_disclosure:
entry_point:
summary: "Brief description (60-95 tokens)"
when_to_use:
- "Use case 1"
- "Use case 2"
quick_start:
- "Step 1"
- "Step 2"
---
Full documentation expands on-demand when needed.
Next.js + tRPC + TanStack Query + Zustand + Zod + Prisma +
Tailwind + shadcn/ui + Turborepo + Docker + GitHub Actions
Coverage: 100% - All skills available
FastAPI/Django + Pydantic + SQLAlchemy + Celery +
pytest + mypy + Docker + GitHub Actions
Coverage: 100% - All skills available
React + TanStack Query + Zustand + Tailwind + shadcn/ui +
Vite + Vitest + Playwright
Coverage: 100% - All skills available
Anthropic SDK + LangChain + DSPy + LangGraph +
Session Compression + OpenRouter + MCP
Coverage: 100% - All skills available
Skills use a two-tier structure for optimal token efficiency:
Token Savings: ~87% during discovery (load 110 entry points vs all full docs)
python scripts/token_report.py --manifest manifest.json --out stats/token-summary.json for CI/dashboard consumptionWe welcome contributions! See CONTRIBUTING.md for guidelines.
Governance: All merges to main require approval from @bobmatnyc (see GOVERNANCE.md)
MIT License - See LICENSE
Built with research from:
Last Updated: 2025-12-17
Skills Count: 110
Coverage: 95%+
Token Efficiency: ~87%