Multi-platform app go-to-market toolkit — ship Flutter, KMP, .NET MAUI, Swift, and PWAs to Google Play, App Store, Microsoft Store, Snap Store, Flathub, and alternative channels. Three-tier architecture: strategic advisor + per-framework ship commands + mass publish. Phase 2 production-ready: /ship-flutter, /ship-pwa, /ship-msstore, /ship-snap, /ship-kmp, /ship-maui, /ship-everywhere.
npx claudepluginhub dojocodinglabs/app-gtm-release-toolkitMulti-platform app go-to-market and release toolkit — ship Flutter, Kotlin Multiplatform, .NET MAUI, Swift, and PWAs to Google Play, App Store, Microsoft Store, Snap Store, Flathub, and alternative channels. Three-tier command architecture: ship-advisor (strategy), per-framework ship-X commands (execution), ship-everywhere (mass publish). Phase 2 adds /ship-kmp, /ship-maui as production-ready commands; alt-distribution skill extended with Flathub coverage.
Launch your Flutter app to Google Play Store and Apple App Store in 24 hours — guided lifecycle with CI/CD pipelines, testing tracks, store listings, monetization, code push, and validation gates.
A Claude Code plugin by Luis Andres Pena Castillo.
claude plugin add lapc506/flutter-go-to-market-toolkit
npx @lapc506/flutter-go-to-market-toolkit install
flutter-go-to-market-toolkit install # Install to ~/.config/opencode/
flutter-go-to-market-toolkit update # Refresh managed assets
flutter-go-to-market-toolkit uninstall # Remove managed files only
flutter-go-to-market-toolkit doctor # Health check
flutter-go-to-market-toolkit doctor --json # Machine-readable output
flutter-go-to-market-toolkit install --dry-run # Preview changes
flutter-go-to-market-toolkit install --force # Overwrite unmanaged conflicts
| Command | Description |
|---|---|
/flutter-go-to-market:ship | Full guided lifecycle — 4 spaces with validation gates and persistent checkpoints |
/flutter-go-to-market:audit | Scan your Flutter project and get a pre-launch readiness report |
Ship flags:
/flutter-go-to-market:ship # Plan → execute (asks to save before starting)
/flutter-go-to-market:ship --what-if # Generate plan only, no execution
/flutter-go-to-market:ship --resume # Resume from last checkpoint
/flutter-go-to-market:ship --gate 2 # Jump to specific gate
Auto-activate by context — you can also invoke them directly.
| Skill | Space | Triggers when you... |
|---|---|---|
pre-launch-checklist | 1 | Say "am I ready to launch", "production checklist", "release preparation" |
app-security | 1 | Say "App Check setup", "protect my API", "secure Firebase" |
monetization | 1 | Say "add subscriptions", "RevenueCat", "paywall", "in-app purchases" |
cicd-setup | 2 | Say "set up CI/CD", "Codemagic", "GitHub Actions for Flutter" |
code-push | 2 | Say "Shorebird", "OTA updates", "patch without store review" |
store-setup | 3 | Say "create app in Play Console", "App Store Connect setup" |
store-listing | 3 | Say "store screenshots", "app description", "ASO", "feature graphic" |
testing-tracks | 3 | Say "beta testing", "TestFlight", "internal testing", "pre-launch report" |
alt-distribution | 3 | Say "F-Droid", "GitHub Releases", "Obtainium", "distribute without Play Store" |
launch-plan | 4 | Say "launch timeline", "24h plan", "release strategy", "ship my app" |
| Agent | Purpose |
|---|---|
pipeline-builder | Analyzes project and generates CI/CD files (codemagic.yaml or GitHub Actions workflows) |
checklist-auditor | Scans a Flutter project and reports which pre-launch items are missing |
GATE 0: ASSESSMENT
Questions → Blocker detection → Plan generation
Do we have what we need to start?
SPACE 1: CODE READINESS
Pre-Launch Checklist (flavors, monitoring, force update, analytics)
App Security (Firebase App Check, network hardening)
Monetization (RevenueCat / Lemon Squeezy) — if applicable
--- GATE 1: Is the code production-ready? ---
SPACE 2: PIPELINE & SIGNING
CI/CD Setup (Codemagic priority, GitHub Actions alternative)
Code Push (Shorebird OTA updates)
--- GATE 2: Can you produce signed artifacts automatically? ---
SPACE 3: STORE PREPARATION
Store Setup (Google Play Console + App Store Connect)
Store Listing (screenshots, descriptions, ASO)
Testing Tracks (internal → closed → open + TestFlight + real devices)
--- GATE 3: Are stores configured and builds validated by real users? ---
SPACE 4: LAUNCH
Production submission (obfuscated + Sentry symbols)
Staged rollout (20% → 50% → 100%)
Post-launch monitoring
--- GATE 4: Is the app live and monitored? ---
The /ship command persists progress to ./go-to-market/:
./go-to-market/
├── ship-plan.md # Launch plan with assessment + timeline
├── checkpoints.md # Gate pass/fail status (resume point)
├── audit-report.md # Output from /audit (if run)
└── notes/
├── space-1-readiness.md # Decisions from Space 1
├── space-2-pipeline.md # CI/CD choices, signing details
├── space-3-stores.md # Store config, listing notes
└── space-4-launch.md # Rollout decisions, monitoring
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations