docs(agents): add i-have-adhd skill to optional global set

This commit is contained in:
Ryan Yin
2026-09-19 08:31:08 +08:00
parent 02346df157
commit 0ddf3f4471
+4
View File
@@ -50,6 +50,9 @@ npx skills add -g DietrichGebert/ponytail --skill 'ponytail-review'
# enable a terse response mode when context or token usage matters # enable a terse response mode when context or token usage matters
npx skills add -g JuliusBrussee/caveman --skill 'caveman' 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 # inspect and control herdr panes, tabs, workspaces, agents, and commands from a herdr pane
npx skills add -g herdrdev/herdr --skill 'herdr' npx skills add -g herdrdev/herdr --skill 'herdr'
``` ```
@@ -81,6 +84,7 @@ References:
- https://github.com/blader/humanizer - https://github.com/blader/humanizer
- https://github.com/DietrichGebert/ponytail - https://github.com/DietrichGebert/ponytail
- https://github.com/JuliusBrussee/caveman - https://github.com/JuliusBrussee/caveman
- https://github.com/ayghri/i-have-adhd
- https://github.com/herdrdev/herdr - https://github.com/herdrdev/herdr
- https://github.com/anthropics/skills - https://github.com/anthropics/skills
- https://github.com/trailofbits/skills - https://github.com/trailofbits/skills