claude-mpm
Multi-agent orchestration, skills, and session management for coding
All Skills in This Repository (18)
Pure Emerald Level Indicatorsmcp-builder
Build MCP servers for Python (FastMCP) or Node/TypeScript (MCP SDK).
skill-creator
Generate modular Claude Skills with progressive disclosure and YAML frontmatter.
internal-comms
Generate internal communications following company-specific templates and guidelines.
webapp-testing
Automate Playwright webapp testing with server lifecycle management and reconnaissance.
espocrm-development
Enforce EspoCRM service-layer architecture and EntityManager data access.
env-manager
Validate, synchronize, and secure environment variables across deployment platforms.
root-cause-tracing
Trace bug root causes by walking backward through call stacks.
testing-anti-patterns
Detect testing anti-patterns in test suites during design and review.
condition-based-waiting
Replace arbitrary timeouts with configurable condition polling in async tests.
verification-before-completion
Enforce a five-step verification gate before claiming task completion.
Test Quality Inspector
Inspect unit and E2E tests for intent, setup, execution, and assertion quality.
test-driven-development
Enforce test-first development with RED/GREEN/REFACTOR workflows.
Frequently Asked Questions
FAQPage SchemaHow to install claude-mpm?▼
Run `npx skills add bobmatnyc/claude-mpm --all -g -y` in your terminal to install all skills in this suite globally.
What does claude-mpm do?▼
It turns Claude Code into a multi-agent development platform where a project manager agent delegates work to specialized agents for coding, testing, deployment, and documentation. It also adds session resume, ticketing integration, and a live monitoring dashboard.
How does multi-agent delegation work in claude-mpm?▼
The PM agent analyzes your request, breaks it into subtasks, and routes each to a specialist agent such as engineer, research, qa, or ops. Agents return evidence-based results that the PM verifies before reporting completion.
Can I pause and resume a coding session?▼
Yes. The mpm-session-pause and mpm-session-resume skills save your git state, todos, and accomplishments to project-local files so you can continue later with full context.
Does claude-mpm work without coding experience?▼
Yes. Non-technical users can describe goals in plain English and the PM agent handles delegation, verification, and reporting automatically.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core