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.
npx agentmods add instructions/yosefhayim/launch-store/agents-mdgit clone --depth 1 https://github.com/YosefHayim/launch-storeWrote 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.
[](https://agentmods.dev/instructions/yosefhayim/launch-store/agents-md)<a href="https://agentmods.dev/instructions/yosefhayim/launch-store/agents-md"><img src="https://agentmods.dev/badge/instructions/yosefhayim/launch-store/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01863 | $0.01863 |
| Opus 5 | $0.00932 | $0.00932 |
| Sonnet 5 | $0.00373 | $0.00373 |
| Haiku 4.5 | $0.00186 | $0.00186 |
Grade A, and why
launch-store AGENTS.md 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Working rules for AI agents and contributors editing Launch. This file holds only what you can't infer from the code and configs: module ownership, conventions a linter can't catch, and the validation gate every change must pass. Usage lives in README.md; style depth lives in CODE-STYLE.md. Branch and PR workflow lives in BRANCHING.md.
Claude Code reads this through CLAUDE.md, which imports this file with
@AGENTS.md.
Branching And PRs
- Do not commit to
main. Branch asfeat|fix|refactor|chore|docs/<domain>/<slug>, open a PR, labeldomain:<domain>, keep the gate green, delete the branch after merge. - Domains:
foundation,config,credentials,build,apple,google,store,release,testflight,readiness,agents,cli,docs. - Full rules, CODEOWNERS path map, and the optional
experiment/layered-historylab: BRANCHING.md.
Repo Layout - Who Owns What
One TypeScript / Node ESM package. Top-level src/ ownership:
| Path | Owns |
|---|---|
src/cli |
Thin Commander wiring: command names, flags, help text, runCliProgram(...). No domain orchestration. |
src/core |
Domain programs, Effect services, config/schema, build/release/store/readiness logic, generated docs, and type homes. |
src/providers |
Swappable backend implementations for build, storage, credentials, submit, and compute providers. |
src/apple |
App Store Connect transport and the generated Apple API mirror. |
src/google |
Google Play transport wrappers around Google's official generated clients. |
src/testkit |
Shared test fakes and Effect test layers. |
Current src/core layout:
src/core/
adopt/ # importing live store state into config
agents/ # agent skill scaffolding
build/ # pipeline, build flags, fingerprint, logs, diagnostics, remote/eas handoff
config/ # config schema/load/scaffold/semantics/project setup
credentials/ # accounts, secrets, keychain, signing assets
dashboard/ # terminal dashboard state/rendering
distribution/ # install manifests, OTA updates, storage-facing distribution helpers
docs/ # generated command/config docs
doctor/ # doctor context/inspection
insights/ # review/vitals aggregation
listing/ # listing drafts/apply logic and screenshot asset specifications
mcp/ # MCP server/tools
migrate/ # EAS/fastlane migration helpers
plan/ # config-vs-store planning/drift
privacy/ # privacy parsing/reconciliation/nutrition labels
readiness/ # store readiness/probes/preflight
release/ # release, rollout, TestFlight/public release
releaseTrain/ # release-train records/guards/orchestration
services/ # Launch-owned Effect service contracts + Live/Test layers
snapshot/ # live store snapshot/diff/source capture
store/ # store sync, catalog/product/offers/pricing/reviews/reports across stores
terminal/ # CLI presentation helpers, glossary, completion, wordmark
types/ # exported domain shapes imported from owning modules
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.
- 4d ago First seen · 125 lines · 1,863 tokens per session scan A 97ecdca2a3e2
launch-store AGENTS.md is an instructions file published in the GitHub repository YosefHayim/launch-store (9 stars, last pushed 7d ago), licensed MIT. It adds 1,863 tokens to every session, about $0.0093 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.
Other instructions, from other repositories
appstore-ppp-pricing-agent-skill CLAUDE.md
Instructions for duceum/appstore-ppp-pricing-agent-skill, covering claude.md — project context for ai agents, what this project does, tech stack, architecture and key patterns.
appstore-precheck AGENTS.md
Instructions for berkayturk/appstore-precheck, covering agents.md, what this repo is, using the skill in your project, the hard rule and contributing to this repo.
claude-aso-audit-skill CLAUDE.md
Instructions for FelixGraeber/claude-aso-audit-skill, covering claude aso — app store optimization skill pack, architecture, commands, development rules and key principles.
flutter-cn-overseas-app-skills AGENTS.md
Instructions for lh17708357536-gif/flutter-cn-overseas-app-skills, covering agents.md — 给 ai 编码助手的入口, 这是什么, 怎么用(agent 执行约定), 路由表(任务 → 该读哪个 skill) and 路径映射(重要).
aso-mcp CLAUDE.md
Instructions for KenanAtmaca/aso-mcp, covering claude.md, package info, build & run commands, publishing and architecture.
indie-app-shipping AGENTS.md
Instructions for cuongdev/indie-app-shipping, covering agents.md — indie app shipping, strategic frame, platform selection (decide first), workflow for a new app and decision framework: deepen or park.