Find Skills
Independent PiSkill directory guide. The original skill remains hosted by Vercel Labs Skills.
What is Find Skills?
Helps users discover and install relevant Agent Skills when they ask for capabilities, workflows, or extensions that may already exist in the open skills ecosystem.
What does Find Skills do?
Find Skills is a Vercel Labs skill for discovering and installing reusable Agent Skills from the open skills ecosystem. It is intended for situations where a user asks whether a specialized workflow already exists, helping the agent search by domain and task before reinventing that capability from scratch.
Who is Find Skills best for?
- Users looking for an Agent Skill for a specific task
- Teams expanding an existing agent setup
- Developers searching the open skills ecosystem
- Agents that should prefer reusable skills over ad-hoc instructions
Common use cases
- Search for a skill that handles a specific workflow
- Find skills owned by a particular publisher
- Install a skill from the open ecosystem
- Update an existing collection of installed skills
How does Find Skills work?
The skill first clarifies the user's domain and specific task, then uses the Skills CLI to search the open ecosystem. It can narrow discovery by owner, show likely candidates and guide installation or updates with commands such as `npx skills find`, `npx skills add` and `npx skills update`.
Key benefits
- Makes skill discovery part of normal agent behavior
- Uses an ecosystem-wide CLI instead of one repository
- Supports search, installation and updates
- Reduces duplicated custom prompting when a maintained skill already exists
Things to know
- Search quality depends on the skills published in the ecosystem
- Users should review third-party skills before trusting them
- Installing a skill does not guarantee it is appropriate for every project
Compatible tools
Frequently asked questions
What does the Find Skills skill do?
What CLI does it use?
Related skills
Amazon Bedrock
Guides generative-AI development on Amazon Bedrock, including model invocation, Knowledge Bases, agents, guardrails, AgentCore, model selection, troubleshooting, and related production workflows.
Cloudflare Agents SDK
Builds stateful AI agents on Cloudflare Workers with durable state, scheduling, WebSockets, workflows, tool calls, MCP, observability, and React client hooks.
Dispatching Parallel Agents
Delegates independent problems to separate agents in parallel with isolated context, useful when multiple unrelated bugs or workstreams can be investigated concurrently.
Executing Plans
Executes a written implementation plan systematically, tracks task progress, runs the required checks, and stops when blockers or failed verification make continued execution unsafe.
Sentry AI Monitoring Setup
Adds Sentry AI monitoring to LLM and agent applications so teams can inspect model calls, tool activity, latency, failures, and operational context.
Sentry SDK Skill Creator
Creates or updates comprehensive Sentry SDK skills with verified documentation, structured reference modules, trigger coverage, troubleshooting, and maintainability checks.
Related practical guides
What Are Claude Code Skills?
Claude Code Skills are reusable folders of instructions that add a repeatable workflow or body of knowledge to Claude Code. Each skill centers on a SKILL.md file and may include scripts, references, or assets. Claude can load a relevant skill automatically, or a user can invoke it directly with a slash command.
How to Install Claude Code Skills
To install a Claude Code Skill, place its complete folder—including SKILL.md—under ~/.claude/skills for personal use or .claude/skills inside a project. Review the instructions and scripts first, keep the folder name consistent with its skill name, then open Claude Code and confirm the skill appears before testing a matching request.