How a Simple Skill.md Earned 18K Stars by Making AI Say the Answer First

The open‑source i‑have‑adhd project, which has attracted over 18,000 GitHub stars, defines a Skill.md that forces AI coding assistants such as Claude Code, Codex, Qwen Code and Gemini CLI to place the answer up front, enumerate steps, report progress, and omit unnecessary chatter, with clear installation instructions and safety rules.

IT Services Circle
IT Services Circle
IT Services Circle
How a Simple Skill.md Earned 18K Stars by Making AI Say the Answer First

Repository

GitHub repository https://github.com/ayghri/i-have-adhd provides a Skill.md that defines how AI coding assistants should structure their responses.

Core rules (10 rules, three essential ideas)

State the answer first – the AI should immediately give the command to run or file to edit.

List steps in order – enumerate each step sequentially and indicate progress.

Show only useful content – remove irrelevant background, polite filler, and repeated summaries.

The skill also requires the AI to report current progress on longer tasks and to provide explicit error locations, possible causes, and remediation steps when failures occur.

Before‑after comparison

Without the skill, an AI response to an authentication error first praises the issue, discusses middleware, token verification, and cookies, then mentions a possible change in src/auth.ts and suggests checking other dependencies. With the skill, the response jumps directly to the actionable fix, presents a concise numbered step list, and ends with a clear next action.

Installation and usage

Claude Code:

claude plugin marketplace add ayghri/i-have-adhd
claude plugin install i-have-adhd@i-have-adhd

Codex:

codex plugin marketplace add ayghri/i-have-adhd --ref main
codex plugin add i-have-adhd@i-have-adhd

After installation, invoke the skill in a session with /i-have-adhd. To load the rules automatically at every session start, create a marker file: touch ~/.claude/.i-have-adhd-always or add the rules to ~/.codex/AGENTS.md for Codex.

Safety rules

Dangerous operations such as file deletion require explicit confirmation. After three consecutive failures, the AI stops retrying and re‑examines its previous judgments.

Applicability

The skill is suitable for bug fixing, project deployment, and multi‑step tasks, while allowing temporary disabling when detailed technical explanations are needed.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

automationPrompt EngineeringGitHubAI assistantsCodexClaude Codei-have-adhd
IT Services Circle
Written by

IT Services Circle

Delivering cutting-edge internet insights and practical learning resources. We're a passionate and principled IT media platform.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.