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/raydeveloperf/app-store-connect-release-kit/agents-mdgit clone --depth 1 https://github.com/raydeveloperF/App-Store-Connect-release-kitWhat 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.00540 | $0.00540 |
| Opus 5 | $0.00270 | $0.00270 |
| Sonnet 5 | $0.00108 | $0.00108 |
| Haiku 4.5 | $0.00054 | $0.00054 |
Grade A, and why
App-Store-Connect-release-kit 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 2d 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 — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ASC Release Kit
This repository is a Codex and Claude Code plugin containing Agent Skills for App Store Connect launch/update work.
Structure
.codex-plugin/plugin.json: Codex plugin manifest..claude-plugin/plugin.json: Claude Code plugin manifest..claude-plugin/marketplace.json: Claude Code marketplace manifest for installing from this repo.skills/asc-launch-workflow: top-level coordinator.skills/asc-metadata: localized ASC listing copy.skills/asc-keywords: localized ASC keyword fields.skills/asc-screenshots: localized ASC screenshot assets.skills/asc-api: safe App Store Connect API automation.skills/pixelmator-pxd-editor: Pixelmator Pro PXD editing via AppleScript only; used byasc-screenshots.scripts/download_openapi.sh: fetchesopenapi.oas.jsonfrom Apple (not committed; run once after cloning).scripts/validate.py: validates JSON manifests and SKILL.md frontmatter; used by CI and local development.
Editing Rules
- Keep skill names in directory names and
SKILL.mdfrontmatter synchronized. - Prefer concise skill instructions with progressive disclosure through
references/andscripts/. - Never commit local ASC credentials,
.p8files, JWTs, Authorization headers, or~/.asc_secrets. - Never commit
skills/asc-api/references/openapi.oas.json; it is listed in.gitignoreand fetched byscripts/download_openapi.sh. - Preserve the strict start gate in
asc-launch-workflow: missing required inputs means no workflow work starts. - Preserve the two-step ASC mutation rule: generate final task JSON first, then wait for explicit user confirmation before executing writes.
- Keep
asc-screenshotsfocused on screenshot assets, not generic promotional copy. - Keep
pixelmator-pxd-editorlimited to the official Pixelmator Pro AppleScript dictionary; never add direct PXD package mutation as an allowed path.
Validation
Run the in-repo validator after any change to plugin manifests or skill files:
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.
- 2d ago First seen · 55 lines · 540 tokens per session scan A 156aa506790e
App-Store-Connect-release-kit AGENTS.md is an instructions file published in the GitHub repository raydeveloperF/App-Store-Connect-release-kit (2 stars, last pushed 2mo ago), licensed MIT. It adds 540 tokens to every session, about $0.0027 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
blitz-mac CLAUDE.md
Instructions for blitzdotdev/blitz-mac, covering claude.md, build & run commands, debug build, release build and fetch pinned helper dependency.
asc-mcp AGENTS.md
Instructions for zelentsov-dev/asc-mcp, covering agents.md, language, project overview, build and run commands and build the project.
app-store-connect-mcp AGENTS.md
Instructions for erayendes/app-store-connect-mcp, covering agents.md, what this is, if a user asks you to install it, 1. agree on the profiles, then register them and 2. send the user to setup for the credentials.
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.
app-store-screenshots-skill CLAUDE.md
Instructions for framara/app-store-screenshots-skill, covering claude.md, what this repo is, repository structure and editing guidelines.
aso-mcp CLAUDE.md
Instructions for KenanAtmaca/aso-mcp, covering claude.md, package info, build & run commands, publishing and architecture.