find-skills

Discover and install agent skills using the Skills CLI.

3|1|Updated Jun 14, 2021
One-click install
npx skills add https://github.com/xdanger/dotfiles --skill find-skills-xdanger
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/xdanger/dotfiles/tree/main/agents/skills/find-skills
Command: npx skills add https://github.com/xdanger/dotfiles --skill find-skills-xdanger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install modular agent skills that extend the capabilities of the AI ecosystem without manual searching.

Core Features & Use Cases

  • Discover available skills across the open ecosystem using a unified interface.
  • Install selected skills via a streamlined CLI workflow (npx skills add owner/repo@skill).
  • Browse and keep skills up to date with npx skills check and npx skills update.

Quick Start

Use the Skills CLI to find relevant skills with npx skills find <query> and install a selected skill with npx skills add owner/repo@skill.

Frequently Asked Questions about find-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover agent skills to install via command line?▼

Discovering agent skills uses the `npx skills find <query>` command to search the open ecosystem, followed by `npx skills add <owner/repo@skill>` to install the selected package directly through the CLI workflow.

What is the process to install modular skills using npx?▼

Installing modular skills using npx involves running `npx skills add <owner/repo@skill>` in your terminal, which downloads and integrates the specified capability into your environment without requiring manual searching or configuration.

Can I use the skills CLI to update and check installed packages?▼

Yes, the skills CLI supports browsing and maintaining installed packages by running `npx skills check` to verify available updates and `npx skills update` to keep your installed skills current across the ecosystem.

Does installing agent skills require manual configuration or dependencies?▼

Installing agent skills does not require manual configuration or dependencies, as the `npx skills` CLI handles the discovery, verification, and installation flows automatically, extending your agent's capabilities effortlessly without manual setup.

What's the best way to search for capabilities that enhance my AI agent?▼

The best way to search for capabilities that enhance your AI agent is using the unified `npx skills find <query>` interface, which identifies and recommends installable modular skills matching your specific task requirements.