← All plugins
hyperfocus
v0.2.0ADHD-friendly output formatting for Claude Code. Restructures responses with evidence-based cognitive accessibility: chunking, visual hierarchy, front-loaded key points, and progressive disclosure.
Claude Code1 skill
by Nestor MagalhaesMIT2.6kupdated 2 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/hyperfocus/ inside the repository.
Layout
plugins/productivity/hyperfocus/
├── .claude-plugin/plugin.json└── skills/hyperfocus/SKILL.md
Skills1
hyperfocusskills/hyperfocus/SKILL.md
ADHD-friendly output formatting for Claude Code. Restructures responses with evidence-based cognitive accessibility: chunking, visual hierarchy, front-loaded key points, and progressive disclosure. Three modes: clean, flow (default), zen. Use when user says "hyperfocus", "focus mode", "adhd mode", "adhd friendly", or invokes /hyperfocus.
Manifests1
plugins/productivity/hyperfocus/.claude-plugin/plugin.json
{
"name": "hyperfocus",
"version": "0.2.0",
"description": "ADHD-friendly output formatting for Claude Code. Restructures responses with evidence-based cognitive accessibility: chunking, visual hierarchy, front-loaded key points, and progressive disclosure.",
"author": {
"name": "Nestor Magalhaes",
"email": "nestor.magalhaes@appex.world"
},
"repository": "https://github.com/nextor2k/hyperfocus",
"license": "MIT",
"keywords": [
"accessibility",
"adhd",
"neurodivergent",
"formatting",
"readability",
"productivity",
"cognitive-accessibility"
]
}