What problem does it solve?
When users ask how to do a specific task or whether an existing skill can help, it can be time-consuming to search repositories and discover trustworthy, installable agent skills. This Skill streamlines discovery and installation so users can quickly extend agent capabilities without manual research.
Core Features & Use Cases
- Search and Discovery: Use the Skills CLI to search for skills by keyword and surface relevant matches for domains like React, testing, CI/CD, documentation, and design.
- Install Guidance: Present clear install commands, repository links, and short descriptions so users can decide which skill to add.
- Install Execution Offer: Offer to run the installation command on user approval, making it easy to add capabilities immediately.
- Use Case: A developer asks "how do I improve React performance?" and the Skill finds, summarizes, and offers to install a React performance best-practices skill.
Quick Start
Run a skills search for the task you described, for example "npx skills find react performance" and install a chosen result with npx skills add owner/repo@skill if you want it added.