Learn-skills.dev find-skills
Use when user asks to find, install, or search for agent skills. Also use when user asks 'can you do X' or 'is there a skill for X' where X is a specialized capability. Keywords: install skill, find skill, npx skills, skills.sh, extend agent, add capability.
install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/acedergren/agentic-tools/find-skills" ~/.claude/skills/neversight-learn-skills-dev-find-skills-a679a9 && rm -rf "$T"
manifest:
data/skills-md/acedergren/agentic-tools/find-skills/SKILL.mdsource content
Find Skills
Discover and install skills from the open agent skills ecosystem via the Skills CLI.
CLI Reference
npx skills find [query] # Search by keyword npx skills add <owner/repo@skill> # Install a skill npx skills add <owner/repo@skill> -g -y # Install globally, skip prompts npx skills check # Check for updates npx skills update # Update all installed skills npx skills init my-skill-name # Scaffold a new skill
Browse: https://skills.sh/
Known Sources
| Source | Skills |
|---|---|
| OCI (compute, IAM, networking, DBA, finops, landing-zones, genai), orchestrate, prd, implement, tdd, health-check, stitch-*, migrate, doc-sync, quality-commit, prod-readiness |
| React, Next.js, Vercel deployment, performance |
| General-purpose catalogue |
Install from agentic-tools:
npx skills add acedergren/agentic-tools@orchestrate npx skills add acedergren/agentic-tools@oracle-dba npx skills add acedergren/agentic-tools@prd
Install vs Answer Directly
| Situation | Decision |
|---|---|
| User explicitly asks for a skill | Install |
| Specialized domain (OCI, Stitch, TDD workflow) | Install — domain skills have non-obvious knowledge |
| General programming question | Answer directly — no skill needed |
| User says "can you do X" | Check for skill first, answer directly if none found |
Default: check before assuming no skill exists.
Search Strategy
- Run
— specific beats generic ("react testing" > "testing")npx skills find [domain] [task] - If no results: try synonyms ("deploy" / "deployment" / "ci-cd")
- Check
directly for OCI, auth, and workflow skillsacedergren/agentic-tools
If
npx isn't available: npm i -g skills then retry.
When No Results Found
npx skills find [query] returned no matches. Options: - I can help directly with my general capabilities - Create your own: npx skills init my-skill-name
NEVER
- Never install without
unless user explicitly wants project-local — project-local install puts skills in-g
which most users don't want./node_modules/.claude/ - Never skip showing the skills.sh link — users may want to inspect before installing
- Never assume
exhausts all options — check known sources table above for OCI/workflow skills that may not be indexed yetnpx skills find