Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

rudrankriyam/asc-skills

32 skills26.5k installs29.6k starsGitHub

Install

npx skills add https://github.com/rudrankriyam/asc-skills

Skills in this repo

1Asc Cli Usageasc-cli-usage is the reference skill for working with the asc App Store Connect CLI inside agent sessions. It directs developers to asc --help and nested subcommand help for flag discovery, asc search for deterministic local command lookup (for example asc search "submit app for review"), and asc schema for structured output understanding. The skill covers auth configuration, pagination flags, and output format selection so agents construct valid asc invocations without consulting external documentation. Developers reach for asc-cli-usage when designing asc automation, debugging a failed asc call, or translating an App Store Connect workflow into the correct command path and flags.1.4kinstalls2Asc Release Flowasc-release-flow is a skill from rudrankriyam/asc-skills for the asc command-line tool covering Apple App Store Connect releases. It first answers whether an app can be submitted now, then walks validation, staging, review submission, first-time availability, subscriptions, in-app purchases, Game Center, and App Privacy checks. Preconditions include resolving APP_ID, version string, VERSION_ID, BUILD_ID, and asc auth via asc auth login or ASC_* environment variables. Developers reach for asc-release-flow at ship time when an iOS binary is ready and App Store Connect metadata, compliance, and review steps must be executed systematically through asc rather than the web console.1.3kinstalls3Asc Id Resolverasc-id-resolver is an asc-skills helper for mapping human-friendly App Store Connect identifiers to numeric IDs other asc commands require. The skill documents asc apps list lookups by bundle ID or name, paginated asc apps --paginate, ASC_APP_ID defaults, latest build resolution with asc builds info --latest --version and --platform IOS, recent build listing with --sort -uploadedDate --limit 5, and version ID queries via asc versions list. Developers reach for asc-id-resolver whenever an asc workflow fails because a command needs an app, build, version, or tester group ID instead of a display name or bundle identifier.1.3kinstalls4Asc Metadata SyncASC Metadata Sync is an agent skill for keeping App Store Connect app metadata in sync using the asc CLI canonical metadata workflow. It guides developers through asc metadata pull for app-info and version localization fields, validation, and apply steps, with asc localizations and asc migrate reserved for .strings files or legacy fastlane-format metadata when explicitly needed. Developers reach for ASC Metadata Sync when updating release copy, keywords, or localized store listings and want version-controlled JSON instead of manual App Store Connect edits. The skill supports migrating away from legacy fastlane metadata directories toward the current asc metadata commands.1.3kinstalls5Asc Submission Healthasc-submission-health is a rudrankriyam/asc-skills module for reducing App Store review failures and tracking review state with current asc commands. The readiness command is asc validate; legacy submit-preflight and submit-create shortcuts must not be used. Preconditions include configured auth, resolved app/version/build IDs, completed build processing (or --wait flows), and complete metadata—app info, screenshots, review details, content rights, encryption, pricing, and availability. Developers reach for asc-submission-health when shipping iOS builds or troubleshooting review rejections without relearning deprecated asc subcommands. The skill covers validate-then-submit flows and ongoing review status monitoring.1.3kinstalls6Asc Localize Metadataasc-localize-metadata automates App Store listing localization for iOS developers. It pulls English or any source locale metadata from App Store Connect via the asc CLI, translates description, keywords, subtitle, and what's new with an LLM, then pushes translations back. The skill instructs agents to confirm flags with asc localizations --help and asc localizations download --help for the installed asc version. Use asc-localize-metadata when adding new App Store languages or refreshing multilingual ASO copy without manual copy-paste in App Store Connect.1.3kinstalls7Asc Signing Setupasc-signing-setup is a skill from rudrankriyam/asc-skills that walks through creating bundle IDs, enabling capabilities, issuing signing certificates, and provisioning profiles with the asc CLI. It covers `asc auth login`, `asc bundle-ids list --paginate`, CSR generation via `asc certificates create --generate-csr`, and encrypted signing sync for team sharing. Developers reach for asc-signing-setup when onboarding a new iOS or macOS app, rotating expired certificates, or sharing signing assets across a development team without manual Apple Developer portal clicks.1.2kinstalls8Asc Build Lifecycleasc-build-lifecycle is a skill from rudrankriyam/asc-skills for managing iOS build state in App Store Connect through the asc CLI. It covers finding the latest build with `asc builds info --latest`, computing the next safe build number via `asc builds next-build-number`, listing recent uploads sorted by uploadedDate with `--limit 10`, inspecting processing state by build ID, and cleaning up old builds during retention management. Developers reach for asc-build-lifecycle when waiting on Apple processing, verifying which build to ship, or preventing build-number collisions before TestFlight or App Store submission. Commands accept `--app`, `--version`, and `--platform IOS` flags for precise targeting. The skill prefers end-to-end distribution flows and pairs naturally with other asc-skills for signing and release automation.1.2kinstalls9Asc Xcode Buildasc-xcode-build is a skill for developers preparing iOS, tvOS, or visionOS apps for App Store Connect upload using the asc CLI instead of hand-written xcodebuild scripts. It guides asc xcode archive and asc xcode export workflows, manages version and build numbers, and supports upload when App Store Connect authentication is configured. Preconditions include installed Xcode command line tools and available signing identities or automatic signing. Developers reach for asc-xcode-build when they need a reproducible IPA or PKG export path integrated with asc release tooling rather than debugging xcodebuild flags manually.1.2kinstalls10Asc Testflight Orchestrationasc-testflight-orchestration in rudrankriyam/asc-skills helps developers manage TestFlight distribution entirely through asc CLI commands. The skill exports configuration to testflight.yaml with optional build and tester inclusion, paginates group listings, creates named beta groups, and updates What to Test notes per build. Commands mirror the rorkai asc skills set, including asc testflight config export and asc testflight groups create with app ID flags. Developers reach for this skill when rolling out iOS betas from terminal-driven release tooling and avoiding repeated App Store Connect UI navigation across testers and builds.1.2kinstalls11Asc Shots Pipelineasc-shots-pipeline is a skill from rudrankriyam/asc-skills that automates the full iOS App Store screenshot pipeline from building the app to framed upload. The workflow uses xcodebuild and simctl for build-run, AXe for UI actions driven by JSON settings and plan files, Koubou-based framing via asc screenshots frame, and upload through asc screenshots upload. Current scope implements build/run, AXe-driven simulator flows, frame composition, and screenshot-to-upload pipelines. Developers reach for asc-shots-pipeline when they need agent-driven capture of iOS simulator screenshots for App Store listings without manual framing and upload steps.1.2kinstalls12Asc Ppp Pricingasc-ppp-pricing is a rudrankriyam asc-skills workflow for per-territory App Store Connect pricing on subscriptions and in-app purchases. It prefers current high-level asc flows: asc subscriptions setup and asc iap setup for new products, asc subscriptions pricing for subscription changes, and asc iap pricing summary plus import and schedule commands for IAP updates. Developers reach for asc-ppp-pricing when implementing purchasing-power-parity or custom regional pricing strategies across territories without manually clicking through App Store Connect for every country.1.2kinstalls13Asc Workflowasc-workflow is an asc-skills package for repo-local automation using asc workflow validate, asc workflow list, and asc workflow run against .asc/workflow.json files. Workflows execute trusted shell commands, stream step output to stderr, and keep stdout as machine-readable JSON for scripting. The skill covers safe release and TestFlight workflows with step outputs, resume support, and audit trails. Developers reach for asc-workflow when replacing ad-hoc release scripts with validated, repeatable lanes inside an Apple App Store Connect CLI project.1.2kinstalls14Asc Subscription Localizationasc-subscription-localization is a Claude Code skill for App Store Connect subscription and IAP localization at scale. The skill drives the asc CLI to bulk-create or bulk-update display names and descriptions for subscriptions, subscription groups, and in-app purchases across supported App Store locales, replacing repetitive language-by-language edits in App Store Connect. Developers reach for asc-subscription-localization when a subscription tier or IAP ships in multiple markets and every locale needs consistent naming before review or release. Preconditions include asc authentication via `asc auth login` or ASC_* environment variables. The workflow targets all App Store Connect locales referenced in the skill documentation, including the 37-locale coverage stated in the catalog description.1.2kinstalls15Asc App Create Uiasc-app-create-ui is a local-only App Store Connect automation skill that drives the New App web form through Playwright, Cursor browser MCP, or equivalent tools while the user stays signed in. Apple exposes no public API for creating app records, so the skill collects required inputs—app name, bundle ID, SKU, primary language, and platform—and submits the form via UI automation after confirming the bundle ID is already registered in Apple Developer. Developers reach for asc-app-create-ui when CI or agent workflows need an ASC app shell before metadata upload, TestFlight builds, or first submission. The workflow is opt-in, requires an authenticated session including 2FA, and assumes bundle IDs exist in the Developer portal first.1.1kinstalls16Asc Crash Triageasc-crash-triage is an iOS agent skill that uses the asc CLI to pull TestFlight crash reports, beta tester feedback, and performance diagnostics, then returns human-readable summaries from JSON output. The workflow resolves an app ID with `asc apps list`, fetches the relevant dataset, and parses results for crashes, app hangs, disk writes, and launch diagnostics. Developers reach for asc-crash-triage when a TestFlight build shows regressions and they need a structured crash summary without manually clicking through App Store Connect. It triggers on requests about TF crashes, beta feedback, or performance diagnostics for a specific build or app.1.1kinstalls17Asc Notarizationasc-notarization is a macOS release skill from rudrankriyam/asc-skills that walks developers through archiving, exporting, signing with a Developer ID Application certificate, and submitting apps for Apple notarization using xcodebuild and the asc CLI. Preconditions include Xcode with command line tools, asc auth login or ASC_* environment variables, a valid Developer ID Application identity in the keychain, and a macOS-targeted Xcode project. The skill includes a preflight step to verify the signing identity before archiving. Developers reach for asc-notarization when preparing a macOS build for secure distribution outside the Mac App Store.1.1kinstalls18Asc Aso AuditASC ASO Audit is an asc-skills agent workflow that enforces Apple's App Store optimization rules before submission. It verifies that title, subtitle, and keyword fields—which are indexed for search—are used correctly while treating description and promotional text as conversion copy rather than indexed metadata. The skill flags description keyword coverage that improves conversion and checks screenshot captions, which Apple OCR-indexes following the June 2025 algorithm update. iOS developers and release managers reach for ASC ASO Audit when a listing is draft-ready but needs a structured pass against documented ASO rules instead of manual checklist review.1.1kinstalls19Asc Revenuecat Catalog Syncasc-revenuecat-catalog-sync from rudrankriyam/asc-skills keeps App Store Connect and RevenueCat catalogs aligned when bootstrapping RevenueCat from an existing ASC catalog, creating missing ASC subscriptions or IAPs, or running a drift audit before release. The workflow uses asc MCP plus RevenueCat MCP to map store items into RevenueCat products, entitlements, offerings, and packages deterministically. iOS developers reach for this skill when subscription metadata diverges between Apple’s store backend and RevenueCat dashboards and manual spreadsheet reconciliation is error-prone.1.1kinstalls20Asc Whats New Writerasc-whats-new-writer is an agent skill from rudrankriyam/asc-skills that follows App Store release note guidelines with optional New, Improved, and Fixed sections included only when they have content. The skill enforces the 170-character rule: the opening sentence must stand alone on the app page before users tap more, so it leads with the single most impactful change in a complete sentence rather than a truncated list. Developers reach for asc-whats-new-writer when shipping iOS updates and need store copy that highlights user-visible wins, credible fixes, and concise improvements. Example guidance targets hooks around 168 characters that communicate value immediately. Use it at release time when App Store Connect What's New fields need polished, conversion-minded text aligned to Apple's visible preview limit.1.1kinstalls21Asc Wall Submitasc-wall-submit is an agent skill that walks developers through submitting or updating a Wall of Apps entry via the App Store Connect CLI. The skill supports two input paths: a standard App Store flow using an app ID, or a manual pre-release flow using a link plus app name. Developers reach for asc-wall-submit when they say "submit to wall of apps", "add my app to the wall", or need the exact `asc apps wall submit` command sequence from the App-Store-Connect-CLI repository. It automates the CLI submission workflow for new listings and updates to existing Wall of Apps entries.1kinstalls22Asc Screenshot Resizeasc-screenshot-resize is a skill from rudrankriyam/asc-skills for preparing App Store Connect screenshots on macOS. It discovers current accepted dimensions from the asc CLI—`asc screenshots sizes --output table` and `asc screenshots sizes --all --output table`—instead of hard-coded size tables, then resizes with sips and validates locally via `asc screenshots validate --path` before upload. Developers reach for it when iPhone or iPad screenshots fail App Store Connect dimension checks. The asc CLI owns the size matrix as the source of truth, keeping the skill current as Apple updates requirements.889installs23Asc Apple Adsasc-apple-ads from rudrankriyam/asc-skills equips agents to operate Apple Search Ads via App Store Connect patterns: campaign setup, keyword bidding, creative variants, budget controls, and performance review aimed at improving iOS app store discovery during launch.257installs24Gpd CliComprehensive guide to asc CLI commands, flags, pagination patterns, and structured JSON output. Covers canonical verbs, parameter combinations, and automation-friendly output formats for reliably automating App Store Connect workflows. Essential reference for building asc-based agents and CI/CD pipelines.34installs25Gpd Cli UsagePractical skill providing the correct asc CLI commands, flags, and patterns for App Store Connect operations. Covers builds, metadata updates, TestFlight distribution, submission workflows, and Apple Ads management. Helps agents construct accurate CLI invocations and understand pagination, output formats, and authentication requirements.34installs26Gpd Metadata SyncManage App Store metadata and localizations via asc CLI. Pull metadata into local files, validate character limits, update privacy policies, translate descriptions and keywords, and safely push changes back. Supports legacy metadata format migration and ensures consistency across locales before app release.31installs27Gpd Ppp PricingSet territory-specific pricing using purchasing power parity (PPP) principles. Update App Store subscription and IAP pricing for regions like India, Brazil, Mexico based on local purchasing power. Provides a structured approach to regional pricing strategies and price verification.31installs28Gpd Release FlowOrchestrate iOS/macOS releases through stage-upload-submit workflows with confirmation gates. Supports staging prepared versions, uploading builds, publishing to App Store, and submitting for review. Provides dry-run previews and confirmation-oriented execution to ensure releases are intentional and coordinated.31installs29Gpd BetagroupsAgent skill for managing TestFlight beta groups and testers in App Store Connect. Create groups, add external/internal testers, assign builds, and coordinate beta rollout phases. Automates the full TestFlight workflow via the asc CLI and MCP tools.30installs30Gpd Build LifecycleManage iOS/macOS build lifecycle via App Store Connect—monitor processing status, find the latest processed build, setup expiration policies, and automate cleanup of old builds. Integrates with asc CLI to track build readiness and health across TestFlight and App Store channels.30installs31Gpd Id ResolverResolve App Store Connect IDs for apps, builds, versions, groups, testers, and subscriptions by name. Provides deterministic outputs for automation, especially useful in agents that need stable IDs across CI/CD pipelines and workflows. Covers API 4.4.1 IAP and subscription lookups.30installs32Gpd Submission HealthValidate app submission readiness and diagnose blockers. Classifies issues (metadata, compliance, privacy, digital-goods, availability) and routes repairs. Monitors review state, manages cancellations, and provides safe retry decisions. Essential for ensuring apps pass submission validation before and during App Store review.30installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

rudrankriyam/asc-skills · 32 skills · Skillselion