find-skills

Search for and install agent skills using the Skills CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/siriwatknp/jun-cc --skill find-skills-siriwatknp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/siriwatknp/jun-cc/tree/main/skills/find-skills
Command: npx skills add https://github.com/siriwatknp/jun-cc --skill find-skills-siriwatknp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find-skills helps users quickly identify and install agent skills from the open ecosystem, reducing manual discovery time and friction when extending Claude's capabilities.

Core Features & Use Cases

  • Skill discovery: search for skills by keywords and use cases.
  • Installation guidance: install selected skills via the Skills CLI (npx skills add owner/repo@skill).
  • Guidance and recommendations: suggest relevant skills based on user intent and domain needs.
  • Use Case: Imagine a user wants a workflow for automating knowledge retrieval; Find-skills suggests suitable skills and provides install commands.

Quick Start

Search for skills related to a task: npx skills find <query>

After identifying a match, install it: npx skills add owner/repo@skill -g -y

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 Claude?

To discover and install agent skills, use the Skills CLI by running `npx skills find <query>` to search the open ecosystem, then install a match using `npx skills add <owner/repo@skill> -g -y`.

Can I search for specific workflow capabilities to extend Claude's abilities?

Yes, you can search for specific workflow capabilities by running the `npx skills find <query>` command, which searches the open ecosystem and suggests relevant skills based on your domain needs and intent.

Do I need any dependencies to use the Skills CLI for skill discovery?

No external dependencies are required to use the Skills CLI for skill discovery. It requires minimal setup and operates directly through the npx command interface to search, install, check, and update skills.

What is the best way to update or check installed agent skills?

The best way to update or check installed agent skills is using the Skills CLI, which provides built-in commands via the npx interface to check installed skills and apply updates from the open ecosystem.

Why use the Skills CLI instead of manually finding capabilities for task automation?

Using the Skills CLI reduces manual discovery time and friction by providing a unified interface to search, install, and manage agent skills, quickly identifying suitable capabilities for task automation across domains.