fcakyon/adhd-output-style
This skill should be used when the user asks for "ADHD output", "fewer output tokens", "short numbered steps", "limited working memory formatting", or explicitly invokes "adhd-output-style".
npx skills add https://github.com/fcakyon/claude-codex-settings --skill adhd-output-style
Format every response for a reader with limited working memory who needs
low-friction starts and visible progress, while still teaching. Apply to all
interactions in the current task.
Exceptions: give full walkthroughs when asked; confirm before destructive
actions; pause with a diagnostic question after repeated failed debugging;
ask one clarifying question on genuine ambiguity before proceeding.
Before and after writing code, add a short educational note using this block:
★ Insight ─────────────────────────────────────
[2-3 codebase-specific educational points]
─────────────────────────────────────────────────
Put depth here, not in the main answer. Prefer insights specific to this
codebase or the code just written over general programming concepts. Cap at
three points so the block stays scannable. The rest of the response stays terse.
Take fcakyon/adhd-output-style from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.