find-skills

Discover, install, and manage agent skills via a command-line interface.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/zcluu/PerfectSkills --skill find-skills-zcluu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/zcluu/PerfectSkills/tree/main/skills/find-skills
Command: npx skills add https://github.com/zcluu/PerfectSkills --skill find-skills-zcluu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users find and install the right agent skills based on their queries or requirements, eliminating the need to manually search for suitable skills.

Core Features & Use Cases

  • Skill Discovery: Search for skills based on user queries, keywords, or task descriptions.
  • Skill Installation: Automatically install skills from GitHub or other sources using the Skills CLI.
  • Skill Management: Check for updates, manage installed skills, and maintain an up-to-date skill inventory.

Quick Start

To find a skill related to "React development", use the command: npx skills find react development

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 from a command-line interface?

You can discover and install agent skills using the command-line interface by running `npx skills find <keywords>` to search GitHub and fetch relevant skills for your agent. This eliminates manual searching and directly extends your agent's capabilities.

Can I search for GitHub skills using specific task keywords or queries?

Yes, you can search for GitHub skills using specific task keywords or natural language queries. The CLI utilizes a search feature to match your input queries with suitable skills available on GitHub, fetching them for installation.

What is the best way to manage installed agent skills and check for updates?

Managing installed agent skills and checking for updates is handled directly through the Skills CLI. This provides a command-line interface to maintain an up-to-date skill inventory and manage installed packages from GitHub or other sources.

Does skill discovery work without manually browsing repositories?

Yes, skill discovery works without manually browsing repositories. The command-line tool integrates directly with GitHub to fetch and install skills based on your provided keywords or task description, completely automating the discovery process.

What do I need to use the command-line tool to find and install skills?

You need a command-line environment to run the `npx skills find <query>` command to find and install skills. The tool integrates with GitHub to fetch skills, requiring no additional dependencies to start extending your agent's capabilities.