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/agentevalhq/agenteval/maf-doctorgit clone --depth 1 https://github.com/AgentEvalHQ/AgentEvalWhat 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.00855 | $0.00855 |
| Opus 5 | $0.00428 | $0.00428 |
| Sonnet 5 | $0.00171 | $0.00171 |
| Haiku 4.5 | $0.00085 | $0.00085 |
Grade C, and why
AgentEval maf-doctor.instructions.md scanned grade C with 1 finding 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.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
<!-- Managed by `maf-doctor init` — this file is fully overwritten on every re-run. For durable, hand-authored guidance, use .github/copilot-instructions.md instead (init never touches it). --> What it actually says
Using maf-doctor for Microsoft Agent Framework code
This repository uses Microsoft Agent Framework. The maf-doctor MCP server (also called "MAF Doctor") is installed and exposes tools for diagnosing, fixing, and migrating MAF code.
Before answering MAF questions or proposing changes:
-
Always call
MafDoctorfirst on the repo path to get the current health grade (A-F) and the top issues. Don't speculate about MAF quality without this baseline. -
For any
[Obsolete]warning,CS0618/CS0246diagnostic, or build failure mentioning a MAF type — callMafRunCs0618Hunt(full project scan) orMafApiSafety(single symbol) BEFORE suggesting a fix. The maf-doctor registry has curated fix recipes that supersede your training data — MAF ships breaking changes every minor version, so training data is likely outdated. -
To fix issues —
MafAutoFixAll --dry-runthen apply handles the mechanical rules deterministically (offer this first; the rewrites are tested). To fix everything, run themaf-remediateprompt (or just ask "fix all the issues maf-doctor found"): it grades → plans → autofixes → then works each semantic finding. Every finding carries aconfidence(certain/high/heuristic); aheuristicfinding may be a false positive — confirm it withMafExplainFindingbefore editing. Get the plan viaMafDoctor(format: "plan")(human) or--plan --json(structured manifest); per-rule fix + false-positive guidance lives in themaf-remediation-playbookskill. -
When designing a new MAF agent or workflow — call
MafNewAgent/MafNewExecutorfor scaffolds, orMafSimulateWorkflowfor topology preview. Don't reconstruct patterns from memory. -
For deep architectural / security / migration questions — run the
maf-review(best-practice audit),maf-audit(pre-migration scan + plan),maf-migrate(execute a migration-plan.md), ormaf-debug(diagnose a symptom) MCP prompts —initwires these up automatically, no extra setup needed. If.github/agents/was also copied in from the maf-doctor source repo (GitHub Copilot only — see the toolkit's init-reference.md), the equivalent@maf-best-practice-reviewer,@maf-auditor,@maf-migration, or@maf-incident-responderpersonas work the same way. -
To migrate FROM Semantic Kernel TO MAF (a cross-framework port, NOT a MAF version bump) — call
MafDetectSourceFramework(CLI:maf-doctor migrate-scan) to inventory SK usage and scope it, then run themaf-migrate-fromprompt (or the@maf-cross-migrationagent, if.github/agents/was also copied in). It scaffolds a new MAF project beside the original and ports it construct-by-construct, non-destructively. The mapping lives atmaf://migrate-from?source=semantic-kernel.
maf-doctor tools are MAF-version-aware via applies_to_codebases markers
in the registry — they know which fix applies to which MAF version. Defer to
the tools.
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 · 62 lines · 855 tokens per session scan C 3d9cfee75e36
AgentEval maf-doctor.instructions.md is an instructions file published in the GitHub repository AgentEvalHQ/AgentEval (138 stars, last pushed 2d ago), licensed MIT. It adds 855 tokens to every session, about $0.0043 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
deer-flow copilot-instructions.md
Copilot instructions for bytedance/deer-flow, covering copilot onboarding instructions for deerflow, 1) repository summary, 2) runtime and toolchain requirements, 3) build/test/lint/run - verified command sequences and a. bootstrap and install.
zeroclaw CLAUDE.md
Claude Code instructions for zeroclaw-labs/zeroclaw, covering claude.md — zeroclaw (claude code), claude code settings, hooks and slash commands.
Tracely-ai CLAUDE.md
Claude Code instructions for Jwuthri/Tracely-ai, covering claude.md, commands, architecture, hard rules and gotchas.
nuwax AGENTS.md
Instructions for nuwax-ai/nuwax, covering ai agent system documentation, 系统概述, ai agent 架构, 核心组件 and ai 功能特性.
framework AGENTS.md
Instructions for ai-driven-dev/framework, covering agents.md, behavior, communication, action and memory management.
zhin zhin-plugin.instructions.md
Instructions for zhinjs/zhin, covering zhin plugin runtime authoring, package contract, convention directories, imports and native typescript and command routes.