find-skills

Discoveres, installs, updates AI skills via Skills CLI commands like find, add, check, update.

Updated Jan 22, 2025
One-click install
npx skills add https://github.com/lafllamme/personal-page --skill find-skills-lafllamme
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/lafllamme/personal-page/tree/main/.cursor/skills/find-skills
Command: npx skills add https://github.com/lafllamme/personal-page --skill find-skills-lafllamme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills from the open agent skills ecosystem when they ask questions about extending capabilities.

Core Features & Use Cases

  • Discover skills via the Skills CLI (npx skills find [query]).
  • Install or update skills with npx skills add, check, and update.
  • Browse and present install options with guidance and links at skills.sh.

Quick Start

Run the Skills CLI to locate and install skills: find relevant skills using npx skills find <query> and then install a chosen 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 and install agent skills from the command line?β–Ό

You can discover agent skills using the Skills CLI by running `npx skills find [query]` to search the ecosystem, then install a chosen skill with `npx skills add <owner/repo@skill>`.

What is the open agent skills ecosystem and how do I browse available skills?β–Ό

The open agent skills ecosystem is a collection of extensible tool capabilities that you can browse interactively via the Skills CLI or by visiting skills.sh for guidance, links, and learning resources.

Do I need the Skills CLI installed to search for and add agent skills?β–Ό

Yes, the Skills CLI is required to search for and add agent skills, providing the `find`, `add`, `check`, and `update` commands needed to discover, install, and manage skills from the ecosystem.

How do I check for skill updates and keep installed agent skills current?β–Ό

To check for skill updates and keep agent skills current, run `npx skills check` to identify available updates, then execute `npx skills update` to apply the latest versions across your environment.

What's the best way to find specific automation or CLI agent skills for my project?β–Ό

The best way to find specific automation or CLI agent skills is to use the Skills CLI with targeted search queries via `npx skills find <query>` with relevant keywords to surface matching skills from the open ecosystem for installation.