find-skills

Find installable agent skills matching user queries via the Skills CLI.

28|6|Updated Aug 25, 2022
One-click install
npx skills add https://github.com/sanity-io/pkg-utils --skill find-skills-sanity-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/sanity-io/pkg-utils/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/sanity-io/pkg-utils --skill find-skills-sanity-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill 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. It should be used when the user is looking for functionality that might exist as installable skill.

Core Features & Use Cases

  • Discovery & Search: Locate relevant agent skills based on user queries across the open agent-skills ecosystem.
  • Installation Guidance: Provide exact commands to install selected skills via the Skills CLI.
  • Contextual Recommendations: Suggest related skills and learning resources when a user asks for capabilities or templates.

Quick Start

Use the Skills CLI to discover and install skills. For example:

  • npx skills find <query>
  • npx skills add owner/repo@skill Learn more at https://skills.sh

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find agent skills for a specific task?

To discover agent skills for a specific task, use the Skills CLI by running 'npx skills find <query>'. This searches the open agent-skills ecosystem to locate and surface installable capabilities matching your requirements.

What is the best way to install an agent skill using the CLI?

The best way to install an agent skill is using the Skills CLI with the command 'npx skills add <owner/repo@skill>'. This directly adds the selected capability to your environment so you can extend your agent's functionality.

Can I use the Skills CLI without installing any dependencies first?

Yes, you can use the Skills CLI without pre-installing dependencies because it runs via npx. This allows you to directly discover and install agent skills on demand without adding permanent packages to your local environment.

How do I get installation commands and learning links for discovered skills?

You get installation commands and learning links for discovered skills by querying the Skills ecosystem. The CLI returns the exact 'npx skills add' commands needed for installation and directs you to skills.sh for more learning resources.

When should I search for an installable skill instead of building my own?

You should search for an installable skill when you ask questions like 'how do I do X' or need to extend agent capabilities. It helps you locate existing functionality across the ecosystem before committing to custom development.

Does the Skills CLI support discovering skills across different categories?

Yes, the Skills CLI supports discovering skills across different categories by matching user queries against the open agent-skills ecosystem. It surfaces relevant capabilities regardless of their specific functional domain.