find-skills

Searches and installs skills from the skills.sh registry using the npx skills CLI.

Updated Aug 6, 2026
One-click install
npx skills add https://github.com/ferrarifankid04/ai-skills-public --skill find-skills-ferrarifankid04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/ferrarifankid04/ai-skills-public/tree/main/claude-code/skills/find-skills
Command: npx skills add https://github.com/ferrarifankid04/ai-skills-public --skill find-skills-ferrarifankid04

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding and installing new AI agent skills requires manually browsing registries and running CLI commands, which slows down users who want to extend their agent's capabilities. ## Core Features & Use Cases - Registry Search: Runs npx skills search <query> to find skills by keyword, returning names, descriptions, and GitHub paths. - Guided Installation: Installs skills globally with npx skills add <github-path> --yes --global into ~/.agents/skills/ so Desktop Commander detects them automatically. - Use Case: A user asks "is there a skill for working with PDFs?" The assistant searches the registry, presents matching results, and installs the chosen skill so it is immediately available in new conversations. ## Quick Start Ask the assistant to find and install a skill for a task you want to automate, such as "find a skill for processing invoices."

Frequently Asked Questions about find-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for skills in the skills.sh registry?

Run `npx skills search <query>` with a relevant keyword, such as `npx skills search pdf`. The command lists matching skills with their names, descriptions, and GitHub paths.

How do I install a skill from the skills registry?

Run `npx skills add <github-path> --yes --global`, for example `npx skills add desktop-commander/skills/pdf --yes --global`. The --yes flag skips confirmation prompts and --global installs into ~/.agents/skills/.

Where are globally installed skills stored?

Skills installed with the --global flag are placed in ~/.agents/skills/. Desktop Commander auto-detects new skills in this directory, making them available in new conversations without manual configuration.

Can I update an already installed skill to the latest version?

Yes. Re-running `npx skills add` on an existing skill updates it to the latest version from the registry. No separate update command is needed.

Can I browse the skills registry without the CLI?

Yes. The registry is hosted at skills.sh and is browsable directly in a web browser, so you can review skill descriptions and GitHub paths before installing via the CLI.