find-skills

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

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/MomoDaviluke/star-citizen-promotion --skill find-skills-momodaviluke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/MomoDaviluke/star-citizen-promotion/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/MomoDaviluke/star-citizen-promotion --skill find-skills-momodaviluke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install agent skills from the open ecosystem to extend capabilities for agents.

Core Features & Use Cases

  • Discovery & search: Find skills by keyword and topic.
  • Installation: Install chosen skills via the Skills CLI.
  • Quality & guidance: Browse leaderboard and verify sources before install.

Quick Start

Use the Skills CLI to search for skills with npx skills find <query> and install with npx skills add owner/repo@skill.

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 to extend capabilities?

To discover and install agent skills, use the Skills CLI to search by keyword with 'npx skills find <query>', then install chosen skills with 'npx skills add <owner/repo@skill>' to extend your agent's capabilities.

What is the open ecosystem for agent skills?

The open ecosystem for agent skills is a modular repository where you can discover, compare, and install capabilities to augment your agents using a standardized format with YAML frontmatter, optional scripts, and asset directories.

Can I compare sources before I install agent skills?

Yes, you can compare sources before you install agent skills by browsing the leaderboard to verify quality and guidance, ensuring you select the best modular skills for your needs.

What format does an agent skill require for installation?

An agent skill requires a YAML frontmatter with at least a name and description for installation, and may include optional scripts, references, and assets directories for runtime use.

Do I need the Skills CLI to add modular skills to my agent?

Yes, you need the Skills CLI to add modular skills to your agent, as it provides the 'npx skills find' and 'npx skills add' commands necessary for discovering and installing from the open ecosystem.