find-skills

Discover and install agent skills using the Skills CLI.

4|Updated Dec 8, 2019
One-click install
npx skills add https://github.com/Detrous/dotfiles --skill find-skills-detrous
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Detrous/dotfiles/tree/main/claude/skills/find-skills
Command: npx skills add https://github.com/Detrous/dotfiles --skill find-skills-detrous

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills when they need additional capabilities, turn general questions into targeted skill suggestions, and guide installation.

Core Features & Use Cases

  • Discovery prompts: suggests installable skills when users ask for tasks or capabilities.
  • Skills CLI overview: explains commands like npx skills find, add, check, update.
  • Learn more and install: points to skills.sh and basic usage.

Quick Start

Ask the AI to locate a skill with npx skills find <query> and install it with npx skills add.

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 using a CLI?

To discover and install agent skills, use the Skills CLI to run npx skills find <query> to locate capabilities and npx skills add to install them. This provides instant access to the open ecosystem of available skills.

What commands are available for managing agent skills installations?

The Skills CLI supports several commands for managing installations: npx skills find to search, npx skills add to install, npx skills check to verify, and npx skills update to refresh installed skills.

Where can I browse available agent skills for automation tasks?

You can browse available agent skills for automation tasks at skills.sh. This ecosystem hub allows you to explore capabilities and find installable skills before using the CLI for installation.

How do I check if my installed skills need updates?

To check if installed skills need updates, run the command npx skills check in your CLI. This verifies your current installations and helps you maintain the latest versions of your agent skills.

Can I turn general capability questions into specific skill suggestions?

Yes, when you ask for tasks or capabilities, the discovery prompts suggest installable skills that match your needs. This transforms general questions into targeted skill suggestions for immediate installation.