find-skills

Locate and install agent skills using the Skills CLI.

7|1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/gustavo-ferreira03/my-career-toolbox --skill find-skills-gustavo-ferreira03
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/gustavo-ferreira03/my-career-toolbox/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/gustavo-ferreira03/my-career-toolbox --skill find-skills-gustavo-ferreira03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering and installing the right agent skills can be confusing and time-consuming, especially when exploring many sources. This skill streamlines that process by guiding users to identify relevant capabilities and initiate installations from the open agent skills ecosystem.

Core Features & Use Cases

  • Discover skills using the Skills CLI with commands like npx skills find [query] to surface relevant options.
  • Install selected skills with npx skills add <package> and learn about global installation with -g -y for quick setup.
  • Browse and compare skills via the skills catalog at https://skills.sh/ to choose the best fit for domains like web development, testing, and automation.

Quick Start

Search for a capability with the Skills CLI and install the best match.

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 agent skills using the CLI?▼

To discover and install agent skills, use the Skills CLI by running `npx skills find [query]` to search for relevant capabilities, then execute `npx skills add <package>` to install the selected package locally or globally with the `-g -y` flag.

What is the best way to find automation skills for web development?▼

The best way to find automation skills for web development is browsing the skills catalog at https://skills.sh/ to compare options, or using the Skills CLI with `npx skills find automation` to surface and install relevant ecosystem capabilities directly.

Can I globally install multiple agent skills at once?▼

Yes, you can globally install agent skills by appending the `-g -y` flags to the add command, enabling quick global setup across your environment without manual confirmation prompts for each package.

Do I need prior package manager experience to use the Skills CLI?▼

No prior package manager experience is required to use the Skills CLI, as it streamlines the discovery and installation process through straightforward `find` and `add` commands, returning structured metadata for seamless capability extension.

Why use the skills ecosystem instead of building custom automation from scratch?▼

Using the skills ecosystem instead of building custom automation saves time by providing structured metadata and pre-built capabilities, allowing you to discover, compare, and install tested solutions via the CLI rather than coding from scratch.