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.
git clone --depth 1 https://github.com/drewalth/claude-xcindexWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/drewalth/claude-xcindex/xcindex-status)<a href="https://agentmods.dev/commands/drewalth/claude-xcindex/xcindex-status"><img src="https://agentmods.dev/badge/commands/drewalth/claude-xcindex/xcindex-status/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/drewalth/claude-xcindex/xcindex-status"><img src="https://agentmods.dev/badge/commands/drewalth/claude-xcindex/xcindex-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What 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.1 | $0.00012 | $0.00420 |
| Opus 5 | $0.00006 | $0.00210 |
| Sonnet 5 | $0.00002 | $0.00084 |
| Haiku 4.5 | $0.00001 | $0.00042 |
Grade A, and why
status 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 9d 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
Call the status tool from the xcindex MCP server with the project path
inferred from the current working directory, or ask the user to provide it
if it can't be found.
If no projectPath or indexStorePath is available, scan ./ and ../ for
.xcodeproj or .xcworkspace files and use the first match.
Report, in this order:
- Index store path — the resolved
Index.noindex/DataStoredirectory. - Last index update timestamp — when Xcode last wrote the index.
- Stale files — any Swift files the user has edited this session that
are newer than the index. If the status response includes a
results may be stalenote on any path, surface it prominently. - Recommendation — one of:
- Up to date — "Tools are ready. Ask about references, overrides, conformances, or blast radius."
- Stale — show the exact rebuild command for the detected project:
- For
.xcworkspace:xcodebuild -workspace <name>.xcworkspace -scheme <scheme> -configuration Debug build - For
.xcodeproj:xcodebuild -project <name>.xcodeproj -scheme <scheme> -configuration Debug build - If the user prefers the IDE: "Open in Xcode and press Cmd+B."
- For
- No index found — suggest
/xcindex-setupto build from scratch, or running./bin/xcindex-doctorfor a full environment check.
Be concise. Three or four short lines of prose for up-to-date; a single commanded-line for stale; a one-sentence remediation for missing.
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.
- 9d ago First seen · 41 lines · 12 tokens per session scan A 36e842ba17a8
status is a command published in the GitHub repository drewalth/claude-xcindex (3 stars, last pushed 1mo ago), licensed MIT. It adds 12 tokens to every session and 420 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
flutter-build
Fix Dart analyzer errors and Flutter build failures incrementally. Invokes the dart-build-resolver agent for minimal, surgical fixes.
mobile
Mobile project management command. React Native/Flutter/Expo/Swift/Kotlin scaffolding, version sync, build and release guides.
mobile-app-testing
Read .cursor/playwright-skills/mobile-app-testing/SKILL.md and follow its instructions exactly. Treat that file's body as your operating instructions for this task. Template files to install live in .cursor/playwright-skills/mobile-app-testing/templates/.
apollo-check
Investigate the Apollo repository $ARGUMENTS and produce a detailed investigation for migration.
perf-investigate
Drive an iOS performance or memory-leak investigation on using Memory Graph + Time Profiler. Enforce data-before-architecture and stacked PRs.
flutter-template-refiner
Expert in iterative application-to-template refinement for Flutter applications. Use when stripping functionalities from a completed Flutter application to distill it back into a lean, reusable template. Specializes in systematic feature removal while maintaining application stability through version control, atomic…