Help us improve
Share bugs, ideas, or general feedback.
From markus
First-run onboarding. Use when SOUL.md does not exist in the workspace, indicating no prior markus setup. The SessionStart hook will nudge you to run this.
npx claudepluginhub swen128/markus --plugin markusHow this skill is triggered — by the user, by Claude, or both
Slash command
/markus:bootstrapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Check if `SOUL.md` exists in the project root. If it exists, stop.
Bootstraps a repository with the episteme scaffold (AGENTS.md, CLAUDE.md, docs/). Checks for existing files, runs episteme bootstrap, and reports created/preserved files.
Initializes Mycelium project state in .claude/ and runs a 10-minute discovery interview generating a one-page brief on your idea. Recommended first command after plugin install.
Initializes or migrates a project to nested CLAUDE.md files for progressive disclosure. Splits bloated root config into topic-specific docs/agents/ files.
Share bugs, ideas, or general feedback.
SOUL.md exists in the project root. If it exists, stop.${CLAUDE_PLUGIN_ROOT}/templates/ into the project root: SOUL.md, IDENTITY.md, USER.md, TOOLS.md, BOOTSTRAP.md, and the memory/ directory (including memory/.gitkeep).MEMORY.md in the project root (not inside memory/).BOOTSTRAP.md — it's the onboarding ritual. Talk, don't interrogate.IDENTITY.md, USER.md, and SOUL.md based on what you learn.BOOTSTRAP.md when done. You won't need it again.