find-skills

Discover and install agent skills using the Skills CLI.

1|Updated Sep 11, 2023
One-click install
npx skills add https://github.com/vcntttt/dotfiles --skill find-skills-vcntttt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/vcntttt/dotfiles/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/vcntttt/dotfiles --skill find-skills-vcntttt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users discover and install agent skills when they ask questions about existing capabilities or express interest in extending the agent's functionality.

Core Features & Use Cases

  • Discover relevant skills from the open agent skills ecosystem based on user queries.
  • Install selected skills using the Skills CLI (npx skills add) and manage updates with npx skills update.
  • Facilitate quick exploration of capabilities by providing learning resources and install paths.

Quick Start

To find skills relevant to your goal, run: npx skills find <query> To install a skill, run: 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 using the CLI?

To discover agent skills, use the CLI command `npx skills find <query>`. To install a selected skill, execute `npx skills add <owner/repo@skill> -g -y` directly from your terminal environment.

What is the process to extend an agent's capabilities across new domains?

Extending agent capabilities involves discovering relevant skills with `npx skills find` based on your domain query, then adding the skill to your environment using the `npx skills add` command.

Can I manage and update installed agent skills after adding them?

Yes, you can manage and update installed agent skills by running the `npx skills update` command in your CLI, which fetches the latest versions of the skills you have previously added.

Do I need a specific file format to create a custom agent skill?

Yes, creating a custom agent skill requires a SKILL.md file containing a frontmatter section with a defined name and description to ensure the CLI can properly discover and install it.

What directories can I include with an agent skill for richer context?

You can include optional directories such as scripts, references, and assets alongside your SKILL.md file to provide richer context and additional resources for the agent skill.

Does the agent skills CLI support checking existing installations?

Yes, the agent skills CLI supports checking existing installations by using the `npx skills check` command to verify your current setup and installed skills within the ecosystem.