SKILL·7C8C40

mpm-init

MacPhobos
Updated 1 month ago
8 views
0
View on GitHub
Othermpm-commandsystempm-requiredsetup

About

The mpm-init skill initializes or updates Claude Code projects by creating/refreshing CLAUDE.md documentation and project structure. It intelligently detects existing setups and offers smart updates or full recreations using AST analysis and priority rankings. Developers should use it to bootstrap new projects or maintain documentation when project code changes significantly.

Quick Install

Claude Code

Recommended
Primary
npx skills add MacPhobos/research-mind -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/MacPhobos/research-mind
Git CloneAlternative
git clone https://github.com/MacPhobos/research-mind.git ~/.claude/skills/mpm-init

Copy and paste this command in Claude Code to install this skill

GitHub Repository

MacPhobos/research-mind
Path: .claude/skills/mpm-init
0
FAQ

Frequently asked questions

What is the mpm-init skill?

mpm-init is a Claude Skill by MacPhobos. Skills package instructions and resources that Claude loads on demand, so Claude can perform mpm-init-related tasks without extra prompting.

How do I install mpm-init?

Use the install commands on this page: add mpm-init to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does mpm-init belong to?

mpm-init is in the mpm-command category, tagged mpm-command, system, pm-required and setup.

Is mpm-init free to use?

Yes. mpm-init is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills

mpm-session-resume
Other

This skill loads and displays context from the most recently paused Claude Code session, automatically created when context reaches 70% capacity. It shows session summaries, completed work, current tasks, Git context, and pending TaskList items to help developers resume work seamlessly. The skill reads existing session files without creating new ones and uses approximately 20-40k tokens of context.

View skill
mpm-session-pause
Other

This skill saves your current work state—including todos, git status, and context—into a session file for later resumption. It's ideal for context switching or pausing mid-task, and automatically updates a pointer to the latest session. Developers can invoke it with an optional descriptive message to capture their progress.

View skill
mpm-help
Other

The mpm-help skill provides developers with documentation for all available Claude MPM commands. It displays command listings, detailed syntax, usage examples, and delegation patterns when invoked directly or with a specific command argument. Use this skill to understand MPM workflows and get guidance on proper command usage within Claude Code.

View skill
mpm-doctor
Other

The mpm-doctor skill runs diagnostic checks on Claude MPM installations to verify setup and identify issues. It validates installation, configuration, connectivity, and system components, optionally with detailed output or automatic fixes. Developers should use it after installation, when troubleshooting problems, or before reporting bugs.

View skill