launch-store AGENTS.md

launch-store AGENTS.md is an instructions file for Codex, OpenCode from YosefHayim/launch-store. It costs 1,863 tokens per session, scanned A, original, MIT.

A repository instruction file containing the working rules for AI agents and contributors to Launch Store, including code ownership, branch naming, pull requests, and required checks.

In plain words
What is it for?
It guides repository navigation, branch and pull-request work, module ownership decisions, and the validation required before a change is accepted.
Why use it?
It reduces mistakes that linters cannot catch, such as editing the wrong module, committing directly to the main branch, or skipping project validation.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/yosefhayim/launch-store/agents-md
Clone the repo
git clone --depth 1 https://github.com/YosefHayim/launch-store

Made for: Codex, OpenCode.

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 launch-store AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/yosefhayim/launch-store/agents-md.svg)](https://agentmods.dev/instructions/yosefhayim/launch-store/agents-md)
Your own site
<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>
Per session 1,863 This file is loaded in full into every session.
When invoked 1,863 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.01863 $0.01863
Opus 5 $0.00932 $0.00932
Sonnet 5 $0.00373 $0.00373
Haiku 4.5 $0.00186 $0.00186

Measured 4d ago against content hash 97ecdca2a3e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 125 lines

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 as feat|fix|refactor|chore|docs/<domain>/<slug>, open a PR, label domain:<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-history lab: 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

Read the full file on GitHub · 125 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. 4d ago First seen · 125 lines · 1,863 tokens per session scan A 97ecdca2a3e2

Subscribe to this mod's changes

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.

Related

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.

duceum/appstore-ppp-pricing-agent-skill · 1,751 tokens

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.

berkayturk/appstore-precheck · 792 tokens

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.

FelixGraeber/claude-aso-audit-skill · 403 tokens

flutter-cn-overseas-app-skills AGENTS.md

Instructions for lh17708357536-gif/flutter-cn-overseas-app-skills, covering agents.md — 给 ai 编码助手的入口, 这是什么, 怎么用(agent 执行约定), 路由表(任务 → 该读哪个 skill) and 路径映射(重要).

lh17708357536-gif/flutter-cn-overseas-app-skills · 943 tokens

aso-mcp CLAUDE.md

Instructions for KenanAtmaca/aso-mcp, covering claude.md, package info, build & run commands, publishing and architecture.

KenanAtmaca/aso-mcp · 5,718 tokens

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.

cuongdev/indie-app-shipping · 1,103 tokens