find-skills

Discover and install agent skills using the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover and install agent skills from the open ecosystem when they want capabilities beyond their current setup, guiding them toward installable options.

Core Features & Use Cases

  • Discover relevant skills by interpreting user questions like "find a skill for X" or "is there a skill that can..."
  • Propose installation steps and references for installing skills via the Skills CLI (npx skills add owner/repo@skill).
  • Provide a browse-and-evaluate flow with links to learn more at skills.sh.

Quick Start

Tell me the task you want to accomplish and I will search for matching skills and propose install options.

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 Skills CLI by running `npx skills find` to locate relevant capabilities and `npx skills add <owner/repo@skill>` to install them. You can browse available options at skills.sh.

Can I search for a specific agent skill to help with a task I need to accomplish?

Yes, you can search for a specific agent skill by describing your task. The find-skills guidance interprets requests like "find a skill for X" and proposes matching installable options from the open agent skills ecosystem using the Skills CLI.

What's the best way to manage and update installed agent skills?

The best way to manage and update installed agent skills is through the Skills CLI. Use the `npx skills check` command to verify your current setup and `npx skills update` to pull the latest versions of your installed capabilities.

Do I need any dependencies to use the Skills CLI for finding and adding skills?

No dependencies are required to start finding and adding skills. The Skill operates independently using the Node.js package runner (npx) to execute the `skills` commands directly, allowing you to locate and install ecosystem capabilities without prior setup.

How does the skill discovery process work when I ask for new agent capabilities?

The skill discovery process works by interpreting your natural language questions about expanding agent capabilities. It then queries the open agent skills ecosystem via the `npx skills find` command and proposes installation steps with references for matching results.

Where can I browse and evaluate agent skills before installing them via CLI?

You can browse and evaluate agent skills before installing them by visiting skills.sh. This provides a browse-and-evaluate flow with links to learn more about each skill before you commit to installing via the CLI.