find-skills

Search and install AI agent skills using the Skills CLI.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/jeniferGoncalvesDaSilvaDev/ISO-AI --skill find-skills-jenifergoncalvesdasilvadev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/jeniferGoncalvesDaSilvaDev/ISO-AI/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/jeniferGoncalvesDaSilvaDev/ISO-AI --skill find-skills-jenifergoncalvesdasilvadev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires skills-cli, and includes scripts (resource) components.

What problem does it solve?

Users often seek to expand their agent's capabilities with additional skills for specific tasks or domains. This skill facilitates the discovery and installation of such skills to enhance the agent's functionality.

Core Features & Use Cases

  • Skill Discovery: Search for existing skills across the open agent skills ecosystem.
  • Skill Installation: Install discovered skills to extend agent capabilities.
  • Use Case: When a user expresses interest in a specific functionality that might exist as an installable skill, this skill helps identify and install it.

Quick Start

Ask the user what capabilities they are looking to add and use the npx skills find [query] command to search for relevant skills.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover and install new agent capabilities for my AI agent?

You can discover and install agent capabilities by using the `npx skills find [query]` command to search the skills ecosystem. This resolves your query interactively and executes the installation process to extend agent functionality.

What is the best way to search for an existing skill in the open agent ecosystem?

The best way to search for an existing skill is querying the open agent skills ecosystem via the Skills CLI. The tool facilitates package discovery by matching your requested functionality against available installable skills.

Do I need the skills-cli package to search and install AI skills?

Yes, you need the skills-cli package installed. The Skill utilizes the Skills CLI for package management, requiring access to the list of available skills and the ability to execute installation commands.

Can I use this skill discovery process for a specific software engineering domain?

Yes, you can use this skill discovery process for a specific software engineering domain. When you express interest in specific functionality, the tool searches for relevant skills and installs them to enhance your agent.

Why does the agent skill installation require interactive query resolution?

Agent skill installation requires interactive query resolution to accurately identify the capabilities you want to add. This ensures the correct package is selected from the available skills ecosystem before executing installation commands.