// HACKER NEWS — CYBERSECURITY
I-have-ADHD: A skill to stop coding agents from burying the answer
🇬🇧 ·
🇨🇳 ·
🇧🇷 ·
🇯🇵 ·
🇻🇳 ·
🇰🇷 ·
🇹🇭
A skill for your coding assistant that stops it from 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.
Run npm install jsonwebtoken@latest, then edit src/auth.ts:42.
Next: paste the first failing line if any test fails.
Fork, edit skills/i-have-adhd/SKILL.md, then swap your copy in:
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.
Star ⭐ if it saved you one scroll past one "Great question!"