A collection of agents and skills to aid in the planning, implementation, documentation and testing of Swift/TCA code.
npx skills add https://github.com/johnrogers/claude-swift-engineering --skill swift-styleInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
Claude Code plugin marketplace for modern Swift/SwiftUI development
A specialized AI toolkit for building professional iOS/macOS features with modern Swift 6.2, TCA (The Composable Architecture), and SwiftUI. This plugin provides ultra-specialized agents that orchestrate planning, implementation, testing, and deployment.
The swift-engineering plugin is a production-ready toolkit for professional Swift development:
Add the plugin to Claude Code:
# Add marketplace source
/plugin marketplace add https://github.com/johnrogers/claude-swift-engineering
# Install swift-engineering plugin
/plugin install swift-engineering
Enable skill/agent evaluation hooks for better workflow discipline:
# 1. Symlink hooks-scripts to ~/.claude
ln -s /path/to/claude-swift-engineering/plugins/swift-engineering/hooks-scripts ~/.claude/hooks-scripts
# 2. Add to ~/.claude/settings.json
{
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "cat ~/.claude/hooks-scripts/UserPromptSubmit/skill-forced-eval-hook.sh"
},
{
"type": "command",
"command": "cat ~/.claude/hooks-scripts/UserPromptSubmit/agent-forced-eval-hook.sh"
}
]
}
]
}
}
See plugins/swift-engineering/hooks-scripts/README.md for complete hook documentation.
See plugins/swift-engineering/README.md for complete documentation on using agents and available workflows.
| Type | Agents | Responsibility |
|---|---|---|
| Planning | @swift-ui-design, @swift-architect, @tca-architect | Architecture decisions (Opus, read-only) |
| Implementation | @tca-engineer, @swift-engineer, @swiftui-specialist, @swift-test-creator, @documentation-generator, @swift-code-reviewer, @swift-modernizer | Code creation and review (Inherit) |
| Utilities | @swift-documenter, @search | API documentation and code search (Haiku) |
Architecture patterns (TCA, SwiftUI, modern Swift, advanced gestures), frameworks (SQLite, GRDB, StoreKit, networking), platform design (iOS 26, HIG, localization, haptics), and development tools (testing, style, diagnostics). Each skill provides deep guidance on modern patterns and best practices.
claude-swift-engineering/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
├── .github/workflows/ # CI/CD pipelines
├── plugins/
│ └── swift-engineering/ # Main plugin
│ ├── agents/ # 12 specialized agents
│ ├── skills/ # 18 comprehensive skills
│ ├── hooks-scripts/ # Hooks system
│ ├── scripts/ # Helper utilities
│ ├── rules/ # Development rules
│ └── README.md # Plugin documentation
└── worktrees/ # Git worktrees for features
When making changes, increment the plugin version:
bash plugins/swift-engineering/scripts/bump-plugin-version.sh <new-version>
This updates version numbers across plugin.json, marketplace.json, and other metadata files.
agents/ or skills/)plugin.json if defining new tool capabilitiesagents/) — Each agent has a .md file with metadata and instructionsskills/) — Knowledge resources agents reference, organized by topichooks-scripts/) — Executable hooks that enforce workflowsscripts/) — Utility shell scripts for automationrules/) — Development practices and decision-making frameworksdocs/) — Smoke tests and validation suiteThe plugin implements several key principles:
docs/plans/<feature>.mdSee plugins/swift-engineering/README.md for architecture details, workflow diagrams, and handoff models.
MIT License — See LICENSE file for details.
Author: John Rogers
Repository: claude-swift-engineering
Swift Version: 6.2+
iOS Deployment Target: 26.0+
For detailed documentation, agent specifications, and usage examples, see plugins/swift-engineering/README.md.