bentleypark/claude-code-mobile-spine
Plugin Claude Code
Claude Code plugins for mobile teams whose Android, iOS, and Backend live in separate repos. Currently bundles the mobile-spine plugin (subagent-based scaffolding).
bentleypark/claude-code-mobile-spine
Plugin Claude Code
Claude Code plugins for mobile teams whose Android, iOS, and Backend live in separate repos. Currently bundles the mobile-spine plugin (subagent-based scaffolding).
bentleypark/claude-code-mobile-spine
Plugin Claude Code
Scaffold a mobile-spine workspace — a meta-repo coordinating four Claude Code subagents (api / pm / android / ios) for mobile teams whose Android, iOS, and Backend live in separate repos.
bentleypark/claude-code-mobile-spine
Agent
Implements Android features in ../myapp-android/ based on tasks/ specs and context/api/. Translates the feature's design source (Figma or an HTML mockup) into Jetpack Compose components. Never modifies ../myapp-ios/, ../myapp-backend/, or mobile-spine/.
bentleypark/claude-code-mobile-spine
Agent
Reads ../myapp-backend/ source code and produces client-facing API specs at context/api/{domain}.md. Read-only — never modifies backend code.
bentleypark/claude-code-mobile-spine
Agent
Implements iOS features in ../myapp-ios/ based on tasks/ specs and context/api/. Translates the feature's design source (Figma or an HTML mockup) into SwiftUI components. ../myapp-ios/CLAUDE.md takes precedence over spine rules. Never modifies ../myapp-android/, ../myapp-backend/, or mobile-spine/.
bentleypark/claude-code-mobile-spine
Agent
Reads a design source (Figma MCP or an HTML mockup) and context/api/ specs to write tasks/{feature}.md. Classifies the request into one of 5 values (A: existing endpoint / B: new endpoint in existing domain / C: new domain / D: backend not built / client-only: no endpoint changes) and runs case-specific pre-checks…
bentleypark/claude-code-mobile-spine
Command
Kick off tasks creation for a new feature (4-item interview before invoking pm-agent; an epic-sized requirement routes to phased decomposition, a feature already built on one platform routes to cross-platform parity, a change that touches no endpoint routes to client-only).
bentleypark/claude-code-mobile-spine
Command
Scaffold a new mobile-spine workspace via 6-question interview.
bentleypark/claude-code-mobile-spine
Skill Claude CodeCodex
Scaffold a new mobile-spine workspace (Claude Code subagent setup for Android + iOS + Backend across separate repos). Runs a short interview, replaces placeholders with the user's org / app / branch / Figma-MCP / license values, and writes the customized files into a chosen target directory. Trigger when the user asks…
bentleypark/claude-code-mobile-spine
Settings file Claude Code
Agent settings declaring 6 allowed tools.