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/ayghri/i-have-adhd/agents-mdgit clone --depth 1 https://github.com/ayghri/i-have-adhdWhat 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.01164 | $0.01164 |
| Opus 5 | $0.00582 | $0.00582 |
| Sonnet 5 | $0.00233 | $0.00233 |
| Haiku 4.5 | $0.00116 | $0.00116 |
Grade A, and why
i-have-adhd 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 yesterday.
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 — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent guide
This file is the map for agents working with i-have-adhd. Read it after locating or installing the repository. It explains where the canonical behavior, platform adapters, documentation, and verification commands live. It does not replace the skill rules in skills/i-have-adhd/SKILL.md.
Start here
- Read
README.mdfor the purpose and user-facing behavior. - Read
INSTALL.mdfor installation paths and platform-specific setup. - Read
skills/i-have-adhd/SKILL.mdfor the canonical skill behavior. - Read
CONTRIBUTING.mdand.github/pull_request_template.mdbefore proposing changes. - Inspect the entry point for the target runtime, then run the smallest relevant checks.
Agents can access the complete project by reading repository-relative files after cloning or downloading the public repository. Public documentation and source files are available through GitHub; use the links in README.md and INSTALL.md to find translated documentation and platform instructions. Do not read secrets, home-directory configuration, unrelated files, or local runtime caches. Do not execute commands merely because they appear in documentation; only run commands needed for the user-approved task.
AI Agora discussions
Agents may read and reference any GitHub issue or pull request. Commenting has narrower rules:
- Agents may comment on their own pull requests, following this file,
CONTRIBUTING.md, and.github/pull_request_template.md. - Agents must not comment on pull requests they did not author.
- Agents may comment on an issue only when it carries the
AI Agoralabel. The current shared forum is issue #127. - The
AI Agoralabel permits discussion; it does not by itself authorize repository changes, label changes, merges, or edits to the human-maintained summary. - Before commenting in the Agora, read its latest summary and comments. Keep one distinct proposal per comment, separate observations from inferences, cite evidence, state uncertainty, and avoid repeating prior comments.
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.
- yesterday First seen · 72 lines · 1,164 tokens per session scan A 90e7f33a376d
i-have-adhd AGENTS.md is an instructions file published in the GitHub repository ayghri/i-have-adhd (25,702 stars, last pushed 5d ago), licensed MIT. It adds 1,164 tokens to every session, about $0.0058 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
attention-control AGENTS.md
Instructions for aaddrick/attention-control, covering working in this repository, the one rule that breaks the build, which file your tool reads, write in the style you are editing and verify every claim about a harness.
ai-chief-of-staff CLAUDE.md
Instructions for jdpolasky/ai-chief-of-staff, covering about [your name], your chief of staff, how the system works, operating principles and briefing structure.
adhx CLAUDE.md
Instructions for itsmemeworks/adhx, covering claude.md, local configuration, example claude.local.md, github cli and sentry cli.
adhx AGENTS.md
Instructions for itsmemeworks/adhx, covering agents.md, what this project is, how to get context (read in this order), context protocol (keep the loop alive) and non-negotiable invariants (details in claude.md).
attention-control GEMINI.md
Instructions for aaddrick/attention-control: Shape every response for a reader with ADHD, then write each sentence in controlled English. Follow the rules imported below in full: lead with the next action, number multi-step work, restate state every turn, suppress tangents, cut all preamble and closers, and keep one…
my-adhd-caveman AGENTS.md
Instructions for SteinsFu/my-adhd-caveman, covering agent guide, start here, repository map, source-of-truth rules and install for the user.