find-skills

Search, install, and update agent skills via the command line.

Updated May 25, 2026
One-click install
npx skills add https://github.com/ngquaanghuy/Crypto --skill find-skills-ngquaanghuy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/ngquaanghuy/Crypto/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/ngquaanghuy/Crypto --skill find-skills-ngquaanghuy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of finding and installing agent skills, making it quicker and more efficient for users to extend their agent's capabilities.

Core Features & Use Cases

  • Skill Discovery: Search for skills based on queries, keywords, or domain-specific tasks.
  • Skill Installation: Install skills directly through the Skills CLI with a single command.
  • Skill Updates: Check for and update installed skills to keep them up-to-date.
  • Skill Curation: Access a curated leaderboard of popular and trusted skills.
  • Use Case: If you're looking for a skill to help with code reviews, you can use this Skill to search, find, and install a code review skill with just a few commands.

Quick Start

To find and install a skill, type: npx skills find code review and then npx skills add <skill-name>

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 the command line?

To discover and install agent skills, use the command line interface to search with a query like `npx skills find code review`, then run `npx skills add <skill-name>` to install the desired skill directly.

Do I need node.js and npm to manage agent skill installation?

Yes, you need node.js and npm installed in your environment to use the command line interface for discovering, installing, and updating agent skills without manual configuration.

Can I search for skills based on specific keywords or domain tasks?

Yes, skill discovery supports searching based on queries, specific keywords, or domain-specific tasks to help you find relevant agent skills efficiently through the command line interface.

What is the best way to keep installed agent skills up to date?

The best way to keep installed agent skills up to date is using the command line interface to check for and apply skill updates, ensuring your agent's capabilities remain current without manual configuration.

How can I find popular and trusted agent skills for my workflow?

You can find popular and trusted agent skills by accessing the curated leaderboard through the command line interface, which highlights top skills available for quick installation.

Why does manual configuration take longer than using a skill management CLI?

Manual configuration takes longer because it requires individual setup steps, whereas the skill management CLI streamlines discovery, installation, and updates into single automated commands for immediate capability extension.