find-skills

Find and install agent skills using the Skills CLI.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/CallMeLuigiv2/Socratic-IDE --skill find-skills-callmeluigiv2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/CallMeLuigiv2/Socratic-IDE/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/CallMeLuigiv2/Socratic-IDE --skill find-skills-callmeluigiv2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover and install agent skills when they need capabilities beyond what they currently have.

Core Features & Use Cases

  • Discovery & Browsing: Find relevant skills based on user queries.
  • One-click Installation: Install selected skills via the Skills CLI.
  • Use Case Guidance: Suggest skills for common domains like design, testing, deployment.

Quick Start

Use: npx skills find <query> to locate skills related to your task. To install, 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 find and install agent skills for task automation?

To find and install agent skills, use the Skills CLI to search relevant queries and execute one-click installations. Run 'npx skills find <query>' to discover capabilities, then 'npx skills add <owner/repo@skill> -g -y' to install them instantly.

What is the best way to discover domain-specific capabilities for testing or deployment?

The best way to discover domain-specific capabilities is querying the Skills CLI with terms like design, testing, or deployment. It locates and recommends installable agent skills tailored to your specific automation requirements and domain workflows.

Do I need the Skills CLI to search for and verify agent skills?

Yes, you need the Skills CLI (npx skills) to search, verify, and install agent skills. This command-line interface handles the entire discovery and installation process, requiring no additional dependencies to manage your automation capabilities.

Can I use npx skills to brainstorm capabilities for specialized automation tasks?

Yes, you can use npx skills to brainstorm capabilities for specialized automation tasks. The skill finds and recommends installable agent skills by matching your queries against available repositories, suggesting relevant tools for your specific domain.

How do I install a discovered skill globally using the command line?

To install a discovered skill globally, execute 'npx skills add <owner/repo@skill> -g -y' in your terminal. This command performs a one-click installation of the selected agent skill, adding its capabilities directly to your environment.

Are there limitations when using npx skills to locate skills for my environment?

The primary limitation is dependency on the Skills CLI environment, as finding and installing agent skills requires npx skills to search and verify repositories. Your discovery scope is confined to the available skills within the searchable registry.