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 instructions/jsavin/iac-mcp/claude-mdgit clone --depth 1 https://github.com/jsavin/iac-mcpWrote 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/instructions/jsavin/iac-mcp/claude-md)<a href="https://agentmods.dev/instructions/jsavin/iac-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/jsavin/iac-mcp/claude-md.svg" alt="Measured on agentmods" 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 | $0.07300 | $0.07300 |
| Opus 5 | $0.03650 | $0.03650 |
| Sonnet 5 | $0.01460 | $0.01460 |
| Haiku 4.5 | $0.00730 | $0.00730 |
Grade A, and why
iac-mcp CLAUDE.md 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 4d 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 — 942 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Vision
Building a universal bridge between AI/LLMs and native applications using Just-In-Time Discovery (JITD) to dynamically discover and orchestrate any installed app without pre-built integrations.
Core philosophy: Interoperability above all. Make everything work with everything else. Local-first, user control, no vendor lock-in.
Strategy: Bootstrap (no VCs), sustainable growth, open source core + proprietary UI.
Platform Strategy:
- Phase 1: macOS (AppleScript/JXA, SDEF parsing)
- Phase 5+: Multi-platform (Windows VBA/COM, Linux D-Bus, cross-platform)
- JITD architecture designed for any platform's native automation
Read the complete vision: planning/VISION.md and planning/ideas/the-complete-vision.md
Quick Reference
Essential Commands
# Development
npm install # Install dependencies
npm run build # Compile TypeScript
npm run dev # Development mode with watch
npm test # Run tests
npm start # Start MCP server
# Testing (use queued versions in agents to prevent memory exhaustion)
npm run test:unit # Unit tests only
npm run test:integration # Integration tests
npm run test:queued # ⚠️ AGENTS MUST USE THIS - queued test run
npm run test:queued:unit # ⚠️ AGENTS MUST USE THIS - queued unit tests
npm run test:queued:coverage # ⚠️ AGENTS MUST USE THIS - queued coverage
npx @modelcontextprotocol/inspector node dist/index.js # MCP Inspector
# Git workflow
git worktree add ../iac-mcp-<feature> -b feature/<name> # Create worktree
git push origin feature/<name> # Push feature branch (NEVER push to origin/main)
Documentation Quick Links
- Code Quality Standards - MANDATORY testing and DRY principles
- Vision - Complete project vision
- Roadmap - 18-month plan with phases
- Start Here - New contributor guide
- Decisions - All key decisions documented
- MVP Plan - Current phase implementation
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.
- 4d ago First seen · 942 lines · 7,300 tokens per session scan A 47ce53237279
iac-mcp CLAUDE.md is an instructions file published in the GitHub repository jsavin/iac-mcp (3 stars, last pushed 5mo ago), licensed MIT. It adds 7,300 tokens to every session, about $0.0365 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 instructions, from other repositories
apple-notes-mcp CLAUDE.md
Claude Code instructions for sweetrb/apple-notes-mcp, covering claude.md - apple notes mcp server, related documentation, critical: backslash escaping, why this matters and examples.
apple-mail-mcp CLAUDE.md
Claude Code instructions for sweetrb/apple-mail-mcp, covering claude.md - apple mail mcp server, configuring imap / smtp (when a user asks to set it up), critical: backslash escaping, why this matters and examples.
moonproxy-desktop AGENTS.md
AGENTS.md instructions for MoonProxyHQ/moonproxy-desktop, covering moonproxy, 功能, 技术栈, 目录结构 and 配置与数据存储.
che-apple-mail-mcp CLAUDE.md
Claude Code instructions for PsychQuant/che-apple-mail-mcp, covering spectra instructions, use /spectra: skills when, workflow, parked changes and release process.
unity-cross-platform-local-build-orchestrator AGENTS.md
Instructions for sinanata/unity-cross-platform-local-build-orchestrator, covering agents.md, what this project is, golden rules (do not violate), use it and interface.
pyapple-mcp CLAUDE.md
Instructions for 54yyyu/pyapple-mcp, covering claude.md, development commands, installation and development setup, install in development mode with dev dependencies and run the mcp server directly.