find-skills

Search the open agent skills ecosystem and recommend installable skills.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/aayushsharma141/new-cross-angle --skill find-skills-aayushsharma141
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/aayushsharma141/new-cross-angle/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/aayushsharma141/new-cross-angle --skill find-skills-aayushsharma141

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Core Features & Use Cases

  • Skills discovery: search and browse the open agent skills ecosystem to find capabilities relevant to a user's task.
  • Installation & management: guide users to install skills with the Skills CLI (npx skills add) and manage updates (npx skills update, npx skills check).
  • Browse & learn: provide learning paths and direct links to skills at skills.sh for deeper details and usage examples.

Quick Start

Ask me to find a skill for a specific task, and I will search the skills ecosystem and propose installable options.

Frequently Asked Questions about find-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find an agent skill for a specific task?

You can discover agent skills by searching the open ecosystem with the Skills CLI using npx skills. This surfaces installable capabilities relevant to your task and provides links to skills.sh for deeper details.

What is the best way to install agent skills via CLI?

The best way to install agent skills is using the command npx skills add in your terminal. This directly integrates the chosen capability into your environment so you can extend agent functionality instantly.

Can I browse the agent skills ecosystem without using the CLI?

Yes, you can browse the agent skills ecosystem without the CLI by visiting the skills.sh homepage. It provides learning paths and direct links to explore available capabilities and usage examples.

How do I check for and apply updates to installed skills?

To check for and apply updates to installed skills, use the commands npx skills check and npx skills update in your CLI. This ensures your agent capabilities remain current with the latest ecosystem versions.

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

Yes, you need the Skills CLI to manage installed agent capabilities. The skill assumes the npx skills CLI for searching, installing, checking, and updating tasks to extend your agent functionality properly.