Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
AI Agent Analysis
IA

ayghri/i-have-adhd

A skill to stop your coding agent from burying the answer. ADHD-friendly output.

stars
19k
Language
Python
GitHub
Source and compliance noteLast synced: Aug 9, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy

Overview

i-have-adhd is a plugin/skill for coding agents (Claude Code, Codex) that reformats responses to be ADHD-friendly: action-first, numbered steps, no preamble or closers. It aims to reduce cognitive load by eliminating verbose, tangential, or vague output.

Installation

For Claude Code: `claude plugin marketplace add ayghri/i-have-adhd && claude plugin install i-have-adhd@i-have-adhd` then type `/i-have-adhd`. For Codex: `codex plugin marketplace add ayghri/i-have-adhd --ref main && codex plugin add i-have-adhd@i-have-adhd` then type `$i-have-adhd`.

Problem solved

Standard coding agent responses often bury the key action in verbose explanations, include irrelevant tangents, and use vague time estimates, which can be overwhelming for users with ADHD or anyone wanting concise, actionable output. This framework enforces a strict output format that prioritizes the next action, numbers steps, and eliminates fluff, reducing cognitive overhead.

What you can build

Developers can build coding workflows where every agent response is a clear, numbered list of concrete steps starting with the next action, with specific time estimates and no extraneous commentary. Real-world use cases include debugging sessions, code reviews, refactoring tasks, and onboarding new developers—any scenario where quick, unambiguous instructions are critical. The ceiling is a fully customizable skill that can be forked and tuned to any team's communication preferences.

Community sentiment

Positive

No community feedback yet.

Concerns

No concerns documented yet.

Bottom line

This plugin is ideal for developers who want their coding agent to deliver crisp, actionable instructions without fluff—especially those with ADHD or anyone who values brevity. It should be avoided by users who prefer detailed explanations or exploratory dialogue. The key trade-off is clarity and speed versus depth and nuance.

Analyzed by Git-Stars - 7/22/2026