I-have-ADHD – A skill for coding assistant that stops it from burying the answer

vismit20001 pts0 comments

GitHub - ayghri/i-have-adhd: A skill to stop your coding agent from burying the answer. ADHD-friendly output. · GitHub

/" data-turbo-transient="true" />

Skip to content

Type / to search

Sign in<br>Sign upAppearance settings

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

ayghri

i-have-adhd

Public

Notifications<br>You must be signed in to change notification settings

Fork<br>957

Star<br>17k

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>117 Commits<br>117 Commits

.agents/plugins

.agents/plugins

.claude-plugin

.claude-plugin

.codex-plugin

.codex-plugin

.cursor/skills/i-have-adhd

.cursor/skills/i-have-adhd

.github

.github

evals

evals

hooks

hooks

scripts

scripts

skills/i-have-adhd

skills/i-have-adhd

tests

tests

.gitignore

.gitignore

GEMINI.md

GEMINI.md

INSTALL.md

INSTALL.md

LICENSE

LICENSE

README.md

README.md

gemini-extension.json

gemini-extension.json

kimi.plugin.json

kimi.plugin.json

logo.png

logo.png

plugin.json

plugin.json

View all files

Repository files navigation

ADHD-friendly outputs. No ADHD diagnosis needed!

English ·<br>简体中文 ·<br>日本語 ·<br>한국어 ·<br>Tiếng Việt ·<br>Português (BR)

Install

Claude Code<br>claude plugin marketplace add ayghri/i-have-adhd<br>claude plugin install i-have-adhd@i-have-adhd

Then type /i-have-adhd. No local clone needed: Claude Code fetches the repo and keeps it updated.

Want it on every session? touch ~/.claude/.i-have-adhd-always (see INSTALL.md).

Codex<br>codex plugin marketplace add ayghri/i-have-adhd --ref main<br>codex plugin add i-have-adhd@i-have-adhd

Then type $i-have-adhd to apply the output style explicitly. The skill can also be invoked implicitly when Codex sees a task that benefits from it.

Install instructions for other coding agents live in INSTALL.md.

What it does

A skill for your coding assistant that stops it from burying the answer. Action first. Steps numbered. No "Hope this helps!"

What changes

Before

Great question! Let me think about this. Your auth flow has a few moving pieces: the middleware, the token verification, and the cookie handling. Looking at src/auth.ts, the verifyToken function (around lines 42-58) seems to be using an older jsonwebtoken API. One approach would be to update the package and rewrite that function. After making the change, you'd want to run the auth tests to confirm nothing breaks. By the way, you might also want to look at your dependency versions overall. Hope this helps! Let me know if you want to dig deeper.

After

Run npm install jsonwebtoken@latest, then edit src/auth.ts:42.

Open src/auth.ts

Replace verifyToken (lines 42–58) with the snippet below

Run npm test -- auth.spec.ts

Next: paste the first failing line if any test fails.

The rules

10 rules. Full text in SKILL.md.

Lead with the next action.

Number multi-step tasks.

End with one concrete next step.

Suppress tangents.

Restate state every turn.

Specific time estimates (minutes, not "a bit").

Make wins visible.

Matter-of-fact errors.

Cap lists at 5 items.

No preamble. No recap. No closers.

Tune it

Fork, edit skills/i-have-adhd/SKILL.md, then swap your copy in:

/i-have-adhd<br>claude plugin install i-have-adhd@i-have-adhd">claude plugin uninstall i-have-adhd # drop the upstream copy first:<br>claude plugin marketplace remove i-have-adhd # fork and upstream share both names<br>claude plugin marketplace add your-username>/i-have-adhd<br>claude plugin install i-have-adhd@i-have-adhd

Restart Claude Code, then re-invoke /i-have-adhd.

Credits

Loosely based on The Adult ADHD Tool Kit by J. Russell Ramsay and Anthony L. Rostain. Adapted for how an LLM should respond, not how a human should organize their day.

License

MIT.

Star ⭐ if it saved you one scroll past one "Great question!"

About<br>A skill to stop your coding agent from burying the answer. ADHD-friendly output.<br>Topics<br>adhdclaude-claude-code-pluginclaude-skillsdeveloper-toolsproductivity<br>Resources<br>Readme<br>MIT license<br>Activity<br>Stars<br>17.0k stars<br>Watchers<br>45 watching<br>Forks<br>957 forks<br>Report repository

Releases

Packages

Contributors

Languages

You can’t perform that action at this time.

adhd plugin claude install skill codex

Related Articles