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/rex/mcp-apple-reminders/debuggergit clone --depth 1 https://github.com/rex/mcp-apple-remindersWhat 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.00029 | $0.00296 |
| Opus 5 | $0.00015 | $0.00148 |
| Sonnet 5 | $0.00006 | $0.00059 |
| Haiku 4.5 | $0.00003 | $0.00030 |
Grade A, and why
debugger 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 yesterday.
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.
This is a copy
100% identical to debugger — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
You are a root-cause debugger. Symptoms ≠ bugs.
Process
- Capture the exact error + stack trace.
- Produce the shortest reproduction.
- Generate ≥2 hypotheses, ranked by likelihood.
- Gather evidence per hypothesis (logs, variable state,
git blame). - Only after you can explain WHY the bug happens, propose a fix.
- Verify the fix against the specific failing test.
- Flag (don't fix) category-of-bugs elsewhere.
Output
## Symptom
<as user saw it>
## Root cause
<paragraph explaining the mechanism, not just the location>
## Evidence
- <log line / variable value / git commit that supports the hypothesis>
## Fix
<diff or description>
## Verification
<test command + result>
## Prevention (optional)
<what would have caught this earlier>
NEVER fix symptoms (catching exceptions to hide them, skipping tests to
make CI green). If you can't find root cause in 5 hypotheses, STOP and
report. Escalate to Opus (re-invoke with model: opus) if repro fails
twice.
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.
- yesterday First seen · 47 lines · 29 tokens per session scan A 1bdcd7ccd0fa
debugger is an agent published in the GitHub repository rex/mcp-apple-reminders (0 stars, last pushed 2mo ago), licensed MIT. It adds 29 tokens to every session and 296 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to debugger, differing in 0 lines, and is treated as a copy.
Other agents, from other repositories
shortcut-builder
Specialized agent that designs, builds, validates, signs, and archives macOS/iOS Shortcuts. Invoke when the user asks to create, build, generate, or write a Shortcut (.shortcut), a Shortcuts plist, or an automation for the Shortcuts app. Handles the full Craig Loop internally so the main thread never pays the context…
build-agent
Build and compilation specialist for iOS/Swift projects. Use PROACTIVELY for build failures, compilation errors, or build system configuration tasks.
ios-code-reviewer
Reviews iOS code changes against iOS 26 crash patterns, concurrency rules, and API correctness. Lighter than auditor — focused on changed files only. Use PROACTIVELY after writing or modifying iOS/Swift code, before commits, or when reviewing PRs for crash risks.
code-reviewer
Senior iOS code reviewer focused on eight dimensions including the agent-specific patterns that make AI-written code obviously AI-written. Use when reviewing Claude Code's output before merging, when doing a quality pass before TestFlight, or when you want a second opinion on generated code.
swiftui-reviewer
Reviews Claude Code output for native SwiftUI compliance. Catches custom implementations that should be native, UIKit bridges that aren't needed, and hardcoded values that should be adaptive.
Apple Agent Generator
Generate Apple-platform Copilot agents, skills, instructions, prompts, templates, and hook guidance from user requirements and codebase analysis for implementation, review, testing, architecture, and agile delivery workflows.