A coordinated App Store Connect launch kit for localized metadata, keywords, screenshots, Pixelmator PXD editing, and safe ASC API task execution.
Safely automate ASC through the official App Store Connect REST API from macOS using project-external local credentials, short-lived local JWT signing, and the bundled OpenAPI spec. Use when the user asks Codex to inspect, create, update, delete, or script App Store Connect resources such as apps, builds, versions, metadata, pricing, analytics reports, beta testing, certificates, identifiers, profiles, or any ASC endpoint. Also use when generating local Python automation that must never expose ASC API keys, .p8 private keys, JWTs, Authorization headers, or ~/.asc_secrets.
Generate localized ASC keyword-field recommendations for iOS apps. Use when the user asks for App Store Connect keywords, ASO keyword research, localized ASC keyword sets, or a 100-character keyword field. Focus only on the hidden Keywords field, not title, subtitle, screenshots, descriptions, or other ASC metadata.
Orchestrate a complete localized ASC launch or update workflow across ASC metadata, ASC keyword fields, ASC screenshots, and ASC API task JSON. Use when the user wants one coordinated input packet to drive $asc-metadata, $asc-keywords, $asc-screenshots, and $asc-api, including localization lists, writing style, ASO seeds, Pixelmator Pro PXD template paths, screenshot output paths, App Store Connect target identity, artifact handoff, final review, and upload/update preparation.
Write localized ASC metadata for iOS apps, including subtitle, promotional text, and app description. Use when the user asks for App Store Connect listing copy, ASC metadata, localized subtitle, promotional text, or app description. This skill requires project understanding first, and must ask for missing target languages or writing style before producing final copy.
Create localized ASC screenshots for iOS apps from a real project, Xcode UI Test screenshots, and a Pixelmator Pro PXD iPhone mockup template. Use when the user asks for App Store Connect screenshots, ASC screenshot assets, localized screenshot generation, hard dependency checks, product angle discovery, Xcode UI Test screenshot capture, localized short headlines, Pixelmator Pro AppleScript PXD editing, visual QA, and PNG export.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
ASC Release Kit is a Codex and Claude Code plugin for preparing localized App Store Connect updates from real app projects.
It bundles six Agent Skills:
| Skill | Purpose |
|---|---|
asc-launch-workflow | Coordinates the full ASC launch/update workflow from one input packet. |
asc-metadata | Writes localized ASC subtitle, promotional text, and app description. |
asc-keywords | Generates localized 100-character ASC keyword fields for ASO. |
asc-screenshots | Produces localized ASC screenshot assets from Xcode UI Test screenshots and Pixelmator Pro PXD templates. |
asc-api | Safely prepares and runs App Store Connect API automation with local credentials and explicit mutation confirmation. |
pixelmator-pxd-editor | Edits, inspects, and exports Pixelmator Pro PXD files through the official AppleScript interface. |
ASC Release Kit is designed for one coordinated App Store Connect publishing flow:
The main entry point is $asc-launch-workflow.
.
├── .claude-plugin/
│ ├── marketplace.json
│ └── plugin.json
├── .codex-plugin/
│ └── plugin.json
├── skills/
│ ├── asc-launch-workflow/
│ ├── asc-metadata/
│ ├── asc-keywords/
│ ├── asc-screenshots/
│ ├── asc-api/
│ └── pixelmator-pxd-editor/
├── AGENTS.md
├── CLAUDE.md
├── LICENSE
└── README.md
This follows the common Agent Skills plugin pattern: each skill lives under skills/<skill-name>/SKILL.md, with optional scripts/, references/, and assets/ folders when needed.
After publishing this repository to GitHub:
/plugin marketplace add raydeveloperf/asc-release-kit
/plugin install asc-release-kit@asc-release-kit
For local development:
/plugin marketplace add /path/to/ASC-Launch-Kit
/plugin install asc-release-kit@asc-release-kit
Restart Claude Code after installing or updating the plugin.
Codex can use the native plugin manifest in .codex-plugin/plugin.json when installed through a Codex plugin host.
For prompt-only local usage, copy or symlink the skill folders into a Codex-discovered skills directory:
mkdir -p ~/.codex/skills
cp -R skills/asc-* ~/.codex/skills/
cp -R skills/pixelmator-pxd-editor ~/.codex/skills/
Then invoke:
$asc-launch-workflow
asc-launch-workflow has a strict start gate. If required information is missing, it does not inspect the project, run dependency checks, generate drafts, create files, or query App Store Connect.
For a full workflow, provide:
metadata, keywords, screenshots, asc-json, asc-execute.ASC Release Kit is intentionally conservative around App Store Connect automation.
.p8 contents, JWTs, or Authorization headers into chat.~/.asc_secrets..p8 private keys outside every project, such as under ~/.ssh/.The asc-api skill includes a safe Python client template and an OpenAPI helper for generating endpoint-aware task JSON.
For a step-by-step guide to generating an API key, creating ~/.asc_secrets, and verifying your setup, see docs/asc-api-setup.md.
asc-screenshots requires all of these before it starts:
.pxd iPhone mockup template;It does not silently replace missing PXD automation with recreated frames or manual screenshots.
MIT. See LICENSE.
npx claudepluginhub raydeveloperf/app-store-connect-release-kit --plugin asc-release-kitComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.