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/mohanagy/miftah/agents-mdgit clone --depth 1 https://github.com/mohanagy/miftahWhat 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.01438 | $0.01438 |
| Opus 5 | $0.00719 | $0.00719 |
| Sonnet 5 | $0.00288 | $0.00288 |
| Haiku 4.5 | $0.00144 | $0.00144 |
Grade A, and why
miftah 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 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.
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 — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Miftah agent instructions
madar
Codex CLI profile
IMPORTANT: This project has a madar knowledge graph. Use a strict context-pack-first workflow:
- First decide whether the task needs local repository source-code context. Only use madar when the task needs local repository source-code context. Skip madar for GitHub Projects board reviews, external URL/WebFetch-only tasks,
gh auth/gh projectsetup, package-registry/security pages, and Product Hunt or marketing copy work. - Before broad code search, file reads, or worker dispatch, compile a task-specific context pack:
madar pack "<task or question>" --task explain- use
--task review,--task debug, or--task impactwhen that better matches the work
- For each codebase question, start with the specific Madar command below first.
For each codebase question, start with the specific Madar command below first:
| Prompt type | First tool |
|---|---|
| "how does X work" / explain runtime / flow | madar pack "<task or question>" --task explain |
| "what breaks if I change X" / impact analysis | madar pack "<task or question>" --task impact |
| "which files should I open first" | relevant_files when MCP graph tools are available; otherwise madar pack "<task or question>" --task explain |
| "give me a repo overview" | graph_summary when MCP graph tools are available; otherwise madar pack "<task or question>" --task explain |
Inspect evidence.pack_confidence, recommended_first_read, and evidence.agent_directive before deciding whether to read files.
If evidence.pack_confidence is low, make one focused follow-up Madar call before broad raw search.
Do not run ToolSearch before calling a Madar command or graph tool — pick the matching command first, then refine with MCP graph tools only when they are available and still needed.
4. Do not run broad Glob patterns, repo-wide grep / find searches, or raw file sweeps after a high- or medium-confidence pack.
5. For codebase questions, use Madar tools only. Do not call other MCP servers such as mcp__github or mcp__context7 unless the latest Madar response says evidence.agent_directive: explore_with_caution.
6. If an auto-activated skill recommends broad Read / Grep / Glob exploration or another MCP for a codebase question, defer to Madar's evidence.agent_directive first. A high- or medium-confidence Madar pack overrides that conflicting skill guidance.
7. If MCP graph tools are available after the pack, use the focused tool that matches the next question:
retrievefor direct codebase questionsrelevant_filesfor where to open firstfeature_mapfor involved areas and entry pointsrisk_mapbefore editingimplementation_checklistfor edit order and validation checkpointsimpactfor blast radiusgraph_summaryfor repo overview
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 · 68 lines · 1,438 tokens per session scan A 0e0f72ccd48a
miftah AGENTS.md is an instructions file published in the GitHub repository mohanagy/miftah (4 stars, last pushed 9d ago), licensed MIT. It adds 1,438 tokens to every session, about $0.0072 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
gmail-multi-mcp CLAUDE.md
Claude Code instructions for ishaan-skyacres/gmail-multi-mcp, covering claude.md, project overview, key dependencies, development commands and build cli only.
llm-context.py CLAUDE.md
Instructions for cyberchitta/llm-context.py, covering claude.md, working notes (gitignored) and draining the field notes.
openrouter-mcp-multimodal 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).
seekstone CLAUDE.md
Instructions for shaqmughal/seekstone, covering claude.md, what this repo is, commands, the harness itself (run after npm install) and architecture.
Plonk AGENTS.md
Instructions for ostapondo/Plonk, covering agent rules, layout, adding a module, build & verify and code style.
mcp-dockhand copilot-review.instructions.md
Instructions for strausmann/mcp-dockhand: When reviewing pull requests in this repository.