By markdavidgan
Apple platform development skills (ios-standards, ios26-api-reference, ios-design, accessibility, concurrency, apple-review, ASC build checks, submission prep, verify-against-spec, complete-feature, merge-check, regression-test), App Store Connect MCP server, and build agent.
Validate Apple patterns in modified Swift files. Runs the apple-patterns-check skill.
EXHAUSTIVE engineering hardening: review → plan → fix ALL (P0-P2) → optimize → TestFlight alpha. Runs the apple-cleanup skill.
Design & keynote craftsmanship review → select issues → fix → TestFlight. Runs the apple-polish skill.
Full Apple-grade review (design + engineering + compliance + keynote). Review only, no fixes. Runs the apple-review skill.
Complete a feature with full validation across build, tests, lint, and patterns. Runs the complete-feature skill.
Architecture and design decision agent. Use PROACTIVELY for complex architectural decisions, ADR creation, or system design tasks requiring deep reasoning.
Deep codebase analyzer for architectural reviews, compliance audits, and comprehensive assessments. Use PROACTIVELY when evaluating architecture before major changes, auditing for Swift 6 compliance, identifying tech debt across modules, scoring code quality, or conducting engineering reviews that require systematic layer-by-layer analysis.
Build and compilation specialist for iOS/Swift projects. Use PROACTIVELY for build failures, compilation errors, or build system configuration tasks.
Code review specialist. Use PROACTIVELY after writing or modifying code for quality, security, and best practice verification.
General-purpose coding agent. Use for implementing features, fixing bugs, and writing tests. Can read, write, and edit code.
App Store pricing strategy, global equalization, subscription management, and regional pricing decisions using Apple's official 900-price-point system. Use when user asks about pricing tiers, IAP pricing, subscription pricing, regional pricing, price changes, App Store proceeds, base storefront selection, introductory offers, or promotional offers.
Create WWDC-Keynote-ready, self-contained HTML architecture diagrams for Apple platform apps (iOS, macOS, watchOS, tvOS, visionOS). Activates when users ask for app architecture, system design, data flow, module structure, or technical documentation for Apple apps. Produces ultra-beautiful, drill-down capable diagrams with Apple-native design language.
Exhaustive engineering hardening of an iOS app. Reviews for Swift 6 compliance, crash risks, App Store rejection risks, and tech debt; builds a surgical plan; dispatches parallel subagents to fix all P0-P2 issues; then pushes an alpha to TestFlight. Use for pre-submission cleanup and code hardening, not design polish.
Validate iOS code against Apple's best practices. Run during /ship, before commits, or when reviewing code for Apple-specific compliance. Triggers on "check patterns", "apple check", "pre-commit check", or "validate swift code".
Design and keynote-readiness craftsmanship review of an iOS app. Evaluates through Jony Ive (visual obsession) and Steve Jobs (demo readiness) perspectives, presents prioritized findings, then orchestrates parallel agents to fix selected issues and push a TestFlight build. Use for design polish, not engineering bugs.
Uses power tools
Uses Bash, Write, or Edit tools
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.
A comprehensive, multi-platform plugin set for Apple platform development. Covers Swift 6, SwiftUI, SwiftData, iOS 26+ APIs, design systems, accessibility, App Store Connect automation, testing, and advanced quality workflows.
Platforms: Claude Code · Cursor · Kimi Code · Antigravity · Codex CLI · Agy
| Skill | Domain | Purpose |
|---|---|---|
apple-cleanup | Quality | Exhaustive engineering hardening pipeline (P0–P2 fix → optimize → TestFlight) |
apple-patterns-check | Quality | Fast mechanical validation of Swift 6, SwiftUI, SwiftData, entitlements, safety |
apple-polish | Design | Design & keynote-readiness review → fix → TestFlight |
apple-review | Quality | 4-panel review (Design + Engineering + Compliance + Keynote) |
asc-build-check | ASC | CI build status/debug via App Store Connect MCP tools |
asc-submission | ASC | App Store submission prep, metadata, TestFlight distribution |
complete-feature | Workflow | Feature completion validation with parallel subagents |
ios-accessibility | Design | VoiceOver, Dynamic Type, tap targets, semantic grouping audit |
ios-asc | ASC | App Store Connect MCP tools reference |
ios-build | Engineering | Build system patterns, XcodeGen, 4-layer validation, CI/CD |
ios-design | Design | SwiftUI design system, iOS 26 Liquid Glass, ADHD-friendly UX |
ios-simulate | Engineering | iOS Simulator workflows, screenshot automation, device management |
ios-standards | Engineering | Swift 6.0+ standards, strict concurrency, @Observable, @MainActor |
ios-test | Engineering | XCTest patterns, SwiftData in-memory testing, UI testing, perf budgets |
ios26-api-reference | Reference | 3-tier API reference preventing hallucinated APIs |
merge-check | Quality | Pre-merge quality gate with 4 parallel subagents |
regression-test | Quality | Bug-fix workflow: failing test → fix → sibling pattern check |
swift6-concurrency | Engineering | Swift 6 concurrency error patterns and fixes |
verify-against-spec | Workflow | Parallel spec coverage verification |
| Agent | Tier | Purpose |
|---|---|---|
build-agent | Fast | iOS/Swift build troubleshooting |
auditor | Standard | Deep codebase analysis, architectural reviews |
ios-code-reviewer | Standard | Changed-files-only review against iOS 26 crash patterns |
| Command | Skill | Purpose |
|---|---|---|
/apple-check | apple-patterns-check | Fast pattern validation |
/apple-cleanup | apple-cleanup | Engineering hardening pipeline |
/apple-polish | apple-polish | Design polish pipeline |
/apple-review | apple-review | Full 4-panel review |
/complete-feature | complete-feature | Feature completion gate |
/setup-asc | — | ASC MCP server authentication setup |
App Store Connect MCP (mcp/asc/) — 80+ tools for CI/builds, TestFlight, signing, provisioning, metadata, app submission, IAP, and screenshots.
# Clone anywhere you want
git clone https://github.com/markdavidgan/apple-dev-skills.git
cd apple-dev-skills
# Install for your platform
./install.sh --platform claude # Claude Code
./install.sh --platform cursor # Cursor
./install.sh --platform kimi # Kimi Code
./install.sh --platform antigravity # Antigravity
./install.sh --platform codex # Codex CLI
./install.sh --platform agy # Agy
# Or install to all detected platforms
./install.sh --platform all
Marketplace:
/plugin marketplace add markdavidgan/apple-dev-skills
/plugin install apple-dev-skills
Manual:
./install.sh --platform claude
Installs to ~/.claude/skills/, ~/.claude/agents/, ~/.claude/commands/.
Marketplace: Import repo URL in Cursor → Plugins → Add Marketplace.
Manual:
./install.sh --platform cursor
Installs to ~/.cursor/skills/, ~/.cursor/agents/, ~/.cursor/commands/.
# From git (discovers plugin in subdirectory)
kimi plugin install https://github.com/markdavidgan/apple-dev-skills
# Or local
./install.sh --platform kimi
Installs to ~/.kimi/plugins/apple-dev/. Kimi discovers one SKILL.md + tools per plugin.
./install.sh --platform antigravity
Installs skills to ~/.gemini/antigravity/skills/apple-dev/.
./install.sh --platform codex
Installs skills to ~/.codex/skills/apple-dev/.
./install.sh --platform agy
Installs skills to ~/.agy/skills/apple-dev/.
Add --local to install into the current project directory (e.g., .claude/, .cursor/, .kimi/) instead of the global user directory:
npx claudepluginhub markdavidgan/apple-dev-skills --plugin apple-dev-skillsComprehensive 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.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
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.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.