Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/carolanelfbv/ios-development-agents/implementgit clone --depth 1 https://github.com/CarolaneLFBV/ios-development-agentsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00011 | $0.00578 |
| Opus 5 | $0.00005 | $0.00289 |
| Sonnet 5 | $0.00002 | $0.00116 |
| Haiku 4.5 | $0.00001 | $0.00058 |
Grade A, and why
implement scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/ios:implement - iOS Feature Implementation
Implement iOS features using $ARGUMENTS as the feature description.
Delegation
Coordinate specialists via the Task tool (each queries context7 before writing):
- architecture-specialist → structure, @Observable ViewModels, SwiftData models, DI
- swiftui-specialist → views, navigation, state
- swift-specialist → concurrency, generics, networking
- testing-specialist → if
--with-tests - swiftui-specialist → accessibility pass if
--accessibility
Run independent specialists in parallel; sequence steps that depend on prior output.
Arguments
| Flag | Values | Default | Description |
|---|---|---|---|
--framework |
swiftui|uikit|hybrid | swiftui | UI framework |
--pattern |
mvvm|tca|clean | mvvm | Architecture pattern |
--swiftdata |
- | - | Include SwiftData integration |
--cloudkit |
- | - | Enable CloudKit synchronization |
--with-tests |
- | - | Generate XCTest unit tests |
--accessibility |
- | - | Comprehensive accessibility support |
Workflow
1. requirements:
- Parse feature description
- Detect technology context
- Assess complexity
2. context7:
- Query Apple patterns
- Get framework best practices
3. implementation:
- Generate SwiftUI views or UIKit
- Implement @Observable ViewModels
- Create SwiftData models if needed
- Apply architectural pattern
4. validation:
- Generate XCTests if requested
- Check accessibility compliance
- Verify iOS version compatibility
Examples
# SwiftUI + MVVM
/ios:implement UserProfileView --framework swiftui --pattern mvvm
# SwiftData Feature
/ios:implement TaskManager --swiftdata --pattern mvvm --with-tests
# Full-featured
/ios:implement UserAuth --pattern tca --accessibility --with-tests
Output
# Implementation: [Feature]
## Summary: Framework | Pattern | iOS Version | Complexity
## Files Created: Views, ViewModels, Models, Tests
## Accessibility: VoiceOver ✅ | Dynamic Type ✅
## Next Steps: Integration, testing, verification
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 79 lines · 11 tokens per session scan A 9fc349950aa5
implement is a command published in the GitHub repository CarolaneLFBV/ios-development-agents (7 stars, last pushed 1mo ago), licensed MIT. It adds 11 tokens to every session and 578 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
feature
Post a feature to the Features Board on production and write tweets.
commit-all
Group all changes semantically and commit each group separately.
validate
Run lint and build to validate changes.
responsive-design-specialist
Use when a layout breaks between sizes. Arbitrary breakpoints, type that does not scale, images that blow out the grid, or a desktop design retrofitted onto mobile.
compose-test
Run Compose UI tests with Espresso. Verify critical user flows.
app-store-audit
Run an enterprise pre submission compliance audit on an iOS or Android app against Apple App Store and Google Play rejection rules. Pass a project path or run from the project root.