From mappamind
Use Mappamind to set up the first workspace baseline, snapshot before an AI coding agent session, render the shift card after changes, and include local Studio/card URLs in the final response.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mappamind:mappamindThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when a user wants Mappamind enabled for a repo/workspace, asks for the initial architecture map, wants an impact card for an AI coding agent session, asks to inspect what the agent changed, or explicitly invokes Mappamind.
Use this skill when a user wants Mappamind enabled for a repo/workspace, asks for the initial architecture map, wants an impact card for an AI coding agent session, asks to inspect what the agent changed, or explicitly invokes Mappamind.
mappamind status "$(git rev-parse --show-toplevel 2>/dev/null || pwd)" --json
npm i -g mappamind-cli
baseline.state as missing or stale, ask the user before running the expensive initial map. After approval, run:mappamind setup "$(git rev-parse --show-toplevel 2>/dev/null || pwd)" --host claude --yes
If setup prints studio: file://..., include that URL in the response under Mappamind Studio.
Baselines are local to the repo/workspace path, not to each git branch. A branch checkout can make the stored baseline stale; shifts still compare the session-start snapshot to the session-end tree.
mappamind snapshot "$(git rev-parse --show-toplevel 2>/dev/null || pwd)"
mappamind shift "$(git rev-parse --show-toplevel 2>/dev/null || pwd)"
If the command prints card: file://..., include that URL in the final response under Mappamind card.
If the command folds the card, report the folded reason instead of inventing an impact.
If browser opening fails, still relay the file:// URL. The Studio is one self-contained app at .mappamind/index.html with four tabs (Studio, Shifts, Capabilities, Contracts) — no server, no scripts. A non-cosmetic shift card is written at .mappamind/shift/latest.html and archived per session at .mappamind/shift/<timestamp>.html; the Shifts tab links to every archived card.
status.hooks.warnings mentions duplicate Codex project hooks, tell the user to run mappamind hooks --remove --agent codex in the target root.MAPPAMIND_OPEN=0.mappamind CLI being available on PATH.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub mappamind/mappamind --plugin mappamind