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