find-skills

Discover and install agent skills via npx skills commands.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/drdanmaggs/rocket-fuel --skill find-skills-drdanmaggs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/drdanmaggs/rocket-fuel/tree/main/internal/plugin/skills/find-skills
Command: npx skills add https://github.com/drdanmaggs/rocket-fuel --skill find-skills-drdanmaggs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering and installing the right agent skills when you need capabilities, without wading through manual searches.

Core Features & Use Cases

  • Discover relevant skills with the Skills CLI (npx skills find [query]).
  • Install selected skills with npx skills add owner/repo@skill.
  • Manage installed skills with npx skills check and npx skills update, plus browse examples at https://skills.sh.
  • Use cases include finding a skill for task automation, integration, or specialized workflows.

Quick Start

Use the Skills CLI to search for a skill and install the one that best fits your needs.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find and install agent skills for task automation?

Search for agent skills via the CLI using npx skills find [query]. Install the chosen capability with npx skills add <owner/repo@skill> to enable task automation.

What is the best way to manage installed agent skills and check for updates?

Manage installed agent skills by running npx skills check to verify their status and npx skills update to retrieve the latest versions. You can also browse examples at skills.sh for additional guidance.

Can I discover specialized coding and testing skills through a CLI?

Yes, you can discover coding and testing skills via the CLI. Execute npx skills find with your query to identify available agent skills for software engineering and workflow automation.

Do I need any dependencies to use the skills CLI for discovering agent capabilities?

No external dependencies are required to use the skills CLI. You can execute npx skills commands directly to find, add, check, and update agent skills without prerequisite packages.

Why does discovering the right agent skills manually take so long?

Manual discovery of agent skills is slow because you must wade through unorganized repositories. The skills CLI solves this by providing targeted search commands for your workflow needs.

How do I browse available agent skills online before installing them?

Browse available agent skills and examples at https://skills.sh. This site provides guidance to help you evaluate capabilities before installing them via the skills CLI.