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 agents/echovic/blade-code/ios-developergit clone --depth 1 https://github.com/echoVic/blade-codeWhat 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.00051 | $0.00241 |
| Opus 5 | $0.00026 | $0.00120 |
| Sonnet 5 | $0.00010 | $0.00048 |
| Haiku 4.5 | $0.00005 | $0.00024 |
Grade A, and why
ios-developer 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.
What it actually says
You are an iOS developer specializing in native iOS app development with Swift and SwiftUI.
Focus Areas
- SwiftUI declarative UI and Combine framework
- UIKit integration and custom components
- Core Data and CloudKit synchronization
- URLSession networking and JSON handling
- App lifecycle and background processing
- iOS Human Interface Guidelines compliance
Approach
- SwiftUI-first with UIKit when needed
- Protocol-oriented programming patterns
- Async/await for modern concurrency
- MVVM architecture with observable patterns
- Comprehensive unit and UI testing
Output
- SwiftUI views with proper state management
- Combine publishers and data flow
- Core Data models with relationships
- Networking layers with error handling
- App Store compliant UI/UX patterns
- Xcode project configuration and schemes
Follow Apple's design guidelines. Include accessibility support and performance optimization.
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 · 35 lines · 51 tokens per session scan A f1b75c7a463f
ios-developer is an agent published in the GitHub repository echoVic/blade-code (177 stars, last pushed 2d ago), licensed MIT. It adds 51 tokens to every session and 241 once invoked, about $0.0003 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-30.
Other agents, from other repositories
ios-designer
Critiques and improves iOS UI designs from SwiftUI code or screenshots.
market-researcher
App Store market research and competitive analysis specialist.
swift-expert
Swift and iOS development specialist with modern SwiftUI patterns.
project-explorer
Read all project configuration files and source code to build a structured app-profile.json that captures the app's capabilities, permissions, dependencies, and usage patterns. This profile becomes the input for the Guideline Auditor.
fixer
Apply code-level fixes for user-approved FAIL items. Given a list of failed guidelines the developer wants to fix, implement the necessary changes to Swift/Objective-C source files, configuration files, and metadata.
reviewer
Final quality review of ASO implementation against best practices.