App-Store-Connect-release-kit AGENTS.md

Repository instructions for App Store Connect Release Kit, a plugin for preparing and updating Apple App Store listings.

In plain words
What is it for?
Use them when editing localized listing text, keywords, screenshots, App Store Connect API automation, or related plugin files.
Why use it?
They explain the repository layout, editing rules, validation, and how its release-related parts fit together.

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/raydeveloperf/app-store-connect-release-kit/agents-md
Clone the repo
git clone --depth 1 https://github.com/raydeveloperF/App-Store-Connect-release-kit

Made for: Codex, OpenCode.

Per session 540 This file is loaded in full into every session.
When invoked 540 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.00540 $0.00540
Opus 5 $0.00270 $0.00270
Sonnet 5 $0.00108 $0.00108
Haiku 4.5 $0.00054 $0.00054

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

Security

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.

AGENTS.md · 55 lines

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 by asc-screenshots.
  • scripts/download_openapi.sh: fetches openapi.oas.json from 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.md frontmatter synchronized.
  • Prefer concise skill instructions with progressive disclosure through references/ and scripts/.
  • Never commit local ASC credentials, .p8 files, JWTs, Authorization headers, or ~/.asc_secrets.
  • Never commit skills/asc-api/references/openapi.oas.json; it is listed in .gitignore and fetched by scripts/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-screenshots focused on screenshot assets, not generic promotional copy.
  • Keep pixelmator-pxd-editor limited 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:

Read the full file on GitHub · 55 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. 2d ago First seen · 55 lines · 540 tokens per session scan A 156aa506790e

Subscribe to this mod's changes

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.