find-skills

Search, install, check, and update agent skills via the Skills CLI.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/joaopiccioni44/Claude-skills --skill find-skills-joaopiccioni44
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/joaopiccioni44/Claude-skills/tree/main/user-skills/find-skills
Command: npx skills add https://github.com/joaopiccioni44/Claude-skills --skill find-skills-joaopiccioni44

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Core Features & Use Cases

  • Discover skills via the Skills CLI (npx skills find [query])
  • Install skills from GitHub or other sources (npx skills add <package>)
  • Browse available skills at skills.sh and manage installed skills with check/update

Quick Start

Use the Skills CLI to search for a skill and install it with the add command.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover and install Claude skills to extend agent capabilities?

To discover and install Claude skills, use the Skills CLI with commands like 'npx skills find [query]' to search and 'npx skills add <package>' to install desired capabilities directly into your agent workflow.

What is the best way to search for an existing agent skill for a specific task?

The best way to search for an agent skill is using the 'npx skills find [query]' command or browsing available skills online at skills.sh to locate installable functionality matching your requirements.

Can I install skills from GitHub repositories using the Skills CLI?

Yes, you can install skills from GitHub or other sources by executing the 'npx skills add <package>' command, which integrates the specified skill package directly into your local agent environment.

How do I check and update installed agent skills via CLI?

You can check and update installed agent skills using the Skills CLI's built-in check and update operations, ensuring your installed packages remain current and functional within your development setup.

Do I need Node.js to use the Skills CLI for finding and adding skills?

Yes, you need Node.js installed because the Skills CLI operates via npx commands ('npx skills find' and 'npx skills add') to execute the discovery and installation workflow locally.

When should I use the Skills CLI instead of manually browsing skills.sh?

Use the Skills CLI when you need to quickly search, install, check, or update skills via terminal commands, and browse skills.sh when you want to manually explore available agent capabilities online.