项目地址
https://github.com/ayghri/i-have-adhd
AI 摘要
该项目提供编码助手插件,帮助AI输出简洁、以行动为导向的回答。规则包括:直接给操作步骤而非冗长解释,编号任务步骤,每轮给出明确下一步,避免离题,按分钟估算时间,错误直接指出,列表不超过5项。基于《成人ADHD工具包》改编,无需ADHD诊断即可使用。可自定义规则,支持多语言,MIT许可。
README 原文
ADHD-friendly outputs. No ADHD diagnosis needed!
🇬🇧 ·
🇨🇳 ·
🇧🇷 ·
🇯🇵 ·
🇻🇳 ·
🇰🇷 ·
🇹🇭
Install
Copy/paste into your CLI prompt:
Install the i-have-adhd skill/plugin from https://github.com/ayghri/i-have-adhd, refer to the repo's AGENTS.md for instructions.
Or 🔗 check the installation instructions.
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 in...
|
项目地址
https://github.com/ayghri/i-have-adhd
AI 摘要
该项目提供编码助手插件,帮助AI输出简洁、以行动为导向的回答。规则包括:直接给操作步骤而非冗长解释,编号任务步骤,每轮给出明确下一步,避免离题,按分钟估算时间,错误直接指出,列表不超过5项。基于《成人ADHD工具包》改编,无需ADHD诊断即可使用。可自定义规则,支持多语言,MIT许可。
README 原文
ADHD-friendly outputs. No ADHD diagnosis needed!
🇬🇧 · 🇨🇳 · 🇧🇷 · 🇯🇵 · 🇻🇳 · 🇰🇷 · 🇹🇭
Install
Copy/paste into your CLI prompt:
Or 🔗 check the installation instructions.
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
After