AI

ayghri/i-have-adhd

API development
3.1천 stars 품질 55 트렌드 55

A skill to stop your coding agent from burying the answer. ADHD-friendly output.

개요

ADHD-friendly outputs. No ADHD diagnosis needed! To disable: claude plugin disable i-have-adhd or use /plugin disable i-have-adhd from within CC. In Codex: use $i-have-adhd when you want the output style applied explicitly. The skill can also be invoked implicitly when Codex sees a task that benefits from action-first, ADHD-friendly output. A Claude Code skill that stops burying the answer. Action first. Steps numbered. No "Hope this helps!" 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.

README

ADHD-friendly outputs. No ADHD diagnosis needed!

Install

Claude Code

git clone https://github.com/ayghri/i-have-adhd ./i-have-adhd
claude plugin marketplace add ./i-have-adhd
claude plugin install i-have-adhd@i-have-adhd

In Claude Code: /i-have-adhd.

To disable: claude plugin disable i-have-adhd or use /plugin disable i-have-adhd from within CC.

Codex

codex plugin marketplace add ayghri/i-have-adhd --ref main
codex plugin add i-have-adhd@i-have-adhd

In Codex: use $i-have-adhd when you want the output style applied explicitly. The skill can also be invoked implicitly when Codex sees a task that benefits from action-first, ADHD-friendly output.

More in INSTALL.md.

What it does

A Claude Code skill that stops burying the answer. Action first. Steps numbered. No “Hope this helps!”

What changes

The rules

10 rules. Full text in SKILL.md.

  1. Lead with the next action.
  2. Number multi-step tasks.
  3. End with one concrete next step.
  4. Suppress tangents.
  5. Restate state every turn.
  6. Specific time estimates (minutes, not “a bit”).
  7. Make wins visible.
  8. Matter-of-fact errors.
  9. Cap lists at 5 items.
  10. No preamble. No recap. No closers.

Tune it

Edit skills/i-have-adhd/SKILL.md. 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!”

View this README on GitHub

추천 도구

다른 키워드를 입력하거나 필터를 제거해 보세요.

설치

npx skillfish add ayghri/i-have-adhd