find-skills

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

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/liangmiQwQ/skills --skill find-skills-liangmiqwq
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/liangmiQwQ/skills/tree/main/skills/find-skills
Command: npx skills add https://github.com/liangmiQwQ/skills --skill find-skills-liangmiqwq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install agent skills from the open agent skills ecosystem.

Core Features & Use Cases

  • Discovering relevant skills based on user queries and intents.
  • Guiding installation via the Skills CLI (npx skills).
  • Providing onboarding steps and best-practice recommendations for new skills.

Quick Start

Ask for help finding a skill, then use the Skills CLI to search, install, and manage skills.

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 using a CLI?▼

To discover and install agent skills, use the Skills CLI (npx skills) to search the open agent skills ecosystem, compare options, and install capabilities directly. It guides onboarding steps and enforces a SKILL.md file with YAML frontmatter.

What is the best way to find an agent skill for a specific task?▼

Finding an agent skill for a specific task involves querying the open agent skills ecosystem via the Skills CLI. It matches user intents to relevant skills, providing onboarding steps and best-practice recommendations for newly installed capabilities.

Do I need a specific file format to onboard new agent skills?▼

Yes, onboarding new agent skills requires a SKILL.md file with a YAML frontmatter containing a name and description. It also supports optional directories like scripts, references, and assets as needed for the skill's functionality.

Can I compare available agent skills before installing them?▼

Yes, you can compare available agent skills before installing them. The discovery process applies when users want to find a skill for a task or compare options, allowing you to evaluate capabilities within the open agent skills ecosystem before installation.

What limitations exist when managing skills with the Skills CLI?▼

When managing skills with the Skills CLI, the structure is limited by enforcing a SKILL.md with YAML frontmatter for name and description. Skills rely on optional directories like scripts, references, and assets rather than predefined dependencies or components.