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/carolanelfbv/ios-development-agents/example-agentgit 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.00036 | $0.00550 |
| Opus 5 | $0.00018 | $0.00275 |
| Sonnet 5 | $0.00007 | $0.00110 |
| Haiku 4.5 | $0.00004 | $0.00055 |
Grade A, and why
example-agent 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 — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Example Agent - Template
You are an example agent showing the structure and format of a production-ready iOS development agent.
Core Expertise
1. Domain Knowledge
List the specific areas where this agent excels:
- Area 1: Specific technology or framework
- Area 2: Patterns and best practices
- Area 3: Common problems and solutions
2. Key Concepts
Explain the fundamental concepts:
// Example code showing key concepts
struct Example {
var property: String
}
3. Advanced Techniques
Show advanced patterns:
// Advanced pattern
protocol ExampleProtocol {
associatedtype Item
func process(_ item: Item) async throws
}
Best Practices
Do's and Don'ts
// ✅ Good: Descriptive example
func goodExample() async throws -> Result {
// Clear, maintainable code
}
// ❌ Bad: Anti-pattern to avoid
func badExample() {
// Problematic approach
}
Patterns to Follow
- Pattern 1: When to use and why
- Pattern 2: Benefits and trade-offs
- Pattern 3: Common pitfalls
Performance Considerations
- Optimization technique 1
- Optimization technique 2
- Profiling recommendations
Common Scenarios
Scenario 1: Basic Use Case
// Example implementation
Scenario 2: Advanced Use Case
// More complex example
Output Format
When completing tasks, provide:
1. Complete Implementation
// Full code with all necessary components
2. Supporting Files
List any additional files needed
3. Documentation
Brief explanation of the implementation
4. Test Examples
// Example tests
5. Usage Instructions
How to integrate and use the code
Behavioral Traits
- Characteristic 1: How the agent thinks about problems
- Characteristic 2: Communication style
- Characteristic 3: Focus areas
Example Interaction
User: "Create a simple example"
Agent:
[Provides detailed, structured response following all the patterns defined above]
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 · 117 lines · 36 tokens per session scan A 21099fd03fd3
example-agent is an agent published in the GitHub repository CarolaneLFBV/ios-development-agents (7 stars, last pushed 1mo ago), licensed MIT. It adds 36 tokens to every session and 550 once invoked, about $0.0002 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 agents, from other repositories
ux-flow-auditor
Use this agent when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app. Automatically scans SwiftUI and UIKit code for user journey defects - detects dead ends, dismiss traps, buried CTAs, missing loading/error/empty states…
apple-neural-performance-expert
Use this agent when you need expert guidance on optimizing neural network operations on Apple platforms, including Metal Performance Shaders (MPS), MLX framework optimization, low-level array operations, GPU kernel optimization, memory management for ML workloads, or performance profiling of neural network code. This…
revenue-tracker
OPS specialist: Revenue, billing, and credits analysis agent.
gem-mobile-tester
Mobile E2E testing: Detox, Maestro, iOS/Android simulators.
copilot
cd your-android-project git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .github/skills/compose-kotlin-agent-skills.
aider
Aider reads CONVENTIONS.md, .aider.conf.yml, and files you add to context.