find-skills

Search the open skills ecosystem and install matching agent skills.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/imsus/cto --skill find-skills-imsus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/imsus/cto/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/imsus/cto --skill find-skills-imsus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding the right prebuilt agent skill for a task can be slow and guesswork-heavy, especially when you are not sure what already exists in the ecosystem.

Core Features & Use Cases

  • Skill discovery by intent: Identifies a user’s domain and task need (e.g., documentation, testing, deployment) and maps it to a targeted search query.
  • Ecosystem navigation via Skills CLI: Uses the Skills CLI to search, evaluate, and install community skills rather than starting from scratch.
  • Quality-focused recommendations: Helps users prefer reliable skills by considering popularity and source reputation before installing.

Quick Start

Tell the agent what you want to do, and ask it to find an installable skill for that exact task.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find existing agent skills for a specific developer workflow?

To find existing agent skills, use a skill discovery tool that maps your domain and task need to a targeted search query within the open skills ecosystem. It evaluates candidate skills using install counts and source reputation.

Can I use the Skills CLI to search for community productivity tools?

Yes, the Skills CLI enables you to search and install community productivity tools. It uses commands like npx skills find and npx skills add to navigate the ecosystem and evaluate available options.

What is the best way to install an agent skill for a documentation task?

The best way to install an agent skill is to express your documentation task intent to the agent, which then searches for matching capabilities and recommends reliable options based on popularity and source reputation.

Does finding agent skills require any prerequisite environment setup?

Finding agent skills requires no complex environment setup beyond having the Skills CLI available to execute npx skills commands. You simply tell the agent what you want to do to start the discovery workflow.

How do I evaluate if a community skill is reliable before installing it?

To evaluate if a community skill is reliable, check its install counts and source reputation. This quality-focused approach helps you prefer reliable skills before running the npx skills add command.

How do I check for updates to installed agent skills?

You can check for updates using the npx skills check and npx skills update commands provided by the Skills CLI to ensure your installed agent skills remain current within the ecosystem.