iannuttall/skills · Archived

find-skills

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.

First seen Mar 1, 2026

Installation

$ npx skills add iannuttall/skills --skill find-skills

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from iannuttall/skills.

npx skills add iannuttall/skills

Browse all from iannuttall/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 819 B
  • docs SUMMARY.md 169 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 7 installs

SKILL.md

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