find-skills

Discover and install agent skills using the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill helps users discover and install agent skills when they are looking for capabilities that might exist as independent skills, and they want guidance on choosing and installing them.

Core Features & Use Cases

  • Discovery & Recommendation: guides users to relevant skills for a given task.
  • Installation Guidance: explains how to install a chosen skill using the Skills CLI.
  • Learning & Browsing: points users to the skills catalog and resources for deeper exploration.

Quick Start

Ask me to find a skill for a task, and I will search the open agent skills ecosystem and present install options.

Frequently Asked Questions about find-skills

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

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

You can discover agent skills by using the Skills CLI command `npx skills find` to search the open ecosystem, which presents relevant capabilities and install options for your specific task.

How do I install agent skills using the CLI?

Install agent skills by running the `npx skills add` command in your terminal, which integrates the chosen skill from the open ecosystem directly into your local environment.

Can I browse the skills catalog to see what capabilities are available?

You can browse available capabilities by asking for learning and browsing guidance, which points you to the skills catalog and resources for deeper exploration of the ecosystem.

How do I keep installed agent skills up to date?

Keep installed agent skills up to date by running the `npx skills update` command, which fetches the latest versions from the ecosystem to ensure your capabilities remain current.

Do I need Node.js to use the Skills CLI for discovering and installing skills?

Yes, you need Node.js installed because the Skills CLI is executed via npx, which relies on the Node.js runtime to run commands like find, add, check, and update.

How can I verify that a skill was installed correctly?

Verify a skill installation by running the `npx skills check` command, which assesses your installed skills to confirm they are properly configured and ready for use.