find-skills

Find and install agent skills using the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires skills-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users find and install the right skills for their agent, streamlining the process of extending capabilities.

Core Features & Use Cases

  • Skill Discovery: Find and install skills based on user queries or needs.
  • Skill Management: Manage and update installed skills using the Skills CLI.
  • Use Case: When a user wants to add a new feature or capability to their agent, this skill can help them find and install the appropriate skill.

Quick Start

Use the npx skills find <query> command to search for and install a skill for your agent.

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 skills for an agent system?

You can discover and install skills for an agent system by querying the skill repository with the `npx skills find <query>` command, which matches your needs to available capabilities for installation.

What is skill discovery and how does it work with the Skills CLI?

Skill discovery identifies relevant capabilities for your agent system by processing user queries through the Skills CLI, searching the skill repository to match your needs with available installable skills.

Do I need the Skills CLI to manage my installed agent skills?

Yes, the Skills CLI is required as the core dependency to manage installed agent skills, providing the necessary commands to handle installation, updates, and ecosystem maintenance for your agent system.

Can I update and manage installed skills using the find-skills approach?

Yes, the find-skills approach supports skill management by utilizing the Skills CLI, providing the necessary commands to update, maintain, and manage the installed skill ecosystem for your agent system.

What is the best way to add a new feature to an agent?

The best way to add a new feature to an agent is by using the `npx skills find <query>` command, which searches the skill repository to locate and install the appropriate skill that matches your desired capability.

What are the limitations when discovering skills for an agent system?

Limitations include requiring the Skills CLI and direct access to the skill repository for discovery. Without these dependencies, the skill ecosystem cannot be queried or managed for the agent system.