Research-mind mpm-config

Manage Claude MPM configuration

install
source · Clone the upstream repo
git clone https://github.com/MacPhobos/research-mind
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/MacPhobos/research-mind "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/mpm-config" ~/.claude/skills/macphobos-research-mind-mpm-config && rm -rf "$T"
manifest: .claude/skills/mpm-config/SKILL.md
source content

/mpm-config

Unified configuration management with auto-detection.

Usage

/mpm-config [auto|view|validate|status] [options]

Modes:

  • auto
    (default): Auto-detect toolchain and configure agents/skills
  • view
    : Display current configuration
  • validate
    : Check configuration validity
  • status
    : Show configuration health

Key Options:

  • --yes
    : Auto-deploy without confirmation
  • --preview
    : Show recommendations only

See docs/commands/config.md for full options.