Complete iOS development toolkit: SwiftUI UI patterns, view refactoring, performance audits, Liquid Glass (iOS 26+), simulator and real-device debugging via XcodeBuildMCP, plus 22 App Store Connect CLI workflows for builds, releases, TestFlight, pricing, localization, screenshots, notarization, and ASO.
Create a new App Store Connect app record via browser automation. Use when there is no public API for app creation and you need an agent to drive the New App form.
Audit and optimize your app store presence. Use this skill when you need an ASO audit, want to improve app store ranking, optimize keywords, perform keyword analysis, or surface ranking gaps in App Store metadata.
Track build processing, find latest builds, and clean up old builds with asc. Use when managing build retention or waiting on processing.
Guidance for using asc cli in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.
Triage TestFlight crashes, beta feedback, and performance diagnostics using asc. Use when the user asks about TF crashes, TestFlight crash reports, beta tester feedback, app hangs, disk writes, launch diagnostics, or wants a crash summary for a build or app.
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.
27 AI skills for iOS development — SwiftUI patterns, Liquid Glass (iOS 26+), performance audits, simulator debugging via XcodeBuildMCP, and 22 App Store Connect CLI workflows for builds, TestFlight, releases, signing, pricing, screenshots, and localization.
Build iOS Apps is a Claude Code plugin that gives AI coding assistants deep, opinionated knowledge about iOS and App Store workflows. Instead of generic Swift help, you get:
asc CLI — from signing setup to PPP pricingNo boilerplate. No hallucinated APIs. Just focused, production-ready guidance.
claude plugin install aredes-marketplace build-ios-apps
npx skills add cristianoaredes/build-ios-apps -g -y
Clone this repo and copy it to your Claude Code plugins folder, then enable it in Claude Code settings.
| Skill group | Required tooling |
|---|---|
ios-debugger-agent | XcodeBuildMCP configured as MCP server |
asc-* (22 skills) | asc CLI installed and authenticated |
# Install via Homebrew
brew tap getsentry/xcodebuildmcp
brew install xcodebuildmcp
# Register with Claude Code
claude mcp add XcodeBuildMCP -- npx -y xcodebuildmcp@latest mcp
asc)# Install
brew install nicklama/tap/asc
# Authenticate
asc auth login
| Skill | Triggers when you ask about |
|---|---|
ios-debugger-agent | Run/debug an iOS app on Simulator, inspect UI, capture logs |
swiftui-liquid-glass | Adopt iOS 26+ Liquid Glass API, GlassEffectContainer, glass button styles |
swiftui-performance-audit | Slow scrolling, high CPU, dropped frames, SwiftUI invalidation storms |
swiftui-ui-patterns | TabView, NavigationStack, sheets, async state, custom components |
swiftui-view-refactor | Split large views, MV patterns, stable view trees, Observation cleanup |
| Skill | Triggers when you ask about |
|---|---|
asc-xcode-build | Archive, export IPA/PKG, build numbers, ExportOptions.plist |
asc-build-lifecycle | Build processing, latest build resolution, automated cleanup |
asc-release-flow | End-to-end App Store submission, first-time release blockers |
asc-submission-health | Preflight checks, review status, "version not in valid state" errors |
asc-wall-submit | Submit/update an entry in the Wall of Apps |
| Skill | Triggers when you ask about |
|---|---|
asc-testflight-orchestration | Beta groups, testers, build distribution, What to Test notes |
asc-crash-triage | TestFlight crash reports, feedback triage, performance diagnostics |
| Skill | Triggers when you ask about |
|---|---|
asc-signing-setup | Bundle IDs, capabilities, certificates, provisioning profiles |
asc-id-resolver | Resolve app/build/version/group IDs from names for automation |
| Skill | Triggers when you ask about |
|---|---|
asc-metadata-sync | App Store metadata sync, Fastlane format migration |
asc-localize-metadata | Translate listings to multiple locales, character limits |
asc-whats-new-writer | Generate What's New release notes from git log or bullets |
asc-aso-audit | ASO audit, keyword gaps, subtitle and description optimization |
asc-subscription-localization | Bulk-localize IAP and subscription display names |
| Skill | Triggers when you ask about |
|---|---|
asc-ppp-pricing | Territory-specific pricing, purchasing power parity strategies |
asc-revenuecat-catalog-sync | Sync ASC subscriptions/IAPs with RevenueCat catalog |
Claude Code power-user plugin: prompt sharpener, agent-driven workflows, tuning profiles, API injection controls, and CLAUDE.md templates — based on reverse-engineered internals.
npx claudepluginhub cristianoaredes/aredes-marketplace --plugin build-ios-appsComprehensive 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.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification