find-skills

Find and install agent skills using the Skills CLI and skills.sh directory.

Updated Feb 24, 2025
One-click install
npx skills add https://github.com/JulioFlors/orchidium-project --skill find-skills-julioflors
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/JulioFlors/orchidium-project/tree/main/.agent/skills/find-skills
Command: npx skills add https://github.com/JulioFlors/orchidium-project --skill find-skills-julioflors

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install skills from the open agent skills ecosystem when they need capabilities that might exist as installable skills.

Core Features & Use Cases

  • Discover and surface installable agent skills from the open ecosystem.
  • Install skills via the Skills CLI commands (e.g., npx skills add) and manage updates.
  • Browse skills at skills.sh to learn more and compare options.

Quick Start

Use the Skills CLI to search for skills with a query like 'react performance' and preview install options.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover installable agent skills for a specific task?

You can discover installable agent skills by running the Skills CLI command `npx skills find` with a search query. This surfaces relevant skills from the open ecosystem that match your requested capabilities, allowing you to browse options before installing.

What is the best way to install agent skills from the open ecosystem?

The best way to install agent skills is by using the `npx skills add` command via the Skills CLI. This allows you to quickly add capabilities to your AI environment and manage updates from the open ecosystem directory.

How do I browse and compare available agent skills before installation?

You can browse and compare available agent skills by visiting the skills.sh directory. This platform lets you learn more about different skills, compare their features, and decide which ones to install via the CLI.

When should I search for new skills to extend my AI capabilities?

You should search for new skills when you ask how to do something, need a specific tool, or want to extend your AI capabilities with templates or workflows. The discovery process helps surface relevant installable skills for these tasks.

Do I need Node.js to use the Skills CLI for discovering and adding skills?

Yes, you need Node.js installed because the Skills CLI relies on the `npx` command to run `npx skills find` and `npx skills add`. This allows you to execute the discovery and installation commands without a global install.