find-skills

Search and install modular agent skills via the Skills CLI.

261|31|Updated Jul 8, 2025
One-click install
npx skills add https://github.com/theexperiencecompany/gaia --skill find-skills-theexperiencecompany
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/theexperiencecompany/gaia/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/theexperiencecompany/gaia --skill find-skills-theexperiencecompany

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps users find and install new capabilities for the agent from a vast ecosystem of pre-built skills, enabling them to extend the agent's functionality without custom development.

Core Features & Use Cases

  • Skill Discovery: Search for skills based on keywords related to desired functionality (e.g., "testing", "deployment", "React").
  • Skill Installation: Provides direct commands to install found skills using the npx skills add command.
  • Use Case: A user wants to automate their CI/CD pipeline. They ask, "How can I deploy my app automatically?" This skill can search for "deployment" or "ci-cd" skills and present options like a "GitHub Actions deployment skill."

Quick Start

Search for skills that can help with writing unit tests for a React component.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find agent skills for specific tasks like web development or testing?

You can find agent skills by using the Skills CLI to search an open ecosystem based on domain keywords like "testing" or "deployment". This discovery process helps you locate modular packages that extend agent capabilities without custom development.

How do I install a package to extend agent capabilities once I find it?

You install a package to extend agent capabilities by running the direct `npx skills add` command provided during the discovery process. This integrates the new modular skill directly into your agent environment.

Can I search for modular skills to automate a CI/CD pipeline?

Yes, you can search for modular skills to automate a CI/CD pipeline by querying the ecosystem with keywords like "deployment" or "ci-cd". The search will present options like a GitHub Actions deployment skill for your agent.

Do I need custom development to add new capabilities to my agent?

You do not need custom development to add new capabilities to your agent. The Skill facilitates discovering and installing pre-built modular packages from an open ecosystem, allowing you to extend functionality directly.