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
AD

UditAkhourii/adhd

ADHD — a skill for coding agents. Tree-of-thought with pruning, built on the Claude & Codex Agent SDK. Fans out parallel divergent thoughts under different cognitive frames, scores, prunes traps, deepens the survivors. The no-brainer skill for creative and interdisciplinary work.

stars
2.9k
Language
TypeScript
GitHub
Source and compliance noteLast synced: Jul 31, 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

ADHD is a skill for coding agents that implements a tree-of-thought with pruning approach, built on the Claude & Codex Agent SDK. It fans out parallel divergent thoughts under different cognitive frames, scores them, prunes traps, and deepens survivors, providing an architectural fix for premature convergence in autoregressive reasoning.

Installation

npm install adhd-agent

Problem solved

ADHD solves the problem of premature convergence in linear Chain-of-Thought reasoning, where the model anchors on its first output. Unlike standard Tree-of-Thought, it spawns isolated reasoning processes with zero shared context during divergence, then uses a separate critic pass to score, cluster, prune traps, and deepen survivors, enabling more creative and diverse solutions.

What you can build

Developers can build agents that generate a wide range of creative and non-obvious solutions for design decisions, fuzzy debugging, naming, API surface design, strategy, and any prompt requiring multiple approaches. Real-world use cases include generating diverse retry/timeout strategies, exploring alternative architectures, and surfacing novel ideas that a single-shot approach would miss. The ceiling is high for interdisciplinary and creative work where breadth and novelty are valued over quick, conventional answers.

Community sentiment

Positive

No community feedback yet.

Concerns

No concerns documented yet.

Bottom line

ADHD is ideal for developers building coding agents that need creative, diverse, and non-obvious solutions, especially for open-ended problems. It should be avoided when speed and simplicity are paramount, as the parallel divergence adds overhead. The key trade-off is between breadth/novelty and efficiency/conventionality.

Analyzed by Git-Stars - 7/29/2026