{"name":"i-have-adhd: Streamline Your Coding Agent's Output for Clarity","description":"i-have-adhd is a powerful skill designed to transform your coding assistant's responses into clear, actionable, and concise outputs. It prevents AI agents from burying essential information, ensuring you receive direct answers and numbered steps without unnecessary preamble or fluff. This tool is ideal for developers seeking enhanced productivity and straightforward guidance from their AI coding partners.","github":"https://github.com/ayghri/i-have-adhd","url":"https://osrepos.com/repo/ayghri-i-have-adhd","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/ayghri-i-have-adhd","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/ayghri-i-have-adhd.md","json":"https://osrepos.com/repo/ayghri-i-have-adhd.json","topics":["adhd","claude-ai","developer-tools","productivity","python","llm-skills","ai-assistants"],"keywords":["adhd","claude-ai","developer-tools","productivity","python","llm-skills","ai-assistants"],"stars":null,"summary":"i-have-adhd is a powerful skill designed to transform your coding assistant's responses into clear, actionable, and concise outputs. It prevents AI agents from burying essential information, ensuring you receive direct answers and numbered steps without unnecessary preamble or fluff. This tool is ideal for developers seeking enhanced productivity and straightforward guidance from their AI coding partners.","content":"## Introduction\n\nThe `i-have-adhd` GitHub repository introduces a unique skill designed to optimize the output of your coding assistant, making it more direct and actionable. This tool aims to combat the common issue of AI agents providing verbose responses that can obscure the core solution or next steps. By implementing a set of specific rules, `i-have-adhd` ensures that your AI delivers information in a clear, concise, and \"ADHD-friendly\" manner, prioritizing immediate actions and eliminating unnecessary conversational elements.\n\n## Why Use It and Key Benefits\n\nIn the fast-paced world of development, clarity and efficiency are paramount. `i-have-adhd` addresses the frustration of sifting through lengthy AI responses to find the crucial piece of information. Its primary benefit is transforming how your coding assistant communicates, leading to faster comprehension and execution of tasks.\n\nKey benefits include:\n*   **Action-First Responses**: The AI leads with the next immediate action required, saving time and mental effort.\n*   **Numbered Multi-Step Tasks**: Complex processes are broken down into easy-to-follow, numbered steps.\n*   **Elimination of Fluff**: Say goodbye to preambles, recaps, and generic closers like \"Hope this helps!\".\n*   **Enhanced Productivity**: By receiving direct, actionable instructions, developers can maintain focus and accelerate their workflow.\n\nThe skill operates based on 10 core rules, which include leading with the next action, numbering multi-step tasks, ending with one concrete next step, suppressing tangents, and making wins visible. These rules collectively ensure that every interaction with your coding assistant is productive and to the point.\n\n## Installation\n\nTo integrate `i-have-adhd` into your coding environment, follow these simple steps. This skill is designed to be easily added to compatible AI coding assistants.\n\nCopy and paste the following command into your CLI prompt:\n\ntext\nInstall the i-have-adhd skill/plugin from https://github.com/ayghri/i-have-adhd, refer to the repo's AGENTS.md for instructions.\n\n\nAlternatively, you can refer to the detailed installation instructions available in the repository: [Check the installation instructions](https://github.com/ayghri/i-have-adhd/blob/main/INSTALL.md){target=\"_blank\"}.\n\nIf you wish to tune or customize the skill, you can fork the repository, edit `skills/i-have-adhd/SKILL.md`, and then swap your copy in using these commands:\n\nbash\nclaude plugin uninstall i-have-adhd            # drop the upstream copy first:\nclaude plugin marketplace remove i-have-adhd   # fork and upstream share both names\nclaude plugin marketplace add <your-username>/i-have-adhd\nclaude plugin install i-have-adhd@i-have-adhd\n\n\nRemember to restart your coding assistant and re-invoke `/i-have-adhd` after making changes.\n\n## Examples\n\nThe difference `i-have-adhd` makes is best illustrated through a direct comparison of AI responses before and after its application.\n\n**Before:**\n\n\nGreat 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.\n\n\n**After:**\n\n\nRun `npm install jsonwebtoken@latest`, then edit `src/auth.ts:42`.\n\n1. Open `src/auth.ts`\n2. Replace `verifyToken` (lines 42–58) with the snippet below\n3. Run `npm test -- auth.spec.ts`\n\nNext: paste the first failing line if any test fails.\n\n\nAs shown, the \"After\" response is significantly more concise, action-oriented, and provides clear, numbered steps, directly guiding the user to the next task without any extraneous information.\n\n## Links\n\n*   **GitHub Repository**: [https://github.com/ayghri/i-have-adhd](https://github.com/ayghri/i-have-adhd){target=\"_blank\"}\n*   **License**: [MIT License](https://github.com/ayghri/i-have-adhd/blob/main/LICENSE){target=\"_blank\"}","metrics":{"detailViews":0,"githubClicks":1},"dates":{"published":null,"modified":"2026-09-23T08:51:28.000Z"}}