A skill to stop your coding agent from burying the answer. ADHD-friendly output.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
/plugin marketplace add ayghri/i-have-adhd
/plugin install i-have-adhd1 items en este repositorio
Shape output for a reader with ADHD: lead with the next action, number multi-step work, restate state across turns, suppress tangents, give specific time estimates, make wins visible. Invoke with /i-have-adhd; stays on until "stop adhd mode".
Resumen de Plugins
<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> <p align="center"> <strong title="English" aria-label="English">🇬🇧</strong> · <a href=".github/readme/README.zh-CN.md" title="简体中文" aria-label="简体中文">🇨🇳</a> · <a href=".github/readme/README.pt-BR.md" title="Português (Brasil)" aria-label="Português (Brasil)">🇧🇷</a> · <a href=".github/readme/README.ja.md" title="日本語" aria-label="日本語">🇯🇵</a> · <a href=".github/readme/README.vi.md" title="Tiếng Việt" aria-label="Tiếng Việt">🇻🇳</a> · <a href=".github/readme/README.ko.md" title="한국어" aria-label="한국어">🇰🇷</a> · <a href=".github/readme/README.th.md" title="ภาษาไทย" aria-label="ภาษาไทย">🇹🇭</a> </p> ## Install Copy/paste into your CLI prompt: ```text 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](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 <table> <tr> <td width="50%"> ## 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. </td> <td width="50%"> ## After > Run `npm install jsonwebtoken@latest`, then edit `src/auth.ts:42`. > > 1. Open `src/auth.ts` > 2. Replace `verifyToken` (lines 42–58) with the snippet below > 3. Run `npm test -- auth.spec.ts` > > Next: paste the first failing line if any test fails. </td> </tr> </table> ## The rules 10 rules. Full text in [SKILL.md](./skills/i-have-adhd/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 to 5 items. 10. No preamble. No recap. No closers. ## Tune it Fork, edit `skills/i-have-adhd/SKILL.md`, then swap your copy in: ```bash claude plugin uninstall i-have-adhd # drop the upstream copy first: claude plugin marketplace remove i-have-adhd # fork and upstream share both names claude plugin marketplace add <your-username>/i-have-adhd 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!"
Lo que la gente pregunta sobre i-have-adhd
¿Qué es ayghri/i-have-adhd?
+
ayghri/i-have-adhd es plugins para el ecosistema de Claude AI. A skill to stop your coding agent from burying the answer. ADHD-friendly output. Tiene 42.1k estrellas en GitHub y su última actualización registrada es del 2026-09-10.
¿Cómo se instala i-have-adhd?
+
Puedes instalar i-have-adhd clonando el repositorio (https://github.com/ayghri/i-have-adhd) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar ayghri/i-have-adhd?
+
Nuestro agente de seguridad ha analizado ayghri/i-have-adhd y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene ayghri/i-have-adhd?
+
ayghri/i-have-adhd es mantenido por ayghri. La última actividad registrada en GitHub es del 2026-09-10, con 60 issues abiertos.
¿Hay alternativas a i-have-adhd?
+
Sí. En ClaudeWave puedes explorar plugins similares en /categories/plugins, ordenados por popularidad o actividad reciente.
Despliega i-have-adhd en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/ayghri-i-have-adhd)<a href="https://claudewave.com/repo/ayghri-i-have-adhd"><img src="https://claudewave.com/api/badge/ayghri-i-have-adhd" alt="Featured on ClaudeWave: ayghri/i-have-adhd" width="320" height="64" /></a>Más Plugins
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
Academic Research Skills for Claude Code: research → write → review → revise → finalize
Agent skill that removes signs of AI-generated writing from text
Create beautiful slides on the web using a coding agent's frontend skills
A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress