I Have Adhd — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited I Have Adhd (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
Aggregate score unchanged between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <img src="./logo.png" alt="i-have-adhd" width="140" /> </p> <p align="center"> <strong align="center">ADHD-friendly outputs. No ADHD diagnosis needed!</strong> </p> <p align="center"> <a href="LICENSE"><img src="https://img.shields.io/github/license/ayghri/i-have-adhd?style=flat" alt="License"></a> </p>
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-adhdIn Claude Code: /i-have-adhd.
To disable: claude plugin disable i-have-adhd or use /plugin disable i-have-adhd from within CC.
More in INSTALL.md.
A Claude Code skill that stops burying the answer. Action first. Steps numbered. No "Hope this helps!"
<table> <tr> <td width="50%">
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 atsrc/auth.ts, theverifyTokenfunction (around lines 42-58) seems to be using an olderjsonwebtokenAPI. 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.
</td>
<td width="50%">
Runnpm install jsonwebtoken@latest, then editsrc/auth.ts:42.
>
1. Opensrc/auth.ts2. ReplaceverifyToken(lines 42–58) with the snippet below 3. Runnpm test -- auth.spec.ts
>
Next: paste the first failing line if any test fails.
</td> </tr> </table>
10 rules. Full text in SKILL.md.
Edit skills/i-have-adhd/SKILL.md. Re-invoke /i-have-adhd.
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.
MIT.
Star ⭐ if it saved you one scroll past one "Great question!"
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.