find-skills

Locate and install modular agent skills using the Skills CLI.

1|Updated Feb 13, 2025
One-click install
npx skills add https://github.com/Aniket-a14/Wizard-w1 --skill find-skills-aniket-a14
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Aniket-a14/Wizard-w1/tree/main/.github/skills/find-skills
Command: npx skills add https://github.com/Aniket-a14/Wizard-w1 --skill find-skills-aniket-a14

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover and install agent skills from the open agent skills ecosystem.

Core Features & Use Cases

  • Discover and install a wide range of modular agent skills from a community-driven ecosystem.
  • Help users identify skills that match their needs, then provide installation guidance and learning resources.
  • Use Case: Imagine you want to extend your agent with a PR review or inventory template skill; this skill finds and guides you to the right install.

Quick Start

Use the Skills CLI to search for, install, and manage skills:

  • npx skills find [query]
  • npx skills add <package>
  • npx skills check
  • npx skills update

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 for specific tasks?

You can discover agent skills using the Skills CLI via 'npx skills find [query]' to locate matching packages, then apply them with 'npx skills add <package>' from the community ecosystem.

What is the Skills CLI and how does it manage modular capabilities?

The Skills CLI is an npx command-line tool used to search, add, check, and update modular agent capabilities from the open agent skills ecosystem across domains like design and deployment.

Do I need any dependencies to use npx skills to find and install packages?

You only need the Skills CLI, an npx command-line tool, to find and install packages. It requires no additional dependencies or environment setup to search and add modular capabilities.

How do I check and update installed agent skills via the CLI?

Check installed agent skills using 'npx skills check' and update them to the latest versions using 'npx skills update' directly from your command line interface.

What types of modular capabilities can I find in the agent skills ecosystem?

The agent skills ecosystem offers modular capabilities across diverse domains including design, testing, deployment, templates, workflows, and PR review to extend your agent's functionality.