find-skills

Find and install relevant skills via command-line tools.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/pxlcrtiv/opencode-setup --skill find-skills-pxlcrtiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/pxlcrtiv/opencode-setup/tree/main/skills/find-skills
Command: npx skills add https://github.com/pxlcrtiv/opencode-setup --skill find-skills-pxlcrtiv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires skills-cli, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Users may face the challenge of discovering the right skill for a specific task within the open agent skills ecosystem.

Core Features & Use Cases

  • Skill Discovery: Assists users in finding the appropriate skill to accomplish their goals.
  • CLI Integration: Offers command-line tools for interactive searching and installing skills.
  • Leaderboard Utilization: Provides a leaderboard for popular skills based on install count, guiding users to well-established options.
  • Quality Verification: Ensures that recommended skills are of high quality through install count and source reputation checks.

Quick Start

To find and install a skill for React performance optimization, use the following command:

npx skills find react performance && npx skills add vercel-labs/agent-skills@react-best-practices

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 a specific task?

You can discover and install agent skills by using the CLI tool to query the ecosystem, find relevant matches, and install them with a single command. This process ensures you get the right skill for your specific task.

What is the best way to find high-quality skills in the open agent ecosystem?

The best way to find high-quality skills is by checking the leaderboard for popular skills based on install count and verifying source reputation. This helps guide you to well-established and reliable options.

How do I search for a React performance optimization skill using the command line?

To search for a React performance skill, run `npx skills find react performance` in your CLI. This queries the ecosystem and returns relevant skills for extending agent capabilities.

Do I need the skills-cli installed to find and add new agent capabilities?

Yes, you need the skills-cli dependency to find and add new agent capabilities. It provides the command-line tools required for interactive searching, installing, and verifying skill quality.

Can I verify the quality of a skill before installing it to my agent?

Yes, skill quality is verified through install count and source reputation checks. This ensures that recommended skills are established and reliable before you install them to your agent.

What are the limitations of using a CLI for skill discovery?

CLI-based skill discovery requires knowledge of common tasks and popular skills, as well as CLI usage. Users unfamiliar with command-line interfaces may face a learning curve when querying the ecosystem.