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/bitflight-devops/mcp-json-yaml-toml/agents-mdgit clone --depth 1 https://github.com/bitflight-devops/mcp-json-yaml-tomlWrote 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/bitflight-devops/mcp-json-yaml-toml/agents-md)<a href="https://agentmods.dev/instructions/bitflight-devops/mcp-json-yaml-toml/agents-md"><img src="https://agentmods.dev/badge/instructions/bitflight-devops/mcp-json-yaml-toml/agents-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.01172 | $0.01172 |
| Opus 5 | $0.00586 | $0.00586 |
| Sonnet 5 | $0.00234 | $0.00234 |
| Haiku 4.5 | $0.00117 | $0.00117 |
Grade A, and why
mcp-json-yaml-toml AGENTS.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 today.
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 — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MCP JSON/YAML/TOML Server - AI Agent Instructions
AI agents working in this repository follow these instructions for consistency, quality, and architectural integrity.
Project Context
Purpose: MCP server for advanced JSON/YAML/TOML manipulation using yq
Stack: Python 3.11-3.12+, FastMCP, uv, hatchling
Core Components:
yq_wrapper.py- Local binary managementschemas.py- Schema discoverylmql_constraints.py- LMQL constraint validation
Design Principles:
- 100% local processing (no API keys required)
- High-fidelity format preservation (comments, anchors, whitespace)
- Unified tools with parameters (avoid tool proliferation)
- Cursor-based pagination (10KB chunks for large files)
Linting Philosophy
<linting_principles>
Linting errors indicate deeper issues in architecture, type flow, or logic. Address root causes rather than suppressing symptoms.
Resolution Hierarchy:
- Structural/type problems → Fix architecture or type annotations
- Formatting/style → Use automated tools (
ruff format,prettier) - True false positives → Document why before suppressing
Suppression Usage:
- Acceptable: Vendored code, intentional examples, platform-specific constraints
- Unacceptable: Structural problems, type errors, logic issues
Reason: Suppressions (# type: ignore, # noqa) hide technical debt. Fixing root causes improves system health.
</linting_principles>
Development Workflow
Environment Setup
uv sync # Install dependencies and dev-tools
Dependency Management
uv add <package> # Add runtime dependency
uv add --dev <package> # Add dev dependency
uv remove <package> # Remove dependency
uv add/remove handles version resolution, lockfile updates, and installation atomically. Manual pyproject.toml edits bypass dependency resolution and cause inconsistent environments.
Verification Protocol
<verification_workflow>
After editing files, verify only changed files (surgical verification prevents diff pollution):
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.
- today Changed · -1 lines · -28 tokens per session 69a629fa16c2
- 4d ago First seen · 188 lines · 1,200 tokens per session scan A ee0daaf3c1ea
mcp-json-yaml-toml AGENTS.md is an instructions file published in the GitHub repository bitflight-devops/mcp-json-yaml-toml (9 stars, last pushed 4d ago), licensed MIT. It adds 1,172 tokens to every session, about $0.0059 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
reapfield AGENTS.md
AGENTS.md instructions for PedroHenriqueNS/reapfield, covering agents.md, the short version, two rules that override anything else you infer and commits.
prism AGENTS.md
AGENTS.md instructions for tools-for-agents/prism, covering agents.md — prism, setup, the four verbs, the rules this repo is built on and tests.
super-mcp-server CLAUDE.md
Instructions for berrydev-ai/super-mcp-server, covering super mcp server development guide, project overview, core architecture, code style guidelines and planning phase.
blockrun-mcp AGENTS.md
AGENTS.md instructions for BlockRunAI/blockrun-mcp, covering blockrun mcp, commands, project structure, key dependencies and install in codex.
openrouter-mcp-multimodal AGENTS.md
AGENTS.md instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).
intervals-icu-mcp CLAUDE.md
Instructions for hhopke/intervals-icu-mcp, covering claude.md, project overview, development commands, architecture (quick reference) and tool categories.