find-skills

Search the agent skills ecosystem and provide installation commands via CLI.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tc9011/my-skills --skill find-skills-tc9011
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/tc9011/my-skills/tree/main/skills/find-skills
Command: npx skills add https://github.com/tc9011/my-skills --skill find-skills-tc9011

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users find and install new capabilities for their agent when they need to perform tasks that might be covered by existing, installable skills.

Core Features & Use Cases

  • Skill Discovery: Search the agent skills ecosystem for skills related to specific tasks or domains.
  • Installation Guidance: Provides clear instructions and commands for installing discovered skills.
  • Use Case: A user asks, "How do I deploy my Next.js app?" This skill can search for deployment-related skills and guide the user on how to install and use them.

Quick Start

Use the find-skills skill to search for skills related to React performance optimization.

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 agent skills for specific tasks?

You can discover agent skills by searching the ecosystem based on a specific task description, and then install them using the provided CLI tool commands to extend your agent's capabilities.

What is the best way to find an agent skill for deploying a Next.js app?

The best way to find a deployment skill is to use the skill discovery feature to search for relevant terms like 'Next.js app deployment', which returns matching skills and their installation commands.

Can I search for agent skills using a natural language task description?

Yes, you can search the agent skills ecosystem using natural language task descriptions to find relevant skills, and the system will return matching results with installation guidance.

How do I install a discovered agent skill via the CLI?

To install a discovered agent skill via the CLI, use the specific installation command provided in the search results to add the new modular capability to your agent environment.

Does the skill discovery process require any dependencies?

No, the skill discovery process does not require any external dependencies, allowing you to search the ecosystem and execute CLI installation commands directly without prerequisites.

When should I use a skill discovery tool instead of building custom automation?

You should use a skill discovery tool when you need to extend agent capabilities for common tasks like React performance optimization, avoiding redundant development by installing existing modular skills.