#65 · Primary category: AI Coding Assistants
i-have-adhd
A skill to stop your coding agent from burying the answer. ADHD-friendly output.
Project last updated:08/26/26
GitHub Stars
25.6K
Forks
1.6K
Contributors
33
License
MIT
Why we included this project
Coding agents have a habit of burying the actual fix under paragraphs of context, and this skill exists to stop that. It installs as a Claude Code plugin and changes how the assistant structures its replies: lead with the next action, number multi-step work, give concrete time estimates, and close each turn with one clear next step. The README's before-and-after example makes the point well. A rambling explanation of an auth bug becomes a short numbered fix with a file and line reference. The ten rules live in an editable file, so you can fork the skill and tune the tone instead of accepting the defaults. It is a small quality-of-life tool rather than a framework, and it helps anyone who finds long-winded AI output hard to follow, not just people with an ADHD diagnosis.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.