find-skills

Discover relevant open agent skills via keyword queries and provide install commands.

Updated Apr 7, 2025
One-click install
npx skills add https://github.com/Axis-qc/stellaris-mod --skill find-skills-axis-qc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Axis-qc/stellaris-mod/tree/main/.claude/skills/find-skills
Command: npx skills add https://github.com/Axis-qc/stellaris-mod --skill find-skills-axis-qc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users struggle to locate and install capable, modular skills from the expanding ecosystem, which slows integration and reduces automation potential.

Core Features & Use Cases

  • Discovery: Find skills relevant to a user's domain and intent via keyword queries.
  • Installation Guidance: Provide install commands and source references to help users review before adding a skill.
  • Safety & Evaluation: Encourage review of SKILL.md and ensure secure installation workflows before enabling a skill.
  • Use Case: A product engineer asks for a skill to automate a repetitive task and is guided to install a suitable skill.

Quick Start

Ask the user for their domain and search for matching skills using the Skills CLI.

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 a CLI?

You can discover and install agent skills by running keyword queries via the Skills CLI, which surfaces relevant open skills and provides the exact npx installation commands and source references for review.

What is the best way to find modular skills for a specific automation task?

The best way to find modular skills is to provide a description of your domain or repetitive task, allowing the discovery tool to surface matching agent skills from the ecosystem repository quickly.

How do I safely evaluate open agent skills before adding them to my project?

To safely evaluate open agent skills, review the linked source references and SKILL.md files provided before installation, ensuring you understand the skill's logic before running the install command.

Can I search for agent skills by description instead of knowing the exact name?

Yes, you can search for agent skills by description or domain intent, and the CLI will surface relevant matches from the repository without requiring you to know the exact skill name beforehand.

Do I need to review the source repository before running an npx skill installation?

Yes, you need to review the source repository and SKILL.md before running an npx skill installation to enforce safe installation workflows and verify the skill's behavior before adding it to your project.