find-skills

star 5

Find and install agent skills with `npx playbooks find skill` and `npx playbooks add skill`. Use whenever a skill needs to be discovered or installed.

iannuttall By iannuttall schedule Updated 2/15/2026

name: find-skills description: Find and install agent skills with npx playbooks find skill and npx playbooks add skill. Use whenever a skill needs to be discovered or installed.

find-skills

  • Search: npx playbooks find skill "<query>"
  • Search is lexical by default; use --semantic for natural language search
  • Output is ordered by best match and prints ready-to-run install commands
  • If a repo/source is known, you can list skills: npx playbooks add skill <source> --list
  • List agent IDs: npx playbooks list agents
  • Ask which agent(s) to install to and whether global (-g) or project
  • Install a specific skill: npx playbooks add skill <source> --skill <skill-name> -a <agent> [-g] [-y]
  • Install all skills from a source only if user requests: npx playbooks add skill <source> --all
Install via CLI
npx skills add https://github.com/iannuttall/skills --skill find-skills
Repository Details
star Stars 5
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator