expo-launchpad-contract

expo-launchpad-contract is a skill for Claude Code from SummerRiversound/expo-launchpad. It costs 68 tokens per session (3,362 once invoked), scanned A, original, MIT.

A planning step for an Expo app or game that turns its product requirements into a written set of checks for completion. Expo is a framework and toolset for building React Native mobile apps.

In plain words
What is it for?
Use it to define mandatory checks, platform-compatibility checks, and functional criteria from a product requirements document, then approve the contract for the next build stage.
Why use it?
It makes vague requirements testable and establishes the conditions the generated project must meet before it moves forward.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the expo-launchpad plugin — 9 skills shipped together

Good fit Use it to define mandatory checks, platform-compatibility checks, and functional criteria from a product requirements document, then approve the contract for the next build stage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/summerriversound/expo-launchpad/expo-launchpad-contract
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add SummerRiversound/expo-launchpad --skill expo-launchpad-contract
Clone the repo
git clone --depth 1 https://github.com/SummerRiversound/expo-launchpad

Made for: Claude Code.

Or install expo-launchpad, the plugin that ships this one along with the rest of its 9 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for expo-launchpad-contract

README.md
[![agentmods](https://agentmods.dev/badge/skills/summerriversound/expo-launchpad/expo-launchpad-contract/github.svg)](https://agentmods.dev/skills/summerriversound/expo-launchpad/expo-launchpad-contract)
Your own site
<a href="https://agentmods.dev/skills/summerriversound/expo-launchpad/expo-launchpad-contract"><img src="https://agentmods.dev/badge/skills/summerriversound/expo-launchpad/expo-launchpad-contract/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for expo-launchpad-contract

Your own site · 80×15
<a href="https://agentmods.dev/skills/summerriversound/expo-launchpad/expo-launchpad-contract"><img src="https://agentmods.dev/badge/skills/summerriversound/expo-launchpad/expo-launchpad-contract.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,362 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.03362
Opus 5 $0.00034 $0.01681
Sonnet 5 $0.00014 $0.00672
Haiku 4.5 $0.00007 $0.00336

Measured 12d ago against content hash e1e3b78703ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

expo-launchpad-contract scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/expo-launchpad-contract/SKILL.md · 289 lines

How it starts

The opening of the file, as written. The whole thing — 289 lines — stays where its author put it; the contents beside it link to each section on GitHub.

expo-launchpad-contract

Phase A, step 4 of the expo-launchpad pipeline. Reads the PRD, the design doc, and config.md, proposes verifiable completion criteria (Mandatory Hard Gates + Platform-Robustness Gates + Functional Criteria), and marks the contract AGREED before handing off to the generator.

All file schemas (config.md, state.md, contract.md) are defined in docs/harness-protocol.md — refer to that document as the single source of truth. Do not redefine schemas here.


Input

1. Read docs/harness/config.md

Extract:

Key Use
app_name Contract title header
app_slug Used to identify the app/game
kind app or game — selects which project directories the anti-stub grep and Hard Gate 4 target
strict_mode If true, run --strict negotiation; if false (or absent), run default 1-pass

If config.md does not exist, abort with: expo-launchpad-contract: docs/harness/config.md not found — run the orchestrator to bootstrap first.

2. Read the latest PRD

Find the most recent file matching docs/harness/plans/*-prd.md (sort by filename descending, take the first). Abort with a clear message if none exists.

3. Read the latest design doc

Find the most recent file matching docs/harness/plans/*-design.md (sort by filename descending, take the first). Abort if none exists.


Mandatory Hard Gates

These 8 criteria are non-negotiable and must appear verbatim in every contract.md. A FAIL on any one results in an immediate FAIL verdict, regardless of other passing criteria.

Source: docs/harness-protocol.md §3 — Mandatory Hard Gates block. Always cite; never restate differently.

  1. tsc --noEmit and expo lint return zero errors.
  2. jest — all tests pass.
  3. No TODO, stub, or placeholder in app/game logic (grep-checkable).
  4. All tuning constants centralized in config/gameConfig.ts (game) / config/appConfig.ts (app) — no magic numbers in feature code.
  5. Content (levels/enemies/screen data) is defined as data, not hardcoded.
  6. Localization complete for all configured locales — no missing i18n keys.
  7. Core loop/flow works end to end (game: start→play→win/lose→restart; app: the primary journey).
  8. Runs on a simulator with zero crashes and zero console errors.

Read the full file on GitHub · 289 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 289 lines · 68 tokens per session scan A e1e3b78703ca

Subscribe to this mod's changes

expo-launchpad-contract is a skill published in the GitHub repository SummerRiversound/expo-launchpad (2 stars, last pushed 1mo ago), licensed MIT. It adds 68 tokens to every session and 3,362 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

mobile-developer

Expert in React Native, Expo, and cross-platform mobile development.

daffy0208/ai-dev-standards · 16 tokens

uniwind

Uniwind — Tailwind CSS v4 styling for React Native. Use when adding, building, or debugging components in a React Native project that uses Uniwind classNames. Covers setup, Metro config, global.css, theming, className props, accent- color props, platform/data/state/responsive variants, CSS variables, custom utilities…

uni-stack/uniwind · 130 tokens

Appium Mobile Testing

Mobile application testing skill using Appium for iOS and Android, covering device capabilities, selectors, gestures, and cross-platform testing strategies.

PramodDutta/qaskills · 32 tokens

compose-multiplatform

Use when building one shared Compose UI in Kotlin across Android, iOS, and desktop — commonMain @Composables, expect/actual, source-set placement, native interop, multiplatform ViewModel/navigation/Koin. NOT a single-platform native build (that is kotlin-android / swift-ios), and NOT Dart/Flutter cross-platform UI…

ericrisco/rsc-harness · 80 tokens

react-native

Use when writing the JS/TS inside a React Native or Expo app — screens, Expo Router navigation, lists, Reanimated gestures, platform forks, offline state, native modules — or killing jank and render storms. NOT eas build/submit/OTA/config-plugin (that is expo), NOT a Dart app (that is flutter), NOT web React/DOM (that…

ericrisco/rsc-harness · 90 tokens

react-native-expert

Expert in React Native, cross-platform mobile development, native modules, and performance optimization. Use when the user mentions mobile, JavaScript, TypeScript, cross platform, iOS, or Android, or when the task involves React Native Architecture, Component Types, Hooks Essentials, or Navigation.

personamanagmentlayer/pcl · 62 tokens