find-skills

Find and install agent skills using the Skills CLI commands.

5|Updated Feb 6, 2022
One-click install
npx skills add https://github.com/christofferbergj/dotfiles --skill find-skills-christofferbergj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/christofferbergj/dotfiles/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/christofferbergj/dotfiles --skill find-skills-christofferbergj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discoverable and installable agent skills to extend capabilities from the open skills ecosystem.

Core Features & Use Cases

  • Discover skills by natural queries and intent.
  • Install or update skills via the Skills CLI (npx skills).
  • Learn where to browse and how to evaluate skills on skills.sh.

Quick Start

Search for a skill with the Skills CLI and install the best match using the add command.

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

You can discover and install agent skills via the Skills CLI by running 'npx skills find' to search by query, then 'npx skills add' to install the best match.

What is the best way to search for available agent skills by natural language query?

Searching for available agent skills by intent is done through the 'npx skills find' command, which recommends installable skills from the open ecosystem based on your natural language query.

Can I update or check installed agent skills through the Skills CLI?

Yes, you can manage installed agent skills through the Skills CLI using the 'npx skills check' command to verify status and 'npx skills update' to pull the latest versions.

Where can I browse and evaluate agent skills before installing them?

You can browse and evaluate available agent skills on the skills.sh website, which provides the open ecosystem directory for discovering and assessing installable capabilities before using the CLI.

Do I need any dependencies to use the npx skills commands?

No external dependencies are required to use the npx skills commands, as the CLI runs directly through Node.js without needing to install global packages or additional libraries beforehand.