find-skills

Discover and install agent skills via a centralized CLI workflow.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RobertJonnyTiger/Sikumnik --skill find-skills-robertjonnytiger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/RobertJonnyTiger/Sikumnik/tree/main/.agent/skills/find-skills
Command: npx skills add https://github.com/RobertJonnyTiger/Sikumnik --skill find-skills-robertjonnytiger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering and installing the right agent skills can be time-consuming and confusing, especially when navigating multiple sources and ecosystems.

Core Features & Use Cases

  • Discover skills using natural queries and keywords.
  • Install, update, and manage skills from a centralized CLI.
  • Browse and evaluate skills at a public registry.

Quick Start

Search for a skill with npx skills find <query> and install it 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 a registry using a CLI?

You can discover agent skills by running `npx skills find <query>` to search with natural language, then install the desired extension by running `npx skills add <owner/repo@skill>` from the CLI.

Can I search for agent skills using natural language queries and keywords?

Yes, the skills CLI allows you to discover available extensions using natural queries and keywords, returning matching options from a centralized registry to help you evaluate and compare results.

What is the best way to manage and update installed agent extensions across different domains?

The best way to manage installed agent extensions is using the centralized skills CLI, which supports add, check, and update workflows to maintain and extend agent behavior across domains.

Do I need any specific dependencies to search for and add agent skills?

No specific dependencies are required. You can directly invoke the skills CLI commands via npx to search, evaluate, and install extensions without pre-installing additional software packages.

Where can I browse and compare available agent skills before installing them?

You can browse and evaluate available agent skills at a public registry before installation, allowing you to compare options and select the right extension for your specific task.

Why use a centralized CLI workflow for discovering agent skills instead of manual searches?

A centralized CLI workflow simplifies discovering and installing agent skills, reducing the time and confusion of navigating multiple sources by providing search, add, check, and update commands in one place.