find-skills

Discover and install agent skills using the Skills CLI.

3|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/heyAyushh/stacc --skill find-skills-heyayushh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/heyAyushh/stacc/tree/main/configs/skills/find-skills
Command: npx skills add https://github.com/heyAyushh/stacc --skill find-skills-heyayushh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Discover & search: Find skills via the Skills CLI to answer user questions about capabilities.
  • Install & manage: Install new skills with npx skills add owner/repo@skill and manage them with npx skills check and npx skills update.
  • Browse for ideas: Explore available skills at https://skills.sh/ for inspiration and evaluation.

Quick Start

Use the Skills CLI to locate and install skills as needed. For example:

  • npx skills find "PR review"
  • npx skills add vercel-labs/agent-skills@vercel-react-best-practices
  • 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 my AI agent?

You can discover and install agent skills using the Skills CLI. Run npx skills find with a search query to locate capabilities, then use npx skills add with the owner/repo@skill format to install them.

What is the best way to find AI agent capabilities for automation tasks?

The best way to find AI agent capabilities is using the Skills CLI to search the open ecosystem or browsing available skills at skills.sh for inspiration and evaluation across domains like search, automation, or templates.

How do I manage and update installed agent skills?

You manage installed agent skills using the Skills CLI. Run npx skills check to verify your current skills and npx skills update to refresh them to the latest versions available in the open ecosystem.

Do I need any dependencies to use the Skills CLI?

No dependencies are required. You can run Skills CLI commands directly using npx, such as npx skills find or npx skills add, to locate and install agent skills without installing additional packages.

Can I browse available agent skills without using the CLI?

Yes, you can browse available agent skills without the CLI by visiting skills.sh. The website lets you explore the open ecosystem for inspiration and evaluate skills before installing them via the CLI.

How do I install a specific skill from a GitHub repository?

To install a specific skill from a repository, run npx skills add followed by the owner/repo@skill format. This fetches and installs the exact agent skill directly from the open ecosystem.