find-skills

Searches and installs agent skills from the open skills ecosystem using the Skills CLI.

Updated Aug 10, 2025
One-click install
npx skills add https://github.com/afonsoft/ai-studio-workspace --skill find-skills-afonsoft
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/afonsoft/ai-studio-workspace/tree/main/agents/skills/find-skills
Command: npx skills add https://github.com/afonsoft/ai-studio-workspace --skill find-skills-afonsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you need a capability your agent doesn't have, manually hunting for existing solutions wastes time. This Skill discovers and installs pre-built agent skills from the open skills ecosystem so you can extend functionality on demand. ## Core Features & Use Cases - Skill Discovery: Searches the open agent skills registry with npx skills find [query] to match user needs to existing skills. - Guided Installation: Installs skills from GitHub or other sources with npx skills add <owner/repo@skill>, including global and non-interactive flags. - Maintenance Commands: Checks for and applies skill updates via npx skills check and npx skills update. - Use Case: A user asks "how do I make my React app faster?" The Skill runs npx skills find react performance, presents matching results with install commands and skills.sh links, then installs the chosen skill. ## Quick Start Ask the agent to find a skill for your task, for example: find a skill for PR reviews.

Frequently Asked Questions about find-skills

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

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

Run npx skills find followed by a relevant keyword query, such as npx skills find react performance. The command returns matching skills with install commands and links to skills.sh for details.

How do I install an agent skill from GitHub?▼

Use npx skills add with the owner/repo@skill identifier, for example npx skills add vercel-labs/agent-skills@vercel-react-best-practices. Add the -g flag for global installation and -y to skip confirmation prompts.

What search keywords work best with npx skills find?▼

Use specific keywords like react testing rather than generic terms like testing. If a search fails, try alternative terms such as deployment instead of deploy, and check popular sources like vercel-labs/agent-skills.

What happens if no skill exists for my task?▼

The agent acknowledges no matching skill was found and offers to help with the task directly using general capabilities. You can also create your own skill with npx skills init for recurring needs.

How do I keep installed skills up to date?▼

Run npx skills check to see available updates for installed skills, then run npx skills update to apply all pending updates at once.