bentleypark/claude-code-mobile-spine

Claude Code plugin marketplace bundling mobile-spine — scaffolds a meta-repo coordinating 4 subagents (api/pm/android/ios) for mobile teams whose Android, iOS, and Backend live in 3 separate repos.

1Stars on the repository
9Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

android-agent

01

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/.

1 1mo ago A 65 tokens original MIT

api-agent

02

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.

1 1mo ago A 35 tokens original MIT

ios-agent

03

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/.

1 1mo ago A 80 tokens copy · 86% MIT

pm-agent

04

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…

1 1mo ago A 122 tokens original MIT