find-skills

Find installable agent skills matching a user's request and provide install commands.

Updated Jul 11, 2022
One-click install
npx skills add https://github.com/zhengfran/dotconfig --skill find-skills-zhengfran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/zhengfran/dotconfig/tree/main/tools/ai/agents/skills/find-skills
Command: npx skills add https://github.com/zhengfran/dotconfig --skill find-skills-zhengfran

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of not knowing whether useful agent capabilities already exist as an installable skill, and how to locate and add them quickly.

Core Features & Use Cases

  • Skill discovery by intent: Helps users translate a goal like “how do I do X” into effective searches that surface relevant skills in the open ecosystem.
  • Guided installation workflow: Provides the install/update actions users need to add a skill once they’ve found the right match.
  • Practical examples across domains: Works for common tasks (e.g., React performance), specialized requests (e.g., PR review support), and documentation-style needs (e.g., changelogs).

Quick Start

Tell the AI what you want to do (for example, “Find a skill that helps with PR reviews”) and ask it to return the best matching skills and the command to install the one you choose.

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 specific workflow automation tasks?

To discover agent skills, translate your goal into a search query to surface relevant packages in the open ecosystem and get the exact installation command for the matching skill.

What's the best way to extend agent capabilities for PR reviews or React performance?

The best way to extend agent capabilities is searching the skills ecosystem for your specific domain like PR reviews or React performance, then installing the matching GitHub package using the provided CLI command.

Can I use skill discovery to locate GitHub packages for DevOps or documentation workflows?

Yes, skill discovery works across DevOps, documentation, design, and productivity workflows by matching your functional request to locate installable GitHub packages and providing the exact install target.

How do I install a skill after finding a match in the agent ecosystem?

After finding a match, install the skill using the exact package identifier and install command provided by the search results to add the capability to your agent workflow.

Do I need a specific CLI to search for and install productivity automation skills?

Yes, finding and installing productivity automation skills requires using a skills ecosystem search capability like a Skills CLI find operation to generate actionable package identifiers and installation commands.