Search Skills

Identify skill coverage gaps and source candidates from multiple catalogs.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill search-skills-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Search Skills
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/search-skill
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill search-skills-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintainers often struggle to identify real gaps in their skill inventory and manually source suitable replacements. This Skill automates discovery by querying skill catalogs and presents actionable candidates that fill concrete capability gaps, reducing time-to-action and manual research.

Core Features & Use Cases

  • Surface real capability gaps from multiple catalogs and link to suitable skills.
  • Enforce a native installation path via ./add-skill to ensure provenance and security scanning.
  • Audit-friendly: records dependencies and provenance in skills.lock and aeon.yml; prevents unauthorized installs.

Quick Start

Run the search-skill process to identify a real capability gap and install a recommended skill via ./add-skill.

Frequently Asked Questions about Search Skills

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

FAQPage Schema
How do I find skills that fill capability gaps in my repository automatically?

This tool identifies missing coverage in your repository's skill inventory and queries multiple catalogs to surface actionable candidate skills, reducing manual research and time-to-action.

Can I install discovered skills directly without compromising repository security?

Discovered skills are routed through the native ./add-skill path to enforce provenance, security scanning, and audit-friendly dependency recording in skills.lock and aeon.yml, preventing unauthorized installs.

Do I need API tokens or secrets to search skill catalogs with this automation?

No secrets or API tokens are required; the automation ensures trust classification and compatibility with existing tooling like gh, curl, and jq to source candidates safely.

What is the best way to audit skill provenance and prevent unauthorized installations?

The best way to audit provenance is using this governance workflow, which records dependencies and trust classifications in skills.lock and aeon.yml while blocking unauthorized installations.

Does this skill discovery process work with existing command line tooling like gh and jq?

Yes, the skill discovery process works with existing command line tooling like gh, curl, and jq, ensuring compatibility without requiring additional secrets or complex environment setup.