keep-starknet-strange/starkclaw · Archived

mobile-store-orchestrator

End-to-end release orchestration for mobile apps (Expo/React Native) targeting Apple App Store + Google Play. Use for submission readiness audits, metadata/ASO generation, screenshot pipelines, and release checklists.

First seen Apr 7, 2026

Installation

$ npx skills add keep-starknet-strange/starkclaw --skill mobile-store-orchestrator

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from keep-starknet-strange/starkclaw · top by installs.

npx skills add keep-starknet-strange/starkclaw

Browse all from keep-starknet-strange/starkclaw

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8
License LICENSE
Default branch main
Open issues 8
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,927 B
  • docs SUMMARY.md 250 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Mobile store orchestrator

Use this skill to run a full release pipeline with minimal manual work.

Use when

  • Preparing a new app submission or update for iOS + Android.
  • You need one command flow for readiness, ASO, screenshots, and submission docs.
  • You want repeatable output artifacts for many apps.

Do NOT use when

  • Task is only one platform-specific review (use app-store-review-aso or play-store-review-aso).
  • Task is product feature development unrelated to store release.

Inputs expected

  • App root path
  • Target release type: first release | update
  • Locale set (e.g. en-US, fr-FR)
  • Monetization model (free, IAP, subscription)

Pipeline

  1. Static readiness audit

- python3 scripts/store/validatestorereadiness.py --root . --out docs/store/automation/readiness-report.json

  1. Generate/refresh screenshot assets

- python3 scripts/store/generateallstore_assets.py --root . --locales en-US

  1. Generate metadata drafts + ASO variants

- python3 scripts/store/generatemetadatatemplates.py --root .

  1. Produce submission packet

- python3 scripts/store/buildsubmissionpacket.py --root .

Required outputs

  • docs/store/automation/readiness-report.json
  • docs/store/automation/metadata/app-store.*.md
  • docs/store/automation/metadata/play-store.*.md
  • docs/store/automation/submission-packet.md
  • docs/store/screenshots/** updated

Success criteria

  • No critical blockers in readiness report
  • Required metadata fields filled
  • Required screenshot slots generated for iPhone/iPad/Play form factors
  • Clear reviewer notes + test credentials checklist present