init

init is a command for coding agents from bentleypark/claude-code-mobile-spine. It costs 13 tokens per session (393 once invoked), scanned A, original, MIT.

A command that creates a new mobile development workspace after a six-question interview. The workspace coordinates Android, iOS, and backend projects that live in separate repositories.

In plain words
What is it for?
Use it when starting a mobile project or setting up a new workspace for an existing one. It creates configuration, documentation, settings, and placeholder folders based on your answers.
Why use it?
It removes the manual setup and configuration needed before using the mobile workspace tools. It writes project-specific files while keeping the shared agents and feature workflow managed by the plugin.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the mobile-spine plugin — 1 skill, 2 commands, 4 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/bentleypark/claude-code-mobile-spine/init
Clone the repo
git clone --depth 1 https://github.com/bentleypark/claude-code-mobile-spine

Or install mobile-spine, the plugin that ships this one along with the rest of its 1 skill, 2 commands, 4 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for init

README.md
[![agentmods](https://agentmods.dev/badge/commands/bentleypark/claude-code-mobile-spine/init.svg)](https://agentmods.dev/commands/bentleypark/claude-code-mobile-spine/init)
Your own site
<a href="https://agentmods.dev/commands/bentleypark/claude-code-mobile-spine/init"><img src="https://agentmods.dev/badge/commands/bentleypark/claude-code-mobile-spine/init.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 393 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00013 $0.00393
Opus 5 $0.00006 $0.00197
Sonnet 5 $0.00003 $0.00079
Haiku 4.5 $0.00001 $0.00039

Measured 3d ago against content hash 72ea5357d35e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

init scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/mobile-spine/commands/init.md · 15 lines

What it actually says

/mobile-spine:init

Run the mobile-spine:init skill bundled with this plugin: a 6-question interview that scaffolds a mobile-spine workspace. The scaffold writes workspace-owned data only — CLAUDE.md, SETUP.md, README.md, LICENSE, .gitignore, .claude/settings.json, .claude/mobile-spine.config.yaml (from the interview), .claude/commands/feat.md (thin stub → /mobile-spine:feat), _context/operations.md, and .gitkeep placeholders under _context/api/, _context/design/, _tasks/.

The four subagents (api-agent, pm-agent, android-agent, ios-agent) and the full /feat command logic are not scaffolded — they're plugin primitives served globally from plugins/mobile-spine/agents/ and plugins/mobile-spine/commands/. /plugin marketplace update claude-code-mobile-spine propagates updates to them automatically.

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 the (now-reduced v2.0) substitution scope to the doc templates, writes .claude/mobile-spine.config.yaml from the interview answers, and scaffolds to the chosen install location.

Important: do not deviate from the skill's substitution rules in §4-2, the config-write step in §4-3, or the sanity checks in §4-4 — they encode the placeholder discipline that keeps the scaffold consistent across users.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 15 lines · 13 tokens per session scan A 72ea5357d35e

Subscribe to this mod's changes

init is a command published in the GitHub repository bentleypark/claude-code-mobile-spine (1 stars, last pushed 1mo ago), licensed MIT. It adds 13 tokens to every session and 393 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.