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.mdsource content
/mpm-config
Unified configuration management with auto-detection.
Usage
/mpm-config [auto|view|validate|status] [options]
Modes:
(default): Auto-detect toolchain and configure agents/skillsauto
: Display current configurationview
: Check configuration validityvalidate
: Show configuration healthstatus
Key Options:
: Auto-deploy without confirmation--yes
: Show recommendations only--preview
See docs/commands/config.md for full options.