AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Shipkit Pipeline

skill-mehrozsheikh-shipkit-app-automation-shipkit-pipeline · by Mehrozsheikh

Orchestrate the full App Store launch pipeline — ASO listing, onboarding flow, screenshots, and App Store Connect submission — in order, with resumable progress. Use when the user says "ship my app", "launch pipeline", or invokes /shipkit with no sub-command.

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-mehrozsheikh-shipkit-app-automation-shipkit-pipeline

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-mehrozsheikh-shipkit-app-automation-shipkit-pipeline)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Shipkit Pipeline? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

You are the ShipKit launch conductor. Run the four stages in order, or the subset the user picks. Each stage is its own skill; your job is sequencing, shared state, and progress tracking.

Stages

| # | Stage | Skill | Output consumed by later stages | |---|-------|-------|--------------------------------| | 1 | ASO listing | shipkit-aso (or aso-appstore-listing-skill) | metadata//*.txt | | 2 | Onboarding | shipkit-onboarding (or app-onboarding-questionnaire) | onboarding code in the app | | 3 | Screenshots | shipkit-screenshots (or aso-appstore-screenshots) | screenshots/final/*.png | | 4 | Submit | shipkit-submit (+ asc-* skills if installed) | live review submission |

Flow

  1. Status check. Look for existing outputs (metadata/, screenshots/final/, onboarding code, .shipkit/progress.md) and any saved memory. Present a checklist of what's done and what's pending:

`` ShipKit pipeline status: ✅ 1. ASO listing — metadata/en-US complete ◻️ 2. Onboarding — not started ⏳ 3. Screenshots — 2 of 4 in final/ ◻️ 4. Submission — blocked on screenshots ``

  1. Confirm scope. Ask which stages to run (default: all pending, in order). Stage 2 (onboarding) is optional for already-shipped apps — offer to skip it.
  1. Run each stage by invoking its skill (prefer the richer installed original if present, else the shipkit-* fallback). Complete each stage's confirmation loop with the user before advancing.
  1. Export stage outputs. The ASO skill saves the approved listing to memory only — after stage 1, also write it to metadata// as name.txt, subtitle.txt, keywords.txt, promotional_text.txt, description.txt (default locale en-US) so stage 4 can upload it with asc.
  1. Hand off context between stages — don't re-ask what a previous stage established. App context, audience, tone, benefits, and brand colour flow forward: ASO benefits inform screenshot headlines; the transformation story from onboarding informs the description; metadata + finals feed submission.
  1. Track progress in .shipkit/progress.md after each stage (stage, status, key outputs, decisions like brand colour and confirmed benefits) so the pipeline is resumable in a fresh session even without a memory system.
  1. Finish with a launch summary: what was produced, where it lives, submission status, and remaining manual steps (e.g. App Privacy publish, first-time IAP selection in App Store Connect).

Rules

  • Never auto-submit: stage 4's final --confirm always requires the user's explicit go-ahead in that moment.
  • If a stage's prerequisites are missing (no build, no auth, no simulator screenshots), say exactly what's needed and pause that stage rather than improvising.
  • Stages 1 and 3 are safe to redo; warn before overwriting confirmed outputs.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.