find-skills

Locate and install agent skills using the Skills CLI.

3|Updated Jun 23, 2022
One-click install
npx skills add https://github.com/fbosch/dotfiles --skill find-skills-fbosch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/fbosch/dotfiles/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/fbosch/dotfiles --skill find-skills-fbosch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users locate and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Core Features & Use Cases

  • Discover and browse agent skills from the open agent skills ecosystem.
  • Provide install guidance and example commands using the Skills CLI.
  • Suggest relevant skills based on user queries and domain needs.

Quick Start

Use the Skills CLI to search for skills and install a chosen one.

Frequently Asked Questions about find-skills

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

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

You can discover agent skills by browsing the open skills ecosystem via the Skills CLI. It suggests relevant skills based on your domain needs and guides you on how to present installation options for the capabilities you want.

Can I install agent skills using npx?

Yes, you can install agent skills using npx commands through the Skills CLI. The skill provides specific install guidance and example commands to help you quickly add the desired capabilities to your environment.

What is the best way to browse the skills ecosystem?

The best way to browse the skills ecosystem is by using the Skills CLI to search for available capabilities. This allows you to locate existing skills, view suggestions, and find functionality that matches your specific requirements.

Do I need any dependencies to search for and install skills?

No dependencies are required to search for and install skills. The skill operates independently to help you locate capabilities and provides the necessary CLI commands for installation without needing external components.

How do I find a skill when I need to extend agent capabilities?

To find a skill for extending agent capabilities, ask questions like "how do I do X" or "is there a skill that can". The skill identifies these queries and suggests relevant installable options from the ecosystem.

Why use a CLI to find and install skills instead of manual setup?

Using a CLI to find and install skills automates the discovery process and provides exact installation commands. This prevents manual configuration errors and quickly extends your agent with validated ecosystem capabilities.