ios agents

161 tagged ios, measured the same way as everything else here.

Browse within: swift 73android 44swiftui 34agent-skill 24github-copilot 24macos 20herdr 18base-project 17baseview 17kotlin 17kotlin-multiplatform 17programmatically-layout 17terminal 14terminal-app 14

gotchas

49

DebugSwift/XcodeBazelMCP

Agent Codex

Agent "gotchas" from DebugSwift/XcodeBazelMCP, covering gotchas & known issues, build & config, simulator, device and logging.

7 1mo ago B 0 tokens original MIT

testing

50

DebugSwift/XcodeBazelMCP

Agent Codex

230 unit tests via Vitest, coverage via @vitest/coverage-v8.

7 1mo ago A 0 tokens original MIT

agentic-workflows

51

TongilKim/ClauTunnel

Agent

GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing.

5 5mo ago A 24 tokens original MIT

quality-critic

52

honeycomb-Technologies/Mitsuro

Agent Cursor

Read-only critic for the quality-improve loop. Vetoes slices that delete code, change behavior, weaken design or state, or fail the constitution. Use on every proposal and every apply diff. Never edit files.

5 3d ago A 48 tokens original MIT

quality-modularize

53

honeycomb-Technologies/Mitsuro

Agent Cursor

Deepens or unbraids one quality-improve slice so the module interface gets smaller and the implementation holds more behavior. Use only for a single approved quality-improve slice. Never delete dead code or change tests.

5 3d ago A 48 tokens original MIT

quality-scout

54

honeycomb-Technologies/Mitsuro

Agent Cursor

Read-only scout for the quality-improve loop. Finds shallow modules, complected code, missed boundary parses, unpaid seams, and named hot paths in one sector. Use when quality-improve is running and a Scout Report is needed. Never edit files.

5 3d ago A 56 tokens original MIT

code-auditor

55

Kasempiternal/axiom-v2

Agent

Use this agent for code-level audits: concurrency, memory, Swift performance, Codable, or database schema. Supports --focus parameter to target specific audit areas. user: "Check my code for Swift 6 concurrency issues" assistant: [Launches code-auditor with --focus concurrency] user: "Can you check my code for memory…

4 6mo ago A 236 tokens original MIT

data-auditor

56

Kasempiternal/axiom-v2

Agent

Use this agent for data layer audits: Core Data, SwiftData, iCloud, or file storage. Supports --focus parameter to target specific data technologies. user: "Check my Core Data code for thread safety issues" assistant: [Launches data-auditor with --focus core-data] user: "Audit my SwiftData models for issues"…

4 6mo ago A 199 tokens original MIT

ui-auditor

57

Kasempiternal/axiom-v2

Agent

Use this agent for SwiftUI UI audits: architecture, performance, navigation, layout, liquid glass, or text rendering. Supports --focus parameter to target specific audit areas. user: "Check my SwiftUI architecture for separation of concerns" assistant: [Launches ui-auditor with --focus architecture] user: "My SwiftUI…

4 6mo ago A 287 tokens original MIT

skill-tuning-reader

58

patrickserrano/lacquer

Agent

Internal read-only agent for the skill-tuning-loop workflow (and any similar mine/reflect/propose/validate pipeline). Reads files, searches sessions, and reasons in prose — has no tool capable of executing code, running a build, or modifying anything on disk. Not for direct human invocation; referenced only via a…

3 3d ago A 77 tokens original MIT

software-architect

59

patrickserrano/lacquer

Agent

Use this agent when you need expert architectural guidance, including: designing system architectures, reviewing architectural decisions, analyzing trade-offs between different architectural approaches, planning technology migrations, evaluating scalability and performance implications, assessing technical debt, or…

3 3d ago A 208 tokens original MIT

patrickserrano/lacquer

Agent

Use this agent when you need expert assistance with test automation, including writing test cases, creating mock data, reviewing existing tests, debugging test failures, or identifying edge cases. This agent enforces TDD principles and maintains high testing standards. Examples.

3 3d ago A 55 tokens original MIT

emilianoeloi/ios-WK-UI-WebView

Agent

Use when: implementing requested Objective-C changes in WebView controllers, fallback logic, or navigation delegates with production-safe scope.

3 1mo ago A 29 tokens original MIT

emilianoeloi/ios-WK-UI-WebView

Agent

Use when: analyzing legacy WebView code flow, identifying behavioral risks, and documenting actionable implementation guidance without broad rewrites.

3 1mo ago A 29 tokens original MIT

rhyean88/apple-platform-build-tools-claude-code-plugin

Agent

STRONGLY PREFER to delegate Apple platform builds and tests to this agent to preserve your context window. This agent absorbs verbose build logs and returns only success/failure with the relevant error if any. Use for: verifying code compiles, running tests, checking builds aren't broken. Discovers schemes and…

3 3d ago A 69 tokens original MIT

android-agent

65

bentleypark/claude-code-mobile-spine

Agent

Part of mobile-spine

Implements Android features in ../myapp-android/ based on tasks/ specs and context/api/. Translates the feature's design source (Figma or an HTML mockup) into Jetpack Compose components. Never modifies ../myapp-ios/, ../myapp-backend/, or mobile-spine/.

1 1mo ago A 65 tokens original MIT

pm-agent

67

bentleypark/claude-code-mobile-spine

Agent

Part of mobile-spine

Reads a design source (Figma MCP or an HTML mockup) and context/api/ specs to write tasks/{feature}.md. Classifies the request into one of 5 values (A: existing endpoint / B: new endpoint in existing domain / C: new domain / D: backend not built / client-only: no endpoint changes) and runs case-specific pre-checks…

1 1mo ago A 122 tokens original MIT

Abdallah-Abdelazim/mobile-pr-review-plugin

Agent

Part of mobile-pr-review

Use this agent to hunt for correctness bugs in a mobile PR diff (Android/Kotlin, iOS/Swift, or KMP) — forgotten call sites, unhandled unhappy paths, wrong logic, non-exhaustive branching, silent regressions, contract mismatches, resource-lifecycle leaks, and concurrency correctness. Feed it the PR intent, full diff…

1 9d ago A 131 tokens original MIT

Abdallah-Abdelazim/mobile-pr-review-plugin

Agent

Part of mobile-pr-review

Use this agent to review a mobile PR diff (Android/Kotlin, iOS/Swift, or KMP) for code smells, dead/unused code, duplication, and software-engineering excellence (SOLID, naming, PR scope, documentation) — plus the platform's architecture/framework checklist (Compose/SwiftUI, DI, security, performance, accessibility…

1 9d ago A 134 tokens original MIT

Abdallah-Abdelazim/mobile-pr-review-plugin

Agent

Part of mobile-pr-review

Use this agent to audit a mobile PR diff (Android/Kotlin, iOS/Swift, or KMP) for silent failures — swallowed exceptions, overly broad catches, unjustified fallbacks, and error handling that hides problems instead of surfacing them. Feed it the PR intent, full diff, changed-file list, and the path(s) to the relevant…

1 9d ago A 99 tokens original MIT

cmp-orchestrator

71

kvdm-co-pilot/create-cmp

Agent

Part of create-cmp

Coordinator for multi-step Kotlin/Compose Multiplatform harness work — plans, writes self-contained briefs, delegates execution to Sonnet subagents, and gates everything through the project's own verify lane before reporting done. Use for milestone-sized or multi-file CMP tasks (add a feature end-to-end, a spec-driven…

0 4d ago A 110 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: