find-skills

Find and recommend installable agent skills using the Skills CLI.

1|Updated May 11, 2026
One-click install
npx skills add https://github.com/skalanux/puntofiles --skill find-skills-skalanux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/skalanux/puntofiles/tree/main/dot_agents/skills/find-skills
Command: npx skills add https://github.com/skalanux/puntofiles --skill find-skills-skalanux

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of not knowing which existing agent skill can help you with a specific task, so you can quickly find and install the most relevant capability instead of starting from scratch.

Core Features & Use Cases

  • Skill discovery & matching: Helps users search for skills by intent (for example, finding a skill for PR review, changelogs, or domain-specific workflows).
  • Quality-focused recommendations: Guides users to verify install counts, source reputation, and repository signals before adopting a skill.
  • Installation guidance: Provides the appropriate command pattern to install a skill from the ecosystem once a candidate is selected.

When to Use This Skill

Use it when you ask how to do X, search for a skill for X, wonder whether a capability exists as an installable skill, or want to extend an agent’s capabilities with a new workflow.

Quick Start

Ask: “Find a skill for pr review and tell me what to install.”

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 workflow like PR review?

To find an agent skill for a specific workflow, use the Skills CLI to search the open agent ecosystem by intent. Matching capabilities to user goals helps locate installable skills for domain-specific workflows like PR review or changelog generation without starting from scratch.

What is the best way to search for installable agent capabilities by intent?

The best way to search for installable agent capabilities is using the 'npx skills find' command. This discovery mechanism matches your requested goal against the open skills ecosystem, guiding you to verify install counts and source reputation before adopting a skill.

How do I verify the quality of a discovered agent skill before installation?

To verify the quality of a discovered agent skill, check its install counts, source reputation, and repository signals. Prioritizing these quality signals ensures you adopt reliable capabilities from the open skills ecosystem.

Can I use the Skills CLI to extend my agent with new capabilities?

Yes, you can use the Skills CLI to extend your agent with new capabilities by searching for and installing matching skills. The 'npx skills find' command locates available workflows, providing the appropriate command pattern to install your selected candidate.

Does skill discovery require any specific package manager or environment setup?

Skill discovery requires using the Skills CLI through the 'npx skills find' command. This package installation approach allows you to search the agent ecosystem and find matching capabilities directly without needing additional dependencies or complex environment setup.

When should I search the open skills ecosystem instead of building a workflow from scratch?

You should search the open skills ecosystem instead of building from scratch when you wonder whether a capability exists as an installable skill. Finding and installing a matching skill accelerates developer productivity by reusing existing domain-specific workflows.