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

gate-check

25

cenconq25/claude-code-app-studio

Skill Claude Code

Validate readiness to advance between development phases. Synthesizes QA, perf, security, asset, balance, and localization verdicts into a single PASS/CONCERNS/FAIL with specific blockers and required artifacts. Use when asking 'are we ready to advance?'.

not rated 40 4mo ago A 56 tokens original MIT

help

26

cenconq25/claude-code-app-studio

Skill Claude Code

Analyzes the project's current state and the user's question, then recommends the single best next skill or step. Use when the user says 'what should I do next', 'I'm stuck', or 'I don't know where to go'.

not rated 40 4mo ago A 48 tokens original MIT

hotfix

27

cenconq25/claude-code-app-studio

Skill Claude Code

Emergency fix workflow that bypasses normal sprint process while keeping a full audit trail. Creates the hotfix branch, tracks approvals, ensures backport to main, and produces release-store-ready notes. Use only for production-impacting S1 bugs or critical store-rejection issues.

not rated 40 4mo ago A 57 tokens original MIT

launch-checklist

28

cenconq25/claude-code-app-studio

Skill Claude Code

Full launch readiness across departments: code, content, store listings, marketing, community, infra, legal, privacy (ATT, Data Safety), accessibility, and sign-offs. Run before every public launch.

not rated 40 4mo ago A 44 tokens original MIT

localize

29

cenconq25/claude-code-app-studio

Skill Claude Code

Full localization pipeline: scan for hardcoded strings, extract to string tables, validate translations, RTL test, locale QA, voiceover/audio localization, string freeze enforcement, and coverage reporting.

not rated 40 4mo ago A 40 tokens original MIT

map-systems

30

cenconq25/claude-code-app-studio

Skill Claude Code

Decomposes the app concept into discrete systems, maps dependencies, prioritizes design order by upstream-first, and writes the systems index. Use after /brainstorm and /setup-framework, before authoring any individual PRD.

not rated 40 4mo ago A 49 tokens original MIT

milestone-review

31

cenconq25/claude-code-app-studio

Skill Claude Code

Comprehensive milestone progress review — feature completeness, quality metrics, risk assessment, and go/no-go recommendation. Use at milestone checkpoints (alpha, beta, RC) or when evaluating readiness for a milestone deadline.

not rated 40 4mo ago A 45 tokens original MIT

onboard

32

cenconq25/claude-code-app-studio

Skill Claude Code

Generates a contextual onboarding doc for a new contributor based on their role (engineer, designer, PM, QA, etc.). Summarizes app concept, architecture, conventions, current sprint, and the contributor's likely first tasks. Use when bringing someone new onto the project or when a contributor switches roles.

not rated 40 4mo ago A 65 tokens original MIT

patch-notes

33

cenconq25/claude-code-app-studio

Skill Claude Code

Generate user-facing patch notes from git history, sprint data, and the internal changelog. Translates engineering language into clear, store-appropriate user communication. Respects App Store / Play Store character limits.

not rated 40 4mo ago A 45 tokens original MIT

perf-profile

34

cenconq25/claude-code-app-studio

Skill Claude Code

Structured performance profiling: cold/warm start, frame time, memory, network, app size, battery. Identifies bottlenecks against budgets, recommends optimizations with priority. Use during Polish or before a release.

not rated 40 4mo ago A 46 tokens original MIT

prd-review

35

cenconq25/claude-code-app-studio

Skill Claude Code

PRD-specific validation gate: checks required PRD sections, TR-ID requirement IDs, GIVEN-WHEN-THEN acceptance criteria, dependency-graph bidirectionality, and traceability readiness for engineering hand-off. Use ONLY for PRDs (design/prd/.md); for any other design doc, use /design-review. Run in a fresh session …

not rated 40 4mo ago A 86 tokens original MIT

cenconq25/claude-code-app-studio

Skill Claude Code

Read-only audit that classifies the project's current stage (concept / design / architecture / sprint / beta / live-ops), identifies missing artifacts, and recommends the next sensible skill. Use when the user asks 'where are we', 'what stage are we in', or after pulling an unfamiliar branch.

not rated 40 4mo ago A 65 tokens original MIT

cenconq25/claude-code-app-studio

Skill Claude Code

