cenconq25/claude-code-app-studio

A coordinated team of 53 Claude Code subagents that build, ship, and operate mobile apps end to end. Each agent owns a narrow slice of the lifecycle so that responsibility, expertise, and review checkpoints stay separated and observable.

This repository also configures its own agents. See what claude-code-app-studio tells them →

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

skill-improve

49

cenconq25/claude-code-app-studio

Skill Claude Code

Improve a SKILL.md file via static lint, fix proposal, rewrite, and re-test loop. Runs structural checks, proposes targeted fixes, applies them, re-tests, and either keeps or reverts based on score change.

not rated 40 4mo ago A 49 tokens original MIT

skill-test

50

cenconq25/claude-code-app-studio

Skill Claude Code

Validates skill files for structural compliance and behavioral correctness in three modes (static lint / spec / audit). Use this before publishing skill changes or to audit the whole skill library for drift.

not rated 40 4mo ago A 40 tokens original MIT

smoke-check

51

cenconq25/claude-code-app-studio

Skill Claude Code

Run the critical-path smoke gate before QA hand-off. Executes the automated suite, verifies the core user flows defined in the QA plan, and produces a PASS/FAIL report. A failed smoke check means the build is not ready for QA.

not rated 40 4mo ago A 52 tokens original MIT

soak-test

52

cenconq25/claude-code-app-studio

Skill Claude Code

Generate a soak-test protocol for extended app sessions. Defines what to observe and log during long sessions to surface memory leaks, battery drain, background-foreground crashes, and network flapping. Used in Polish and Release phases.

not rated 40 4mo ago A 48 tokens original MIT

sprint-plan

53

cenconq25/claude-code-app-studio

Skill Claude Code

Generates a new sprint plan or updates an existing one based on the current milestone, completed work, and team capacity. Pulls context from production docs and the story backlog. Run at sprint start, sprint mid-correction, or after a milestone shift.

not rated 40 4mo ago A 55 tokens original MIT

sprint-status

54

cenconq25/claude-code-app-studio

Skill Claude Code

Fast sprint status check — reads the active sprint plan, scans story files for status, and produces a concise progress snapshot with burndown read and emerging risks. Use any time during a sprint for situational awareness.

not rated 40 4mo ago A 47 tokens original MIT

start

55

cenconq25/claude-code-app-studio

Skill Claude Code

First-time onboarding for the mobile app studio template. Asks where the user is starting from, classifies them, and routes them to the right next skill. Use this on the very first session, or whenever the project feels unmoored.

not rated 40 4mo ago A 51 tokens original MIT

story-done

56

cenconq25/claude-code-app-studio

Skill Claude Code

End-of-story completion review. Verifies each acceptance criterion against the implementation, surfaces deviations, prompts code review if not yet done, marks the story Complete, and surfaces the next ready story. Use after /code-review.

not rated 40 4mo ago A 48 tokens original MIT

story-readiness

57

cenconq25/claude-code-app-studio

Skill Claude Code

Validates that a story file is implementation-ready — checks for embedded TR-ID, ADR references, framework notes, clear acceptance criteria, no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict. Use before /dev-story to confirm a story can be started safely.

not rated 40 4mo ago A 61 tokens original MIT

team-backend

58

cenconq25/claude-code-app-studio

Skill Claude Code

Orchestrate the server / data side of a feature. Coordinates backend-engineer, api-designer, database-specialist, offline-sync-specialist, push-notification-specialist, and firebase-specialist for the data layer.

not rated 40 4mo ago A 49 tokens original MIT

team-content

59

cenconq25/claude-code-app-studio

Skill Claude Code

Orchestrate the content pipeline. Coordinates content-strategist, content-designer, localization-lead, and ux-designer to take a content brief from concept through written, localized, and shipped state.

not rated 40 4mo ago A 44 tokens original MIT

team-design

60

cenconq25/claude-code-app-studio

Skill Claude Code

Orchestrate a full design cycle. Coordinates lead-designer, ux-designer, visual-design-director, interaction-designer, and motion-designer to take a feature from brief through to implementation-ready specs.

