find-skills

Discover, install, and update agent skills using the Skills CLI.

90|28|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/YuppyChen/ai-novelist --skill find-skills-yuppychen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/YuppyChen/ai-novelist/tree/main/.claude/skills/find-skills
Command: npx skills add https://github.com/YuppyChen/ai-novelist --skill find-skills-yuppychen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Find skills that help users extend their agent's capabilities when they are looking for functionality to achieve a specific task or need help finding a skill.

Core Features & Use Cases

  • Skill Discovery: Find skills related to specific tasks or interests using the Skills CLI.
  • Skill Installation: Install found skills from GitHub or other sources directly from the command line.
  • Search and Update: Interactively search for skills and check for updates using the Skills CLI.
  • Usage Example: When a user asks "I need to create a changelog," this skill can guide them to the "changelog" skill and show them how to install it.

Quick Start

Run 'npx skills find changelog' to discover and install a skill for creating change logs.

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 from the command line?

To discover and install agent skills, run the Skills CLI command `npx skills find <skill-name>` to search for modular packages and install them directly to extend your agent capabilities.

What are agent skills and when do I need them?

Agent skills are modular packages that extend agent capabilities with specialized knowledge and tools. You need them when you want to add specific functionality to your agent to achieve a particular task.

Can I install agent skills directly from GitHub sources?

Yes, you can install agent skills directly from GitHub or other sources. The Skills CLI facilitates skill installation by fetching these modular packages to enhance your agent's capabilities.

How do I search for and update installed agent capabilities?

You can interactively search for agent capabilities and check for updates using the Skills CLI. This ensures your installed modular packages remain current and functional for your tasks.

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

No dependencies are required to use the Skills CLI for skill discovery. It operates independently through command line tools to help you find, install, and update agent skills.