When a PRD is changed, scans all ADRs, dependent PRDs, stories, and the traceability index to identify what is now potentially stale. Produces a change-impact report and walks the user through resolving each downstream artifact. Use immediately after editing a PRD that other artifacts reference.

not rated 40 4mo ago A 64 tokens original MIT

prototype

38

cenconq25/claude-code-app-studio

Skill Claude Code

Rapid prototyping workflow that deliberately skips standards to validate a risky concept fast. Produces throwaway code and a structured prototype report. Use to retire the riskiest assumption from /brainstorm before committing to architecture, or to validate a novel mechanic before adding to the sprint.

not rated 40 4mo ago A 57 tokens original MIT

qa-plan

39

cenconq25/claude-code-app-studio

Skill Claude Code

Generate a QA test plan for a sprint or feature. Reads PRDs and stories, classifies stories by test type (Logic/Integration/Visual/UI/Config), and produces a plan covering automated tests, manual cases, smoke scope, device matrix, and sign-off rules. Run before sprint kickoff or when starting a major feature.

not rated 40 4mo ago A 69 tokens original MIT

quick-design

40

cenconq25/claude-code-app-studio

Skill Claude Code

Lightweight design spec for small changes — copy tweaks, single-screen polish, parameter adjustments — when a full PRD is overkill. Produces a Quick Design Spec that embeds directly into a story file. Use when a change is too small to justify a new PRD section but still needs a written spec for traceability.

not rated 40 4mo ago A 68 tokens original MIT

regression-suite

41

cenconq25/claude-code-app-studio

Skill Claude Code

Map test coverage to PRD critical paths, identify fixed bugs without regression tests, flag coverage drift from new features, and maintain tests/regression-suite.md. Run after a bug fix or before a release gate.

not rated 40 4mo ago A 46 tokens original MIT

release-checklist

42

cenconq25/claude-code-app-studio

Skill Claude Code

Pre-release validation: build verification, certification (App Store / Play Console), store metadata, screenshots, privacy nutrition labels, Play Data Safety, version numbering. Narrower than /launch-checklist — focused on the build and store submission.

not rated 40 4mo ago A 51 tokens original MIT

retrospective

43

cenconq25/claude-code-app-studio

Skill Claude Code

Generates a sprint or milestone retrospective by analyzing completed work, velocity, blockers, and patterns. Produces actionable insights for the next iteration. Use at sprint end, milestone close, or after a missed deadline.

not rated 40 4mo ago A 46 tokens original MIT

reverse-document

44

cenconq25/claude-code-app-studio

Skill Claude Code

Generates a PRD or architecture doc from existing implementation — works backward from code to the doc that should have been written first. Use this for brownfield projects with working code but no design docs, or when a feature shipped without a PRD.

not rated 40 4mo ago A 53 tokens original MIT

review-all-prds

45

cenconq25/claude-code-app-studio

Skill Claude Code

Holistic cross-PRD review — reads every PRD together to find contradictions, dominant strategies, cognitive overload, broken funnels, and missing-system gaps that single-PRD review cannot detect. Run after all MVP PRDs are individually approved, before architecture begins.

not rated 40 4mo ago A 58 tokens original MIT

scope-check

46

cenconq25/claude-code-app-studio

Skill Claude Code

Compares current sprint or feature scope against the original plan to detect scope creep. Quantifies bloat, names additions, recommends cuts. Use mid-sprint when the team feels overloaded, or before adding a 'small' new story to a running sprint.

not rated 40 4mo ago A 54 tokens original MIT

security-audit

47

cenconq25/claude-code-app-studio

Skill Claude Code

Audit the app for vulnerabilities: insecure storage, improper TLS, OWASP MASVS coverage, dependency CVEs, exposed secrets, unsafe deep links, JS-bridge exploits, WebView attack surface. Produces a prioritized remediation report. Run before any public release.

not rated 40 4mo ago A 56 tokens original MIT

setup-framework

48

cenconq25/claude-code-app-studio

Skill Claude Code

Pins the project's mobile framework (React Native, Flutter, iOS native, Android native), captures the version, populates docs/framework-reference/ /, and writes the Framework field to technical-preferences.md and CLAUDE.md. Use this once during early onboarding before any PRD or ADR authoring. Knowledge-cutoff aware…

not rated 40 4mo ago A 84 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: