Mpx Claude Code banner
MartinoPolo MartinoPolo

Mpx Claude Code

Productivity community

Description

Claude Code agents, skills, and workflow configuration

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

mp — a Claude Code plugin

Skills, agents, hooks, scripts, and instructions that extend [Claude Code](https://docs.anthropic.com/en/docs/claude-code) with GitHub-driven project workflows, TDD execution, and general-purpose dev tools. This repo is a **marketplace of two plugins**: the tracker-neutral **`mp`** (skills, agents, hooks, status line — everything not coupled to a specific issue tracker) and **`mp-gh`**, a GitHub layer on top of it (issue/PR/epic workflow skills and agents). The neutral `mp` plugin can be paired with a different tracker plugin (the author runs a private KanbanFlow/GitLab `kf` plugin on a second account); `mp-gh` is the GitHub pairing. See [Repository layout](#repository-layout-two-plugins).

**Features:**

  • Full pipeline, hands-off — requirements → epic → GitHub issues → TDD execution → reviewed PR → CI-green auto-merge, with the main agent as a pure orchestrator (raw findings, test failures, and CI logs never enter its context).
  • Dozens of cherry-pickable skills and agents — git workflows, parallel code review, design pipeline, maintenance sweeps, content generators (tutorials, podcasts, video sheets).
  • Benchmarked model/effort choices — every agent's model and effort pin is backed by a measured benchmark, not vibes (details).
  • Guard-rail hooks — wrong package manager, dangerous commands, unchecked commits all blocked before they run.
  • Custom status lines — clickable, quota-aware main bar with a finished-sub-agent ledger + live per-sub-agent panel with rule-violation markers (details). Requires a short manual setup step — see Manual setup below.

Repository layout (two plugins)

mpx-claude-code/
├─ .claude-plugin/marketplace.json   lists both plugins
├─ plugins/
│  ├─ mp/    → /mp:      tracker-neutral: skills, agents, hooks,
│  │                           output-styles, scripts, status line, shared docs
│  └─ gh/    → /mp-g