bentleypark

10 mods across 1 repository, 1 stars between them.

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

1 1mo ago A tokens not measured original MIT

mobile-spine

02

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.

1 1mo ago A tokens not measured original MIT

android-agent

03

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

04

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

05

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

06

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

feat

07

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

1 1mo ago A 51 tokens original MIT

init

09

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…

1 1mo ago B 99 tokens original MIT