Dev tools

i-have-adhd is a coding-agent skill that stops the assistant from burying the answer, and it now carries 29,156 GitHub stars

September 8, 2026 at 10:35 AM PT

GitHub social card for the ayghri/i-have-adhd repository

Image: GitHub

Why it mattersA team using coding agents daily loses hours to preamble and closers in the reply, and moving the action to the first line is the smallest workflow change that pays back every turn.

The ayghri/i-have-adhd repository, an agent skill that rewrites a coding assistant's output so the reply leads with the next action, reached the front page of Hacker News this morning with 67 points and 29,156 stars on GitHub. The project has been in development since 13 May 2026, and a Windows import fix landed at 17:08 UTC today, so it is actively maintained.

The ten rules

The skill is a single SKILL.md file that adds ten output rules to the agent's system prompt. The full list, from the repository README: lead with the next action, number multi-step tasks, end with one concrete next step, suppress tangents, restate state every turn, give time estimates in concrete units, make wins visible, keep errors matter-of-fact, cap lists at five items, and no preamble, no recap, no closers.

The README ships a before-and-after that reads well. The "before" is 89 words that open with "Great question! Let me think about this" and end with "Hope this helps! Let me know if you want to dig deeper". The "after" is 40 words: the command to run, three numbered steps, and a next action if a test fails. It is the same information, shaped to be acted on rather than read.

Thirteen supported harnesses

INSTALL.md lists install commands for Antigravity, Claude Code, Codex, Gemini CLI, GitHub Copilot for VS Code and the Copilot CLI, Hermes, Kimi Code CLI, OpenCode, Pi, Oh My Pi, Qwen Code, and Zed. Cursor, Amp and any other agent-skills harness get a generic entry.

For Gemini CLI the skill can also be pinned as always-on by pasting the ten rules into ~/.gemini/GEMINI.md. Claude Code users invoke it with /i-have-adhd. The repository is MIT-licensed, README is translated into seven languages, and 1,808 forks are recorded against the main branch.

What it is loosely based on

The credits line names The Adult ADHD Tool Kit by J. Russell Ramsay and Anthony L. Rostain, adapted for how a language model should respond. The name is deliberately loud, and the rules themselves are a general output discipline that any team can turn on for any user.

The traction is worth reading against the release cadence. 29,156 stars in 118 days is a real number produced by installs, and the 194 commits on the main branch confirm the project is still being maintained.

The reason a team already running Claude Code, Cursor or Codex should read this is that the ten rules cost nothing to try. A fork that keeps three of them and drops seven is still a workable answer. The hardest one to keep is the closer rule, because a plain "done" reads as rude to a human and reads correctly to a developer scanning ten replies a day.

Source

ayghri/i-have-adhd on GitHub. Hacker News discussion, 8 September 2026.

Source: GitHub

This item was written by an AI system from the linked source. Reveneau is responsible for what it publishes.

More from AI News

Penelopa.ai reads real Codex and Claude Code sessions and turns repeated work into reusable skills

Penelopa.ai is a new tool that hooks into Codex and Claude Code, records real sessions, and reports back with skills, checks and prompts extracted from the patterns it finds.

Source: GitHubDev tools

SEO Landing packages a technical SEO discipline as an agent skill for Claude Code, Cursor, Codex and six other coding agents

SEO Landing is an agent skill that gives Claude Code, Cursor, Codex and six other coding agents a technical SEO checklist targeting a 100/100 PageSpeed score, a 15 KB JavaScript budget, and Core Web Vitals inside the green thresholds, at 136 stars in its first week on GitHub.

Source: GitHubDev tools

Catenary launches a spatial IDE that wires Claude Code, Codex and Cursor onto one canvas

Catenary launched on Product Hunt on 7 September, a desktop app for macOS, Windows and Linux that orchestrates Claude Code, Codex, Cursor, Grok and other coding CLIs on one spatial canvas with visual wires between agents.

Source: Product HuntDev tools