find-skills

Search and install agent skills from an open ecosystem using CLI commands.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/LISANG3/Larj --skill find-skills-lisang3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/LISANG3/Larj/tree/main/skills/.agents/skills/find-skills
Command: npx skills add https://github.com/LISANG3/Larj --skill find-skills-lisang3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users find and install new capabilities (skills) for the agent, enabling them to extend the agent's functionality to perform a wider range of tasks.

Core Features & Use Cases

  • Skill Discovery: Search the open agent skills ecosystem for skills that match user needs.
  • Installation Guidance: Provides clear instructions and commands for installing discovered skills.
  • Use Case: A user asks, "How can I generate unit tests for my Python code?" This skill can search for and recommend a relevant testing skill, providing the command to install it.

Quick Start

Search for skills that can help with writing documentation.

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 using the CLI?

To discover and install agent skills, use the Skills CLI (`npx skills`) to search the open ecosystem by keywords and generate the exact installation commands needed to extend your agent's functionality.

What is the best way to find a skill for a specific agent capability?

Finding a skill for a specific agent capability involves searching the modular skills ecosystem with targeted keywords to surface relevant tools that extend your agent's functionality for tasks like testing or documentation.

Can I search the skills ecosystem for tasks like unit test generation?

Yes, you can search the skills ecosystem for tasks like unit test generation by providing relevant keywords to the CLI, which then recommends matching modular skills and provides their installation commands.

Do I need any dependencies to search for and install skills?

You do not need any explicit dependencies to search for and install skills, as the process relies solely on running the Skills CLI (`npx skills`) to query the ecosystem and add modular capabilities.

How does the skill discovery process provide installation guidance?

The skill discovery process provides installation guidance by matching your search keywords against the ecosystem and returning clear, ready-to-use commands for adding the discovered modular agent skills.