i-have-adhd AGENTS.md

A repository guide for coding agents working on the i-have-adhd project. It points to the main documentation, important code locations, entry points, and checks.

In plain words
What is it for?
Use it to find the project’s main behavior, platform-specific code, documentation, runtime entry points, contribution rules, and verification commands.
Why use it?
It reduces the time spent searching through a project or reading the wrong files. It also sets boundaries around what agents should and should not inspect or run.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/ayghri/i-have-adhd/agents-md
Clone the repo
git clone --depth 1 https://github.com/ayghri/i-have-adhd

Made for: Codex, OpenCode.

Per session 1,164 This file is loaded in full into every session.
When invoked 1,164 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured yesterday against content hash 90e7f33a376d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 72 lines

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

  1. Read README.md for the purpose and user-facing behavior.
  2. Read INSTALL.md for installation paths and platform-specific setup.
  3. Read skills/i-have-adhd/SKILL.md for the canonical skill behavior.
  4. Read CONTRIBUTING.md and .github/pull_request_template.md before proposing changes.
  5. 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 Agora label. The current shared forum is issue #127.
  • The AI Agora label 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.

Read the full file on GitHub · 72 lines

Changes

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.

  1. yesterday First seen · 72 lines · 1,164 tokens per session scan A 90e7f33a376d

Subscribe to this mod's changes

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.

Related

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.

aaddrick/attention-control · 2,287 tokens

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.

jdpolasky/ai-chief-of-staff · 1,154 tokens

adhx CLAUDE.md

Instructions for itsmemeworks/adhx, covering claude.md, local configuration, example claude.local.md, github cli and sentry cli.

itsmemeworks/adhx · 28,572 tokens

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).

itsmemeworks/adhx · 978 tokens

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…

aaddrick/attention-control · 78 tokens

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.

SteinsFu/my-adhd-caveman · 578 tokens