expo-launchpad-design

expo-launchpad-design is a skill for Claude Code from SummerRiversound/expo-launchpad. It costs 64 tokens per session (4,026 once invoked), scanned A, original, MIT.

A design-planning step for an Expo mobile app or game. Expo is a tool for building React Native apps; this step defines colors, spacing, text styles, visual elements, and plans for the app icon and splash screen.

In plain words
What is it for?
Use it to turn a product brief and project settings into a design document for an app using React Native elements or a game using Skia-drawn shapes.
Why use it?
It gives the project a shared visual specification before components and code are built. It also includes contrast requirements so the design remains readable.

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 turn a product brief and project settings into a design document for an app using React Native elements or a game using Skia-drawn shapes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/summerriversound/expo-launchpad/expo-launchpad-design
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-design
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-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/summerriversound/expo-launchpad/expo-launchpad-design/github.svg)](https://agentmods.dev/skills/summerriversound/expo-launchpad/expo-launchpad-design)
Your own site
<a href="https://agentmods.dev/skills/summerriversound/expo-launchpad/expo-launchpad-design"><img src="https://agentmods.dev/badge/skills/summerriversound/expo-launchpad/expo-launchpad-design/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-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/summerriversound/expo-launchpad/expo-launchpad-design"><img src="https://agentmods.dev/badge/skills/summerriversound/expo-launchpad/expo-launchpad-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,026 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.00064 $0.04026
Opus 5 $0.00032 $0.02013
Sonnet 5 $0.00013 $0.00805
Haiku 4.5 $0.00006 $0.00403

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

Security

Grade A, and why

expo-launchpad-design 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 11d 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-design/SKILL.md · 370 lines

How it starts

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

expo-launchpad-design

Phase A, step 3 of the expo-launchpad pipeline. Reads the latest PRD and config.md, then produces a design document that specifies the ui/designTokens.ts constants, the visual/component concept, and the asset plan (including app icon and splash intent). Advances the pipeline state to contract.

All file schemas (config.md, state.md, pipeline-log.md) and the phase transition table are defined in docs/harness-protocol.md — refer to that document as the single source of truth (§2 for state.md schema; §7 for the design → contract transition). Do not redefine schemas here.


Input

1. Read docs/harness/config.md

Extract:

Key Use
kind app or game — drives which visual/component template and project-structure slot this skill fills
engine skia — the only supported Phase A value, meaningful only when kind: game. The design spec below is renderer-agnostic (shapes/primitives + tokens)
app_name Used in the splash screen and app-icon badge intent
app_slug Used for asset directory naming conventions
default_language The user's conversation language; write the design doc's prose and copy samples in it

If config.md does not exist, abort with: expo-launchpad-design: 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 descending by filename, take the first). If no PRD exists, abort with: expo-launchpad-design: no PRD found in docs/harness/plans/ — run expo-launchpad-plan first.

Extract from the PRD, branching on kind:

kind: game — §1 Genre & Concept (genre, tone, target age), §2 Core Loop, §6 Win/Lose Conditions (what UI states need distinct visual treatment), §9 Project Structure.

kind: app — §1 Purpose & Users (tone, target users), §2 Primary Journeys (screens to design), §5 States (loading/empty/error per screen), §6 Navigation Map, §9 Project Structure.

Read the full file on GitHub · 370 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. 11d ago First seen · 370 lines · 64 tokens per session scan A 955b5fb2868c

Subscribe to this mod's changes

expo-launchpad-design is a skill published in the GitHub repository SummerRiversound/expo-launchpad (2 stars, last pushed 1mo ago), licensed MIT. It adds 64 tokens to every session and 4,026 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

design-system

Creates the Tamagui brand system for an Expo/React Native Power Apps mobile app, including design-system.md, tokens.ts, and an HTML gallery.

microsoft/power-platform-skills · 34 tokens

ios-hig-design

Design native iOS interfaces following Apple Human Interface Guidelines. Use when the user mentions "iPhone app", "iPad layout", "SwiftUI", "UIKit", "Dynamic Island", "safe areas", "HIG compliance", "SF Symbols", "haptic feedback", "iOS accessibility", "make my app feel native", or "follow Apple design guidelines".…

wondelai/skills · 145 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

compose-component-design

Use when designing or reviewing reusable Jetpack Compose component APIs with modifier parameters, root layout placement, caller-provided variable content, primitive content parameters, optional content, or boolean shape flags.

chrisbanes/skills · 41 tokens

maui-accessibility

Improve MAUI accessibility. USE FOR: semantic labels, hints, headings, screen-reader focus/announcements, AutomationProperties, touch targets, decorative content, TalkBack/VoiceOver/Narrator checks. DO NOT USE FOR: general layout, automation-only tests, performance.

dotnet/maui-labs · 60 tokens