# Mpm Help

> Display help for Claude MPM commands

- Skill: `bobmatnyc/mpm-help` (Agent Skill)
- Install (CLI): `npx skillmds@latest add bobmatnyc/mpm-help`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bobmatnyc/mpm-help/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: bobmatnyc (https://skillmd.com/u/bobmatnyc)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bobmatnyc/mpm-help

---


# /mpm-help

Show help for MPM commands. Delegates to PM agent.

## Usage

```
/mpm-help [command]
```

## Examples

```
/mpm-help              # Show all available commands
/mpm-help mpm-init     # Show detailed help for mpm-init
/mpm-help mpm-ticket   # Show ticketing workflow help
```

## What It Provides

- **Command listing**: All available MPM commands
- **Command details**: Syntax, options, and usage examples
- **Delegation patterns**: Which agent handles which command
- **Workflow guidance**: Common command sequences and workflows

See docs/commands/help.md for full command reference.

