From mz-dev-base
ALWAYS invoke when user asks which mozg skill/plugin to use, says 'what plugins do I have', 'which pipeline fits', 'route this'. Maps task phrases to skills across mz-dev-base, mz-dev-pipe, mz-dev-hooks, mz-memory, mz-biz-outreach, mz-creative.
npx claudepluginhub doctormozg/claude-pipelines --plugin mz-dev-baseThis skill is limited to using the following tools:
This is a routing map, not a discipline skill. It is loaded into every new session via the mz-dev-base SessionStart hook and tells Claude which concrete skill to invoke for a given user task phrase. When the user describes work in natural language, consult this map first, then delegate to the matching skill. Do not attempt the work under this skill's own identity.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
This is a routing map, not a discipline skill. It is loaded into every new session via the mz-dev-base SessionStart hook and tells Claude which concrete skill to invoke for a given user task phrase. When the user describes work in natural language, consult this map first, then delegate to the matching skill. Do not attempt the work under this skill's own identity.
Invoke when the user:
audit over investigate for security review).Routing table. Phrases are indicative, not exact matches.
| Task phrase | Skill | Plugin |
|---|---|---|
| "build a feature", "implement X", "add capability" | build | mz-dev-pipe |
| "fix this bug", "debug", "why is this broken" | debug | mz-dev-pipe |
| "security review", "audit for vulns", "threat model" | audit | mz-dev-pipe |
| "verify this works", "prove correctness", "check behavior" | verify | mz-dev-pipe |
| "polish this", "clean up", "finalize" | polish | mz-dev-pipe |
| "optimize", "make it faster", "profile hotspot" | optimize | mz-dev-pipe |
| "explain this code", "what does this do" | explain | mz-dev-pipe |
| "investigate", "dig into", "find root cause" | investigate | mz-dev-pipe |
| "blast radius", "what breaks if I change X", "impact analysis" | blast-radius | mz-dev-pipe |
| "research topic deeply", "survey the field" | deep-research | mz-dev-base |
| "bootstrap rules", "init project rules" | init-rules | mz-dev-base |
| "review my branch", "what changed locally" | review-branch | mz-dev-base |
| "review this PR", "what's wrong with this PR" | review-pr | mz-dev-base |
| "scan open PRs", "triage PRs" | scan-prs | mz-dev-base |
| "help me author a new skill", "write a SKILL.md" | writing-skills | mz-dev-base |
| "which skill fits", "route this", "what plugins do I have" | using-mozg-pipelines | mz-dev-base |
| "find leads", "customers matching X", "outreach list" | lead-gen | mz-biz-outreach |
| "brainstorm", "generate ideas", "creative options" | brainstorm | mz-creative |
mz-dev-hooks contributes safety gates (pre-tool checks) and has no user-facing skills. mz-memory contributes SessionStart/SessionEnd memory hooks and has no user-facing skills; it is referenced by agents that need persistent state.
N/A — informational routing skill, not a discipline skill.
investigate) when a specific one (audit, blast-radius) exists for the phrase.To confirm the router was loaded into this session:
using-mozg-pipelines or Mozg pipelines routing map.Task phrase | Skill | Plugin).