not rated 40 4mo ago A 45 tokens original MIT

team-frontend

61

cenconq25/claude-code-app-studio

Skill Claude Code

Orchestrate the mobile UI build. Coordinates lead-developer, framework specialist (RN/Flutter/iOS/Android), state-management specialist, and animation-specialist to ship a feature's frontend layer end-to-end.

not rated 40 4mo ago A 47 tokens original MIT

team-live-ops

62

cenconq25/claude-code-app-studio

Skill Claude Code

Orchestrate the live-ops team for post-launch content planning. Coordinates live-ops-designer, monetization-designer, analytics-engineer, community-manager, and content-strategist to plan a season, event, or live update.

not rated 40 4mo ago A 54 tokens original MIT

team-polish

63

cenconq25/claude-code-app-studio

Skill Claude Code

Orchestrate the polish phase. Coordinates performance-analyst, accessibility-specialist, animation-specialist, qa-tester, and content-designer to harden a feature or area to release quality.

not rated 40 4mo ago A 44 tokens original MIT

team-qa

64

cenconq25/claude-code-app-studio

Skill Claude Code

Orchestrate the QA team through a full testing cycle. Coordinates qa-lead (strategy + sign-off) and qa-tester (test cases + bug reports) for a sprint or feature. Covers plan, smoke gate, manual execution, bug filing, and sign-off.

not rated 40 4mo ago A 59 tokens original MIT

team-release

65

cenconq25/claude-code-app-studio

Skill Claude Code

Orchestrate the release team: release-manager, qa-lead, mobile-devops, and producer. Drives a release from candidate through certification, rollout, and post-launch monitoring.

not rated 40 4mo ago A 39 tokens original MIT

tech-debt

66

cenconq25/claude-code-app-studio

Skill Claude Code

Track, categorize, and prioritize technical debt across the codebase. Scans for debt indicators (TODO, FIXME, deprecated APIs, version-skew, dead flags, stale dependencies), maintains a debt register, and recommends repayment scheduling.

not rated 40 4mo ago A 50 tokens original MIT

cenconq25/claude-code-app-studio

Skill Claude Code

Quality review of test files and manual evidence docs. Goes beyond existence checks — evaluates assertion coverage, edge cases, naming conventions, and evidence completeness. Verdict: ADEQUATE / INCOMPLETE / MISSING per story. Run before QA sign-off or on demand.

not rated 40 4mo ago A 58 tokens original MIT

test-flakiness

68

cenconq25/claude-code-app-studio

Skill Claude Code

Detect non-deterministic tests by reading CI run history. Aggregates pass rates per test, identifies intermittent failures, recommends quarantine or fix, and maintains a flaky-test registry. Best run during Polish phase or after a CI run streak.

not rated 40 4mo ago A 52 tokens original MIT

test-helpers

69

cenconq25/claude-code-app-studio

Skill Claude Code

Generates a framework-specific test helper library — factories, mocks, custom matchers, and shared assertion utilities — under tests/helpers/. Reduces boilerplate in new test files. Run after /test-setup once the project has a few real tests.

not rated 40 4mo ago A 54 tokens original MIT

test-setup

70

cenconq25/claude-code-app-studio

Skill Claude Code

Scaffold the test framework and CI pipeline for the project. Creates the tests/ directory structure, framework-specific test runner, and GitHub Actions or Bitrise workflow. Run once during Technical Setup before the first sprint.

not rated 40 4mo ago A 47 tokens original MIT

user-test-report

71

cenconq25/claude-code-app-studio

Skill Claude Code

Generate a structured user-test (beta) report template OR analyze existing user-test notes into a structured format. Standardizes how qualitative feedback turns into actionable findings tied to PRDs and stories.

not rated 40 4mo ago A 41 tokens original MIT

ux-design

72

cenconq25/claude-code-app-studio

Skill Claude Code

Section-by-section UX spec authoring for a single screen, flow, or HUD element. Reads concept, design bible, parent PRD, and platform conventions to produce design/ux/ .md. Run after the relevant PRD is approved and before stories cite UI behavior.

not rated 40 4mo ago A 61 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: