swift agents

96 tagged swift, measured the same way as everything else here.

Browse within: ios 73swiftui 35android 17base-project 17baseview 17kotlin 17kotlin-multiplatform 17programmatically-layout 17herdr 14terminal 14terminal-app 14tmux 14axiom 12macos 11

i18n

01

uzairansaruzi/hermex

Agent

Hermex ships one String Catalog, HermesMobile/Resources/Localizable.xcstrings, included in the app, widget, and share-extension targets. Every user-facing literal is already externalized (String(localized:) / LocalizedStringKey), so adding a language is normally translation-only — no Swift edits.

1.2k 2d ago A 0 tokens original MIT

kanban

02

uzairansaruzi/hermex

Agent

Durable rules for the shipped Kanban feature (HermesMobile/Features/Kanban/). These are normative where they differ from the desktop WebUI. Vocabulary is owned by root CONTEXT.md: upstream task/taskid stay network-boundary names; user-facing and Swift domain names use Card with a Kanban qualifier.

1.2k 2d ago A 0 tokens original MIT

uzairansaruzi/hermex

Agent

Which app state is per-server versus intentionally global, where each lives, and which tests guard the isolation. Almost all isolation holds by construction through the server-keyed view tree and cache keys described below; "Clear Offline Cache" is explicitly scoped to the active server.

1.2k 2d ago A 0 tokens original MIT

domain

04

shaps80/SwiftUIBackports

Agent

How engineering skills should consume this repo's domain documentation.

1.1k 2mo ago A 0 tokens original MIT

issue-tracker

05

shaps80/SwiftUIBackports

Agent

Issues and PRDs for this repo live as GitHub issues in shaps80/SwiftUIBackports. Use the gh CLI for operations when connector tools are not already handling GitHub work.

1.1k 2mo ago A 0 tokens original MIT

triage-labels

06

shaps80/SwiftUIBackports

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.

1.1k 2mo ago A 0 tokens original MIT

domain

07

christopherkarani/Swarm

Agent

How the engineering skills should consume this repo's domain documentation when exploring the codebase.

574 2d ago A 0 tokens copy · 72% MIT

issue-tracker

08

christopherkarani/Swarm

Agent

Issues and PRDs for this repo live as GitHub issues on christopherkarani/Swarm. Use the gh CLI for all operations.

574 2d ago A 0 tokens copy · 94% MIT

triage-labels

09

christopherkarani/Swarm

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.

574 2d ago A 0 tokens copy · 81% MIT

check-diagnoser

10

adamayoung/TMDb

Agent Claude Code

No-fix diagnoser for one failing PR status check on the TMDb repo — runs the routed diagnosis skill (/diagnose-ci-failure or /diagnose-integration-failure) and returns only its three-section Summary / Likely cause / Suggested fix result, never raw logs; it reports, never applies. Spawned by /fix-pr-checks (directly…

176 7d ago A 125 tokens original Apache-2.0

code-reviewer

11

adamayoung/TMDb

Agent Claude Code

Code reviewer subagent to be used to review code changes when asked, or at appropriate points when implementing new features.

176 7d ago A 26 tokens original Apache-2.0

tooling-runner

12

adamayoung/TMDb

Agent Claude Code

Haiku runner for TMDb build/test commands — executes exactly one make target (or its xcode-tools MCP equivalent), writes the full output to a .build/last-.log file, and returns only a concise pass/fail + failures-as-file:line summary. Spawned by the /build, /build-for-testing, /test, and /integration-test skills; not…

176 7d ago A 89 tokens original Apache-2.0

claude-code

13

metedata/Remarc

Agent

Connect Claude Code to Remarc with the remarc plugin, and optionally let comments wake live sessions with remarc-hooks.

66 10d ago A 24 tokens original MIT

omp

14

metedata/Remarc

Agent

Install Remarc's public OMP plugins, verify the MCP connection, and pair a session for instant comment delivery.

66 10d ago A 23 tokens original MIT

webhooks

15

metedata/Remarc

Agent

Send Remarc comment events as HTTP POST JSON to Zapier, Make, n8n, IFTTT, Slack, or any other endpoint that accepts JSON.

66 10d ago A 33 tokens original MIT

compose-guide

16

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.

64 2mo ago A 33 tokens original MIT

mobile-architect

17

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.

64 2mo ago A 32 tokens original MIT

swiftui-guide

18

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.

64 2mo ago A 37 tokens original MIT

Terryc21/workflow-audit

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.

58 4d ago A 0 tokens original Apache-2.0

Terryc21/workflow-audit

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?".

58 4d ago A 0 tokens original Apache-2.0

layer5-data-wiring

21

Terryc21/workflow-audit

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.

58 4d ago A 0 tokens original Apache-2.0

tqtuan1201/TTBaseUIKit

Agent

Builds complex custom SwiftUI views using standard SwiftUI components with TTBaseUIKit design tokens (XView/XSize/XFont). Does NOT use TTBaseSUI wrapper components.

23 1mo ago A 42 tokens original MIT

tqtuan1201/TTBaseUIKit

Agent

Reviews native SwiftUI code for iOS 14+ API compliance, accessibility, performance, design, and TTBaseUIKit token compliance. Does NOT check for TTBaseSUI components.

23 1mo ago A 43 tokens original MIT