UditAkhourii/adhd
ADHD — a skill for coding agents. Tree-of-thought with pruning, built on the Claude & Codex Agent SDK. Fans out parallel divergent thoughts under different cognitive frames, scores, prunes traps, deepens the survivors. The no-brainer skill for creative and interdisciplinary work.
1 Releases
Latest: yesterday
v0.1.4 — Community is open · Codex compatibility · first OSS adopterv0.1.4Latest
📦 🎉 The ADHD community is open
- If you build with coding agents, sign up at https://tally.so/r/WO1Nzj as a contributor, maintainer, early adopter, or just a member who wants to follow along.
- Full discussion: https://github.com/UditAkhourii/adhd/discussions/19
📦 Where we are
- 5/6 wins vs a single-shot baseline across 6 open-ended engineering problems, with +5.17 novelty and +7.67 trap detection on a 0–10 rubric — full methodology in [`EVALS.md`](https://github.com/UditAkhourii/adhd/blob/main/EVALS.md).
- Featured by [The New Stack](https://thenewstack.io/claude-code-adhd/).
- Adopted by [repowire](https://github.com/prassanna-ravishankar/repowire) — its maintainer ported ADHD into the default orchestrator template ([PR #313](https://github.com/prassanna-ravishankar/repowire/pull/313), merged, MIT attribution).
- Independently reviewed by an outside research engineer with 11 sources and 8 validation rounds. Every finding is tracked openly as [issues #16, #17, #18](https://github.com/UditAkhourii/adhd/issues).
📦 What's in v0.1.4
- Codex compatibility fix. Collapsed `SKILL.md` description from a multi-paragraph YAML block to a single-line ~490-char description. Some Codex builds were truncating or rejecting the longer form. The full pre-flight gate is unchanged and still lives in the skill body.
- Codex quick-path install documented in README and `documentation/install.md` — `npx skills add UditAkhourii/adhd -a codex -g` plus a manual `~/.codex/skills/adhd/` fallback.
- ```bash
- npm install -g adhd-agent
- npx skills add UditAkhourii/adhd
- ```
📦 What we are working on next
- Highest-leverage items in the [open backlog](https://github.com/UditAkhourii/adhd/issues):
- [#4](https://github.com/UditAkhourii/adhd/issues/4) — anchor-stripping pre-pass
- [#6](https://github.com/UditAkhourii/adhd/issues/6) — cross-model critic
- [#10](https://github.com/UditAkhourii/adhd/issues/10) — frame-fitness learning across runs
- [#11](https://github.com/UditAkhourii/adhd/issues/11) — hyperfocus companion skill
- If you starred this repo and want to be in the loop on v0.2, the community form is the place. Building this in public, including the parts where it does not work.
- ---
- 📄 Preprint: https://adhdstack.github.io/ · 📰 The New Stack: https://thenewstack.io/claude-code-adhd/ · 📦 npm: https://www.npmjs.com/package/adhd-agent