find-skills

Search and install agent skills using the Skills CLI.

Updated Sep 5, 2020
One-click install
npx skills add https://github.com/dtorras/dotfiles --skill find-skills-dtorras
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/dtorras/dotfiles/tree/main/config/claude/skills/find-skills
Command: npx skills add https://github.com/dtorras/dotfiles --skill find-skills-dtorras

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover and install agent skills from the open agent-skills ecosystem, saving time and enabling capability expansion without manual setup.

Core Features & Use Cases

  • Discover relevant skills using natural language queries.
  • Install selected skills via the Skills CLI (npx skills add).
  • Browse skill details and updates from skills.sh to make informed choices.

Quick Start

Search for a skill with npx skills find <query> and install it with npx skills add owner/repo@skill.

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 from the open ecosystem?

To discover and install agent skills, use the CLI to run `npx skills find <query>` for natural language search, then execute `npx skills add <owner/repo@skill>` to install the selected capability directly into your environment.

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

The best way to search for existing agent skills is using `npx skills find <query>`, which matches natural language queries against the open skills ecosystem to help you locate relevant capabilities quickly without manual browsing.

Can I check for updates and browse details for skills installed via the CLI?

Yes, you can check for updates and browse details for installed skills. The CLI supports check and update commands, allowing you to view information from skills.sh to make informed decisions about your installed capabilities.

Does the skills CLI require any dependencies to search and add capabilities?

No external dependencies are required to search and add capabilities. The skills CLI operates via npx, allowing you to run find and add commands directly within your current software engineering environment without prior setup.

How do I manage and update installed agent skills over time?

To manage and update installed agent skills, use the CLI's update and check commands. These features allow you to verify current versions and pull the latest updates from the ecosystem to keep your capabilities current.