Skip to main content
Choose the agent skill for interactive use, the CLI for terminal runs, or the library inside an application. Node.js 18+ is required for the CLI and library.

Use ADHD as an agent skill

1

Install the skill

One command, auto-detects your agent (Claude Code, Cursor, Antigravity, Codex, Cline, Gemini CLI, Windsurf, and ~50 more):
2

Restart your agent

Restart so the skill is discovered.
3

Invoke it

Invoke explicitly:
The skill may also auto-trigger on open-ended design, naming, refactoring, and brainstorming prompts. It deliberately stays out of the way for lookups and known-root-cause bugs — see the pre-flight gate.

Use the CLI

1

Authenticate

Set ANTHROPIC_API_KEY, or — if Claude Code is installed locally — the CLI inherits its auth automatically.
2

Install and run

Common variations:
Expect several LLM calls per run. The default flow returns clusters, a shortlist, traps, three deepened ideas, and a provocation.

Use the TypeScript library

Troubleshooting

Reopen your shell and make sure npm’s global binary directory is on PATH.
Follow the per-platform paths in Installation — some agents (notably certain Codex builds) need a forced target or a manual copy into their skills directory.

Next steps

Installation

Every install path — skill, CLI, library, Agent SDK, per-platform.

CLI & Library reference

Every flag and result type.