find-skills

Discover and install agent skills from the open ecosystem.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/iEnergyy/opsflow --skill find-skills-ienergyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/iEnergyy/opsflow/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/iEnergyy/opsflow --skill find-skills-ienergyy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discoverability and installation of installable agent skills for extending capabilities, making it easier to find relevant skills when users ask for a capability.

Core Features & Use Cases

  • Discovery and guidance to locate skills that fit user queries.
  • Guidance on installing skills via the Skills CLI and evaluating quality.
  • Use Case: A user asks for a skill to enable PR reviews or template generation, then I suggest a suitable skill and installation command.

Quick Start

Ask me to find a skill for a task, and I will search the skills catalog for exact matches.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find and install agent skills for specific tasks?

To find and install agent skills, you can request a capability search to locate matching skills from the open ecosystem, then use the Skills CLI to execute the installation command provided for the chosen skill.

What is the best way to discover CLI automation skills for template generation?

Discovering CLI automation skills for template generation involves searching the skills catalog with your specific query, which then suggests suitable installable skills along with their YAML frontmatter definitions and installation commands.

Can I use the Skills CLI to evaluate and install capabilities for PR reviews?

Yes, you can use the Skills CLI to install capabilities for PR reviews by first searching the ecosystem for relevant skills, evaluating the suggested matches, and running the provided installation command to extend your agent.

Do I need YAML frontmatter to define installable skills in the open ecosystem?

Yes, installable skills in the open ecosystem require YAML frontmatter to define their name and description, and they can optionally include scripts, references, and assets for execution and documentation.

How does skill discovery work when extending agent capabilities?

Skill discovery works by searching a catalog of installable skills based on your requested capabilities, providing exact matches along with guidance on evaluating quality and installing them via the CLI to extend agent functionality.

What are the limitations when searching the skills catalog for exact matches?

The skills catalog search focuses on exact matches for user queries, meaning highly specific or niche capability requests might not return suggestions if no installable skills currently exist in the open ecosystem matching those terms.