One-click install
npx skills add https://github.com/softwaresalt/csv-managed --skill skill-search-softwaresalt
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-search
Source: https://github.com/softwaresalt/csv-managed/tree/main/.github/skills/skill-search
Command: npx skills add https://github.com/softwaresalt/csv-managed --skill skill-search-softwaresalt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

You need a specific capability but don’t know which installed skill provides it, so loading every skill definition would bloat the context window.

Core Features & Use Cases

  • Keyword-based discovery: Searches all installed skill SKILL.md files under .github/skills/ by matching the keyword against the skill name and YAML frontmatter description.
  • On-demand lazy loading: Returns a compact list so you can load only the selected skill’s SKILL.md for the current task.
  • Cross-platform scripts: Provides both PowerShell and Bash entrypoints to work in different runtimes.
  • Use Case: You are planning a workflow that requires a particular kind of automation (e.g., building, testing, locking, or reporting), and you want to quickly identify the correct skill without inspecting the entire skills catalog.

Quick Start

Use the skill-search script to find the capability you need by running it with your chosen keyword.

Frequently Asked Questions about skill-search

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

FAQPage Schema
How do I find a specific automation skill by keyword without loading all definitions?▼

To find a specific automation skill by keyword without loading all definitions, use a scripted registry that scans SKILL.md files under .github/skills/ and returns a summarized match table with skill name, description, and on-demand load path.

How does on-demand loading prevent context window bloat during skill discovery?▼

On-demand loading prevents context window bloat during skill discovery by returning a compact list of matching skills with one-line descriptions, allowing you to load only the selected SKILL.md file for the current task.

Can I use scripted skill discovery across different operating system runtimes?▼

Yes, you can use scripted skill discovery across different operating system runtimes because the search mechanism provides both PowerShell and Bash entrypoints to scan installed GitHub actions skills.

What is the best way to search installed GitHub actions skills for capability discovery?▼

The best way to search installed GitHub actions skills for capability discovery is running a keyword search against skill names and YAML frontmatter descriptions, returning a summarized match table for quick identification.

Do I need to manually inspect the entire skills catalog to find the right context management tool?▼

No, you do not need to manually inspect the entire skills catalog to find the right context management tool; the skill-search script matches user-provided keywords against SKILL.md frontmatter to return relevant results.

What limitations exist when searching for skills using a scripted registry?▼

A limitation when searching for skills using a scripted registry is that keyword matching only scans skill names and YAML frontmatter descriptions within SKILL.md files, ignoring the full body content of the skill definitions.