whatisgithub

What is i-have-adhd?

ayghri/i-have-adhd — explained in plain English

Analysis updated 2026-05-18

61ShellAudience · vibe coderComplexity · 1/5LicenseSetup · easy

In one sentence

A Claude Code plugin that makes AI replies lead with the answer first, using numbered steps and no filler chit chat.

Mindmap

mindmap
  root((i have adhd))
    What it does
      Answer first replies
      Numbered steps
      No filler text
    Tech stack
      Shell
      Markdown
      Claude Code
    Use cases
      Faster task execution
      Less scrolling
      Custom rule tuning
    Audience
      Vibe coders
      Distraction prone users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Get straight to the command or fix instead of reading a long preamble

USE CASE 2

Follow numbered, one action steps through a multi step coding task

USE CASE 3

Reduce mental friction when working with an AI assistant while distracted

USE CASE 4

Customize your own reply style rules by editing a single markdown file

What is it built with?

ShellMarkdownClaude Code

How does it compare?

ayghri/i-have-adhdcode-leafy/g2rayxcodeleafynikvpn-iran/nikvpn-codespace
Stars616065
LanguageShellShellShell
Setup difficultyeasymoderateeasy
Complexity1/53/52/5
Audiencevibe coderdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Installs through Claude Code's own plugin marketplace system, no extra dependencies.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

i-have-adhd is a plugin for Claude Code, the AI coding assistant, that changes the way it writes its replies. Normally an AI assistant might open with a friendly line like "great question, let me think about this" and bury the actual command or answer several paragraphs later. For someone who gets distracted easily, that delay is often enough to lose the thread entirely. This plugin rewrites the response style so the useful part comes first. It installs as a Claude Code skill and adds a slash command, /i-have-adhd, that you type once at the start of a session. From then on, every reply from Claude follows a set of ten rules: the first line is the actual answer or command, multi step tasks are numbered with one action per step, progress is restated each turn so you always know which step you are on, side issues discovered along the way are set aside instead of dumped into the current fix, completed work is stated plainly instead of buried in a paragraph, and there is no opening pleasantry or closing "hope this helps" line. The mode stays on for the rest of the session and can be turned off at any time by saying "stop adhd mode" or "normal mode." The project is intentionally simple: there are no background processes, no hooks, and no extra scripts. It is just three files, a plugin manifest, a slash command definition, and a single markdown file containing the ten rules that the model reads and follows. Anyone can edit that markdown file to add or change rules to fit their own preference. The same behavior can also be made permanent across all sessions by adding a note to a personal Claude configuration file instead of using the plugin form. Installation is done through Claude Code's own plugin system: cloning the repository, adding it as a plugin marketplace, and installing the plugin, all in a few short commands. The project is written mostly as shell and markdown, requires no ADHD diagnosis to use, and is released under the MIT license.

Copy-paste prompts

Prompt 1
Walk me through installing the i-have-adhd plugin in Claude Code.
Prompt 2
Explain what the ten rules in i-have-adhd's SKILL.md actually change about Claude's replies.
Prompt 3
Show me how to make i-have-adhd style responses always on by editing my CLAUDE.md file.
Prompt 4
Help me customize the SKILL.md rules in i-have-adhd to fit my own preferences.

Frequently asked questions

What is i-have-adhd?

A Claude Code plugin that makes AI replies lead with the answer first, using numbered steps and no filler chit chat.

What language is i-have-adhd written in?

Mainly Shell. The stack also includes Shell, Markdown, Claude Code.

What license does i-have-adhd use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is i-have-adhd to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is i-have-adhd for?

Mainly vibe coder.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.