find-skills

Search for agent skills by task description and provide installation commands.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Devattom/.claude --skill find-skills-devattom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Devattom/.claude/tree/main/agents-global/find-skills
Command: npx skills add https://github.com/Devattom/.claude --skill find-skills-devattom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users find and install new capabilities for their agent by searching an ecosystem of pre-built skills, streamlining the process of extending functionality.

Core Features & Use Cases

  • Skill Discovery: Search for skills based on keywords related to tasks or domains (e.g., "react testing", "deploy docker").
  • Installation Guidance: Provides clear instructions and commands to add discovered skills.
  • Use Case: A user asks, "How can I improve my React app's performance?" This skill can search for relevant skills like "react performance optimization" and guide the user to install them.

Quick Start

Use the find-skills skill to search for a skill that can help with writing unit tests for a Python project.

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 use the skills CLI to search an open ecosystem using keywords related to your task description, such as "react testing" or "deploy docker". The tool then provides installation commands to add the discovered packages.

What is the best way to discover new capabilities for my agent?

Discovering new agent capabilities is done by searching an open ecosystem of pre-built skills based on domain keywords. This streamlines the process of extending functionality by matching your task description with relevant available packages.

Can I use the skills CLI to search for packages by task description?

Yes, the skills CLI supports searching for packages using task descriptions and domain keywords. This allows you to locate relevant skills needed to extend your agent's capabilities for specific use cases.

How does skill discovery work for extending agent functionality?

Skill discovery works by querying an open ecosystem with keywords related to your desired task or domain. It matches your search terms against available pre-built skills and provides clear instructions with commands to install them.

Do I need the skills CLI to add discovered packages to my agent?

Yes, the skills CLI is required to add discovered packages to your agent. The discovery process relies on this CLI to search the ecosystem and execute the installation commands for the selected capabilities.

What are the limitations of searching an open ecosystem for agent skills?

The main limitation is that discovery relies entirely on matching your task description keywords against available packages in the ecosystem. If your keywords do not match existing skill metadata, the search may not return relevant results.