How this command is triggered — by the user, by Claude, or both
Slash command
/mobile-spine:initThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /mobile-spine:init
Run the `mobile-spine:init` skill bundled with this plugin: a 6-question
interview that scaffolds a fully customized mobile-spine workspace
(`CLAUDE.md`, `SETUP.md`, `.claude/agents/`, `_context/`, etc.) with
placeholders replaced.
The skill body lives at `${CLAUDE_PLUGIN_ROOT}/skills/init/SKILL.md` — read
that file first and follow its instructions verbatim. The skill resolves the
templates directory via `${CLAUDE_PLUGIN_ROOT}/skills/init/templates/`,
interviews the user, applies substitutions, and writes the scaffold to the
chosen install location.
**Important**: d...Run the mobile-spine:init skill bundled with this plugin: a 6-question
interview that scaffolds a fully customized mobile-spine workspace
(CLAUDE.md, SETUP.md, .claude/agents/, _context/, etc.) with
placeholders replaced.
The skill body lives at ${CLAUDE_PLUGIN_ROOT}/skills/init/SKILL.md — read
that file first and follow its instructions verbatim. The skill resolves the
templates directory via ${CLAUDE_PLUGIN_ROOT}/skills/init/templates/,
interviews the user, applies substitutions, and writes the scaffold to the
chosen install location.
Important: do not deviate from the skill's substitution rules in §4-2 or its sanity checks in §4-3 — they encode the placeholder discipline that keeps the scaffold consistent across users.
npx claudepluginhub bentleypark/claude-code-mobile-spine --plugin mobile-spine/initInstalls the MemPalace package, initializes a palace, configures the MCP server, and verifies the setup works via a skill-based instruction sequence.
/initInitializes beads issue tracking in the current directory, creating a new database with an optional issue prefix. Shows database location, prefix, and guides next steps.
/initSets up Repowise for the codebase — checks installation, indexes dependencies, git history, and code health. Interactive mode selection with optional LLM-powered documentation generation.
/initInitializes ArcKit project structure for enterprise architecture governance, creating the projects/ directory with global policies and external reference folders.
/initScaffolds a Kubb config file and installs plugins by running the kubb init CLI with optional input spec, output dir, and plugin list arguments.
/initDownloads and installs the notification binary for the claude-notifications plugin, supporting macOS, Linux, and Windows.