Adhd Mode
Description
A Claude Code skill that explains things in short, chunked, ADHD-friendly steps instead of dense prose.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
adhd-mode
A Claude Code skill. Makes Claude explain things in short, chunked steps instead of dense paragraphs.
**Without it:**
The CI failure came from dependency cache drift: our cache key didn't include the lockfile hash, so the runner restored stale `node_modules`; local tests still passed because local installs were fresh, which made the breakage look non-deterministic.
**With it:**
**CI used stale dependencies.**
Our cache key missed the lockfile hash.
So CI restored old `node_modules`.
Local passed because local installs were fresh.
Fix: include the lockfile hash in the cache key.
Same content. Half the effort to read.
Install
git clone https://github.com/cedricrabarijohn/adhd-mode.git
cp -r adhd-mode/adhd-mode ~/.claude/skills/adhd-mode
Claude picks it up automatically. No config, no restart.
Avoid invoking it every time
You do **not** need to run `adhd-mode` manually on every prompt after installation.
Claude can auto-select this skill from its description when your request asks for:
- simpler explanations
- shorter/chunked responses
- ADHD/focus-friendly formatting
If you want it to be your default style even when you do not ask explicitly, add this to `~/.claude/CLAUDE.md`:
Always explain in adhd-mode style (short, chunked, numbered when useful) unless I ask for a different style.
The rules
See [`adhd-mode/SKILL.md`](adhd-mode/SKILL.md).
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11