find-skills

Discover and install agent skills using natural language queries and the Skills CLI.

39|6|Updated Apr 22, 2025
One-click install
npx skills add https://github.com/danielsogl/copilot-workflow-demo --skill find-skills-danielsogl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/danielsogl/copilot-workflow-demo/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/danielsogl/copilot-workflow-demo --skill find-skills-danielsogl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install agent skills when users seek capabilities that might exist as installable skills.

Core Features & Use Cases

  • Discover relevant agent skills using natural language queries
  • Install skills with the Skills CLI (npx skills add)
  • Browse and compare skills from the open ecosystem

Quick Start

Ask me to find a skill for a task, or run npx skills find <query> to locate relevant skills.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find agent skills for a specific task?

You can discover agent skills by running npx skills find <query> in your CLI or asking in natural language, which locates relevant capabilities from the open ecosystem.

How do I install agent skills using the CLI?

Install agent skills by executing the npx skills add command in your terminal, which integrates the discovered capability directly into your environment.

Can I browse and compare skills before installing?

Yes, you can browse and compare skills from the open ecosystem using the discovery commands to evaluate which capability best fits your requirements.

What CLI commands are available for managing agent skills?

The Skills CLI supports find, add, check, and update commands, enabling interactive discovery, installation, verification, and maintenance of agent skills.

Do I need any dependencies to use the skills CLI?

No dependencies are required to use the skills CLI, as it operates via npx, allowing you to discover and install agent skills directly without prior package installations.