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/dealfluence/adeu/gemini-mdgit clone --depth 1 https://github.com/dealfluence/adeuWhat 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.01142 | $0.01142 |
| Opus 5 | $0.00571 | $0.00571 |
| Sonnet 5 | $0.00228 | $0.00228 |
| Haiku 4.5 | $0.00114 | $0.00114 |
Grade A, and why
adeu GEMINI.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 — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Adeu — Native Track Changes for AI
Adeu is your document redlining engine. It gives you a safe, token-efficient interface to read and edit .docx files, producing native Microsoft Word Track Changes rather than rewriting the file.
Available Tools
read_docx
Reads a DOCX file and returns its content as CriticMarkup-annotated text:
{++inserted++}— tracked insertion{--deleted--}— tracked deletion{>>comment<<}— comment
Key parameters:
file_path(required): absolute path to the.docxfileclean_view=true: returns the accepted/final text with no markup — use this first to understand contextmode="outline": returns a heading map only — start here on large documents before reading in fullmode="appendix": returns defined terms and cross-reference anchors — consult before editing legal docsmode="fields": returns a ledger of all form fields (content controls) with CC: ID, tag, alias, type, state, and optionsfields_offset=N: 0-indexed pagination offset for mode="fields"page=N: navigate paginated full-text outputsearch_query="text": search document for specific text matchesmax_matches=N: cap number of search matches returned (default 20)match_offset=N: 0-indexed pagination offset for search matchesfull_paragraph=true: expand search match snippets to complete paragraphsforce=true: bypass whole-document token budget guard refusal for large files
process_document_batch
Applies a list of edits to a DOCX. Edits apply sequentially — each one evaluates against the document state produced by the edits before it, so dependent edits may be chained in one batch (a later edit must target the text as it reads after the earlier edits). By default (partial=true), valid edits apply while failing edits return detailed error reports; set partial=false for transactional rollback if any edit fails validation.
Key parameters:
file_path(required): absolute path to the.docxfilechanges(required): list of change objectspartial=true(defaulttrue): non-transactional batch execution — valid edits apply while failing edits return detailed error reports. Passpartial=falsefor transactional rollback if any edit fails validation.ignore_control_locks=true: permit writes to content-locked controls (sdtContentLocked)ignore_document_protection=true: permit writes to read-only or comments-protected documentsallow_untracked_writes=true: permit writes in fill-in-forms protected documents (where Word suppresses change tracking)
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 · 65 lines · 1,142 tokens per session scan A 5778ff673ca6
adeu GEMINI.md is an instructions file published in the GitHub repository dealfluence/adeu (149 stars, last pushed 3d ago), licensed MIT. It adds 1,142 tokens to every session, about $0.0057 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-30.
Other instructions, from other repositories
kglite CLAUDE.md
Instructions for kkollsga/kglite, covering kglite — claude code conventions, build & test, architecture, the boundary principle (wrappers vs core) — summary and in-memory is the core product.
MCP-Airflow-API copilot-instructions.md
Instructions for call518/MCP-Airflow-API, covering copilot instructions for mcp-airflow-api, project architecture, critical patterns, functions.py - persistent session with retry strategy and standard pattern in airflowapi.py.
openings-mcp AGENTS.md
Instructions for amikai/openings-mcp, a project described as: 💼 One MCP server to search job boards and company career sites.
metatron CLAUDE.md
Instructions for kerbelp/metatron, covering claude.md, what metatron is, tech stack (decided — not open for debate), core principle and source of truth (depends on deployment).
paper-pilot CLAUDE.md
Instructions for aytzey/paper-pilot, covering claude.md, best fit, setup, first workflow to try and claude prompt patterns.
metatron AGENTS.md
Instructions for kerbelp/metatron, covering agents.md, what metatron is, tech stack (decided — not open for debate), core principle and workflow.