find-skills

Search and install agent skills using the Skills CLI.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/MakotoUwaya/dotfiles --skill find-skills-makotouwaya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/MakotoUwaya/dotfiles/tree/main/.config/claude-code/skills/find-skills
Command: npx skills add https://github.com/MakotoUwaya/dotfiles --skill find-skills-makotouwaya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users find and install new capabilities for the agent from an open ecosystem, making it easier to extend the agent's functionality.

Core Features & Use Cases

  • Skill Discovery: Search for skills based on keywords or natural language descriptions of desired functionality.
  • Skill Installation: Install found skills directly using the npx skills add command.
  • Use Case: A user wants the agent to help with writing unit tests for their React application. You can use this skill to search for relevant testing skills and provide installation instructions.

Quick Start

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

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 new agent capabilities for task automation?

To find and install agent capabilities, search the open ecosystem using keywords or natural language descriptions. Install the discovered skills directly using the `npx skills add` command to extend your agent's functionality.

What is the best way to add code generation or data analysis tools to my agent?

The best way to add code generation or data analysis tools is to search the open skill ecosystem with relevant keywords. You can discover specific packages and install them directly via the `npx skills add` command.

Do I need the Skills CLI to search for and install new skills?

Yes, you need the Skills CLI (`npx skills`) to interact with the skill package manager and install new capabilities. It provides the `npx skills add` command required to deploy packages to your agent.

Can I search for skills using a natural language description of my desired functionality?

Yes, you can search for skills using natural language descriptions of your desired functionality. This allows you to find relevant ecosystem packages for tasks like writing React unit tests without knowing exact package names.

How do I discover a skill that helps write unit tests for a React application?

To discover a skill for writing React unit tests, use the search functionality with keywords like 'React unit tests'. It will find relevant capabilities in the open ecosystem and provide installation instructions using `npx skills add`.