find-skills

Find and install agent skills from the open ecosystem via the Skills CLI.

170|35|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/opensolon/soloncode --skill find-skills-opensolon
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/opensolon/soloncode/tree/main/soloncode-cli/release/skills/find-skills
Command: npx skills add https://github.com/opensolon/soloncode --skill find-skills-opensolon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users discover and install agent skills from the open ecosystem when existing capabilities don't cover a task.

Core Features & Use Cases

  • Discover relevant skills with natural-language queries and browse the skills leaderboard.
  • Install and manage skills from the ecosystem using the Skills CLI (npx skills).
  • Ensure skills stay up to date with check and update commands to maintain compatibility.

Quick Start

Ask the agent to find a suitable skill for your task and install it with the CLI.

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 for niche workflows?▼

To discover and install agent skills, you can use natural-language queries to search the open ecosystem and apply relevant skills via the CLI using `npx skills find` and `npx skills add`.

What is the best way to extend agent functionality when built-in capabilities are lacking?▼

The best way to extend agent functionality is by browsing the skills leaderboard to find suitable extensions and installing them through the CLI with `npx skills add`.

Can I check compatibility and update installed skills using the CLI?▼

Yes, you can run compatibility checks and update installed skills using the CLI commands `npx skills check` and `npx skills update` to maintain ecosystem compatibility.

Do I need to use natural-language queries to find skills, or can I browse available extensions?▼

You can do both; the system supports discovering relevant skills with natural-language queries and allows you to browse the skills leaderboard to find extensions manually.

Why should I use the Skills CLI instead of manually adding extensions to my agent?▼

Using the Skills CLI automates discovery, installation, and compatibility checks, ensuring your agent skills are correctly integrated and maintained without manual configuration errors.