hyperfocus-e36fdd — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited hyperfocus-e36fdd (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<h1 align="center">Hyperfocus</h1>
<p align="center"> <strong>Your brain works differently. Your tools should too.</strong> </p>
<p align="center"> <img src="https://img.shields.io/badge/ADHD-friendly-7C3AED?style=flat" alt="ADHD Friendly"> <img src="https://img.shields.io/badge/evidence-based-0EA5E9?style=flat" alt="Evidence Based"> <img src="https://img.shields.io/github/stars/nextor2k/hyperfocus?style=flat&color=7C3AED" alt="Stars"> <img src="https://img.shields.io/github/last-commit/nextor2k/hyperfocus?style=flat" alt="Last Commit"> <img src="https://img.shields.io/github/license/nextor2k/hyperfocus?style=flat" alt="License"> </p>
Hyperfocus restructures Claude's output so your brain can lock in. Not fewer words — better structure.
claude plugin marketplace add nextor2k/hyperfocus
claude plugin install hyperfocus@hyperfocusThen type /hyperfocus in any conversation. Done.
Hyperfocus changes how Claude talks to you.
Every response gets:
[!IMPORTANT] Same depth. Same technical accuracy. Just structured so your brain can absorb it.
Pick your level of structure. Switch anytime with /hyperfocus clean|flow|zen.
For: code reviews, quick answers, PR descriptions.
Shorter paragraphs, front-loaded points, bullet lists. Professional tone stays intact.
For: learning, debugging, technical explanations.
Each section follows What → Why → How. Subheadings every 2–3 paragraphs for easy re-entry after breaks.
For: dense docs, architecture discussions, long sessions.
TL;DR at the top of every response. Almost everything in lists or tables. Every section stands alone.
This is what the same Claude response looks like without and with hyperfocus.
Without hyperfocus (default Claude):
TheuseMemohook in React is used to memoize expensive computations so that they are only recalculated when their dependencies change. This is particularly useful when you have a component that re-renders frequently but has some computation that doesn't need to run on every render. WithoutuseMemo, React would recalculate the value on every render, which could lead to performance issues. You should use it when you have computationally expensive operations that depend on specific props or state values, but be careful not to overuse it as the memoization itself has a small cost.
With hyperfocus — all three modes side by side:
<table> <tr> <th width="33%">Clean</th> <th width="34%">Flow</th> <th width="33%">Zen</th> </tr> <tr> <td>
useMemo caches expensive computations between re-renders. React only recalculates when dependencies change.
Use it when the computation is expensive and the component re-renders frequently. Don't overuse it — memoization itself has a small cost.
</td> <td>
`useMemo` prevents unnecessary recalculation on re-renders.
What It Does
It caches a computed value. React only recalculates when dependencies change.
When To Use It
Use useMemo when:
Watch Out
Don't overuse it. Memoization has a small cost. Only apply it where you can measure a difference.
</td> <td>
TL;DR: useMemo caches expensive computations. Only recalculates when dependencies change.
What
When
Caution
</td> </tr> </table>
Claude Code marketplace (recommended):
claude plugin marketplace add nextor2k/hyperfocus
claude plugin install hyperfocus@hyperfocusOr install the skill directly:
npx skills add nextor2k/hyperfocus<details> <summary><strong>Other agents (Codex, GitHub Copilot, manual)</strong></summary>
Codex:
npx skills add nextor2k/hyperfocus -a codexGitHub Copilot:
npx skills add nextor2k/hyperfocus -a github-copilotManual: Clone this repo. Copy skills/hyperfocus/ into your project's skills folder.
</details>
| Action | Command |
|---|---|
| Activate | /hyperfocus |
| Switch mode | /hyperfocus clean or flow or zen |
| Turn off | stop hyperfocus |
| Always on | /hyperfocus persistent |
| Stop always on | /hyperfocus disable |
You can also say "focus mode", "adhd mode", or "adhd friendly" in your prompt.
Want hyperfocus on every session without typing /hyperfocus each time? Make it persistent.
/hyperfocus persistentThis installs a UserPromptSubmit hook that re-injects the formatting rules on every turn. Zero drift — even in long conversations.
| Command | What it does |
|---|---|
/hyperfocus persistent | Auto-activate globally (all projects) |
/hyperfocus persistent project | Auto-activate for this project only |
/hyperfocus disable | Remove auto-activation |
Hyperfocus is a skill — one file of formatting rules that load into Claude's context. No code, no build step. Code blocks, commits, and PRs stay untouched. Only prose gets restructured.
[!WARNING] Some agents (Opencode, omp) may need re-activation each turn. That's an agent limitation, not a hyperfocus one.
Every rule in Hyperfocus comes from peer-reviewed research or published accessibility standards.
| Principle | What the research says | Source |
|---|---|---|
| Short sentences | Comprehension drops sharply past 20 words | Oxford/Plain English |
| Chunking | ADHD brains process sequential chunks better than parallel info | PMC6996017 |
| Front-loading | ADHD readers may not reach the end — answer goes first | W3C COGA |
| Visual hierarchy | Good subheadings enable re-entry in under 2 seconds | ATG Publishing |
| Blank lines | Walls of text trigger task abandonment | ATG Level 1 |
<details> <summary><strong>Full source list</strong></summary>
</details>
ADHD isn't a deficit to work around. Hyperfocus is the superpower.
This plugin removes the friction that blocks it. When information is structured right, your brain locks in — not because it was forced to, but because nothing got in the way.
If you have ideas for better ADHD-friendly formatting — especially if you have ADHD yourself — open an issue or PR.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.