From 0ddf3f447172c661d2b9dfe6e3155e03a68d19f4 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 19 Sep 2026 08:31:08 +0800 Subject: [PATCH] docs(agents): add i-have-adhd skill to optional global set --- agents/install-skills.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/agents/install-skills.md b/agents/install-skills.md index fc021a3c..d8b3f3b5 100644 --- a/agents/install-skills.md +++ b/agents/install-skills.md @@ -50,6 +50,9 @@ npx skills add -g DietrichGebert/ponytail --skill 'ponytail-review' # enable a terse response mode when context or token usage matters npx skills add -g JuliusBrussee/caveman --skill 'caveman' +# shape replies for an ADHD reader: next action first, numbered steps, restated state +npx skills add -g ayghri/i-have-adhd --skill 'i-have-adhd' + # inspect and control herdr panes, tabs, workspaces, agents, and commands from a herdr pane npx skills add -g herdrdev/herdr --skill 'herdr' ``` @@ -81,6 +84,7 @@ References: - https://github.com/blader/humanizer - https://github.com/DietrichGebert/ponytail - https://github.com/JuliusBrussee/caveman +- https://github.com/ayghri/i-have-adhd - https://github.com/herdrdev/herdr - https://github.com/anthropics/skills - https://github.com/trailofbits/skills