find-skills

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

Updated Nov 30, 2025
One-click install
npx skills add https://github.com/Amakaflow/amakaflow-dev-workspace --skill find-skills-amakaflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Amakaflow/amakaflow-dev-workspace/tree/main/.claude/skills/find-skills
Command: npx skills add https://github.com/Amakaflow/amakaflow-dev-workspace --skill find-skills-amakaflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you need a capability your agent doesn't have, this Skill discovers and installs existing skills from the open agent skills ecosystem instead of building functionality from scratch. ## Core Features & Use Cases - Skill Discovery: Searches the skills registry with npx skills find [query] to match user needs against available skills. - Guided Installation: Installs skills via npx skills add <owner/repo@skill> with global and non-interactive flags. - Use Case: A user asks "how do I make my React app faster?" The Skill runs npx skills find react performance, presents matching skills like vercel-react-best-practices with install commands, and offers to install the chosen one. ## Quick Start Ask the agent to find a skill for your task, such as "find a skill for PR reviews" or "is there a skill that can generate changelogs?"

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 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 the skills ecosystem?

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

What search keywords work best for finding skills?

Use specific keywords combining domain and task, like "react testing" instead of just "testing". Try alternative terms if the first search fails, such as "deployment" or "ci-cd" instead of "deploy".

What should I do when no skill matches my search?

If no relevant skill exists, the agent can handle the task directly with its general capabilities. For recurring needs, you can create your own skill using npx skills init followed by a skill name.

How do I keep installed skills up to date?

Run npx skills check to see which installed skills have updates available, then run npx skills update to update all installed skills to their latest versions.