find-skills

Discover and install agent skills using the Skills CLI.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/stevessr/dotsfiles --skill find-skills-stevessr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/stevessr/dotsfiles/tree/main/dot_agents/skills/find-skills
Command: npx skills add https://github.com/stevessr/dotsfiles --skill find-skills-stevessr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover and install agent skills from the open agent skills ecosystem when they are exploring functionality that might exist as an installable skill.

Core Features & Use Cases

  • Discovery: Find relevant skills based on user queries and needs.
  • Installation Guidance: Provide commands and steps to install a skill via the Skills CLI.
  • Browsing & Evaluation: Direct users to skills.sh to explore options and compare capabilities.

Quick Start

Ask me to find a skill that matches a task and install it using the Skills CLI.

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?

You can discover agent skills by running npx skills find with a query, then install them using the npx skills add command. This searches the ecosystem and enables easy installation to extend your agent's capabilities.

What is the best way to browse and compare available agent skills?

The best way to browse and evaluate available agent skills is by visiting skills.sh. This exploration site allows you to compare capabilities and find relevant skills before installing them via the CLI.

Can I update installed agent skills through the Skills CLI?

Yes, you can update installed agent skills through the Skills CLI. The tool supports the npx skills update command to check for and apply the latest versions of your installed ecosystem skills.

Do I need to install anything globally to use the Skills CLI?

You do not need a global installation to use the Skills CLI. By using npx skills, you can run discovery, installation, and evaluation commands directly without permanently installing the package on your system.

How can I check if a specific skill is already installed?

You can check if a specific skill is installed by using the npx skills check command. This verifies your current installed agent skills against the open ecosystem to prevent duplicate installations.