johnrogers/claude-swift-engineering

A collection of agents and skills to aid in the planning, implementation, documentation and testing of Swift/TCA code.

228Stars on the repository
33Mods indexed here, across every type
7mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

swift-search

01

johnrogers/claude-swift-engineering

Agent

Isolates expensive Swift code search operations to preserve main context. Delegates all exploratory 'where is X', 'find Y', 'locate Z' queries to prevent 10-50K tokens of grep noise from polluting conversation. Returns only final results with high-confidence locations. Use this agent INSTEAD of running grep/glob…

228 7mo ago A 82 tokens original MIT

swift-architect

02

johnrogers/claude-swift-engineering

Agent

Plan Swift features with architecture decisions, file structure, and implementation strategy. Use PROACTIVELY when starting any new Swift feature, before implementation begins.

228 7mo ago A 34 tokens original MIT

swift-documenter

04

johnrogers/claude-swift-engineering

Agent

Generate and maintain documentation — project README, package READMEs, and inline code comments. Use after feature completion or for documentation updates.

228 7mo ago A 31 tokens original MIT

swift-engineer

05

johnrogers/claude-swift-engineering

Agent

Implement vanilla Swift code — models, services, networking, persistence. Use when the plan specifies vanilla Swift (not TCA) architecture.

228 7mo ago A 31 tokens original MIT

swift-ui-design

08

johnrogers/claude-swift-engineering

Agent

Analyze UI mockups, screenshots, or descriptions to plan SwiftUI implementation. Use when starting from a visual design or UI description before feature planning.

228 7mo ago A 33 tokens original MIT

tca-architect

10

johnrogers/claude-swift-engineering

Agent

Design TCA (The Composable Architecture) feature architectures — state, actions, dependencies, navigation. Use when the plan specifies TCA and detailed architecture design is needed.

228 7mo ago A 39 tokens original MIT

tca-engineer

11

johnrogers/claude-swift-engineering

Agent

Implement TCA (The Composable Architecture) features — reducers, actions, state, dependencies. Use when the TCA design is complete and implementation is needed.

228 7mo ago A 37 tokens original MIT