Agent
Issues and PRDs for this repo live as markdown files in .scratch/. GitHub Issues on semantic-craft/iOS-vibebuddy is not used for work tracking.
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
Agent
Issues and PRDs for this repo live as markdown files in .scratch/. GitHub Issues on semantic-craft/iOS-vibebuddy is not used for work tracking.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
ahmed3elshaer/everything-claude-code-mobile
Agent
Jetpack Compose patterns specialist. Guides on state management, recomposition optimization, theming, animations, and Compose best practices. Use when building or reviewing Compose UI.
ahmed3elshaer/everything-claude-code-mobile
Agent
Mobile architecture expert. Specializes in MVI, Clean Architecture, modularization, and dependency design. Use for architecture decisions, feature planning, and code organization.
ahmed3elshaer/everything-claude-code-mobile
Agent
SwiftUI patterns specialist. Guides on state management, view optimization, theming, animations, and SwiftUI best practices. Use when building or reviewing SwiftUI UI.
kylehughes/apple-platform-build-tools-claude-code-plugin
Agent
STRONGLY PREFER to delegate Apple platform builds, tests, and device operations 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, managing…
Agent
Layer 3 systematically scans ALL entry points from Layer 1 and applies issue detection rules. Unlike Layer 2 (which traces specific flows in depth), Layer 3 does a breadth-first scan to categorize issues across the entire codebase.
Agent
Layer 4 evaluates workflows from the user's perspective. While Layers 1-3 analyze code structure, Layer 4 asks: "Does this workflow help the user achieve their goal?".
Agent
Layer 5 verifies that features use real user data instead of mock/hardcoded values, and that model capabilities are fully wired into the features that need them. While Layers 1-4 audit navigation and UX, Layer 5 audits whether the data flowing through those workflows is genuine.
Agent Claude Code
Audits SwiftUI and UIKit code for VoiceOver, Dynamic Type, contrast, tap targets, and motion/transparency settings. Read-only — reports findings with file:line and the specific fix. Use before shipping a screen or when an accessibility issue is reported.
Agent Claude Code
Specialist for Apple's Foundation Models framework and Apple Intelligence — on-device and Private Cloud Compute language models, @Generable structured output, tool calling, Dynamic Profiles, and multimodal prompts. Use when building, reviewing, or debugging any on-device LLM feature. Enforces availability gating and…
Agent Claude Code
Investigates iOS performance problems — scroll hitches, slow launch, memory growth, main-actor contention, over-invalidating SwiftUI views. Measures before concluding and never optimizes on suspicion. Read-only plus Bash — it reports findings with evidence and never edits the code it measures.
Agent
Builds complex custom SwiftUI views using standard SwiftUI components with TTBaseUIKit design tokens (XView/XSize/XFont). Does NOT use TTBaseSUI wrapper components.
Agent
Reviews native SwiftUI code for iOS 14+ API compliance, accessibility, performance, design, and TTBaseUIKit token compliance. Does NOT check for TTBaseSUI components.
Agent
Builds complete SwiftUI screens and components following TTBaseSUI and MVVM standards.
verygoodsecurity/vgs-collect-ios
Agent Codex
This file is the contributor-agent entrypoint for maintenance work in this repo.
verygoodsecurity/vgs-collect-ios
Agent Codex
This is an internal contributor guide describing how customers use VGSCollectSDK so maintenance changes preserve integration behavior.
Agent
UIKit scene runtime (MultiplexSceneDelegate + UIKitSceneRootViewController; SwiftUI survives ONLY where visionOS's ornament API needs a View): classic Deck window + N Terminal windows, or one adaptive Shell (real FleetWall + one ordered TerminalWindowRoute tab set); a terminal window/shell = ordered tabs, each tab a…
Agent
Tools/dev-sshd/harness.sh runs a user-mode sshd on 127.0.0.1:2222 (own keys under Tools/dev-sshd/state/, never touches /.ssh).
Agent
Multiplex ships English (source), Traditional Chinese (zh-Hant, Taiwan wording) and Japanese (ja). Decisions below were settled 2026-08-18; do not re-litigate without new facts.
Agent Claude Code
Runs a build/test command (gradle, xcodebuild, npm, vitest) and returns a compressed failure summary — first failing task, error message, file:line — instead of raw logs.
Agent Claude Code
Writes or updates user-facing docs (README sections, setup guides, CI recipes) from the actual code and PLAN.md. Not for API design or code changes.
Agent Claude Code
Implements a well-specified, self-contained coding task (one module, one command, one component) from a detailed spec. Not for architecture decisions or cross-cutting changes.
Agent Codex
Bazel-first MCP server + CLI for iOS, modeled after getsentry/XcodeBuildMCP but swapping xcodebuild for bazel.