find-skills

Discover and install agent skills using the Skills CLI.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/justincordova/agents --skill find-skills-justincordova
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/justincordova/agents/tree/main/skills/find-skills
Command: npx skills add https://github.com/justincordova/agents --skill find-skills-justincordova

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills from the open agent skills ecosystem when they ask questions like "find a skill for X" or express interest in extending capabilities. This enables rapid capability expansion without manual lookups.

Core Features & Use Cases

  • Skills CLI: Use npx skills to search, install, check, and update skills from GitHub or other sources.
  • Discovery & Validation: Provides guidance on evaluating potential skills by install count, source reputation, and GitHub stars.
  • Use Case: A developer asks "is there a skill for X?" and quickly finds/install a compatible skill.

Quick Start

Run a query in your terminal: npx skills find react to locate skills relevant to your 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 and install agent skills from the open ecosystem?

To find and install agent skills, use the Skills CLI command `npx skills find [keyword]` to search the open ecosystem, then evaluate results by install count and GitHub stars before installing.

What is the best way to search for task-specific skills using the CLI?

The best way to search for task-specific skills is using the Skills CLI to query the open ecosystem by domain keywords, validate metadata requirements, and check dependencies before installation.

How do I validate an agent skill before installing it?

Validate an agent skill before installation by checking its install count, source reputation, and GitHub stars, while confirming it enforces metadata requirements like a root SKILL.md with a name and description.

Does the Skills CLI report dependencies and safety considerations for discovered skills?

Yes, the Skills CLI reports dependencies, components, and safety considerations for discovered skills, providing the metadata needed to evaluate reuse and integration safely within your environment.

Can I use the Skills CLI to update installed skills from GitHub sources?

Yes, you can use the Skills CLI to check and update installed skills from GitHub or other sources, ensuring your agent capabilities remain current with the latest open ecosystem releases.