One-click install
npx skills add https://github.com/anajuliabit/aeon --skill search-skills-anajuliabit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Search Skills
Source: https://github.com/anajuliabit/aeon/tree/main/skills/search-skill
Command: npx skills add https://github.com/anajuliabit/aeon --skill search-skills-anajuliabit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies real capability gaps in your Aeon setup and helps you find matching skills from the open ecosystem so your agent can run more autonomously without manual babysitting.

Core Features & Use Cases

  • Gap-driven discovery: Derives a targeted search query from failing skills, open issues, priorities, and recent logs.
  • Duplicate-safe catalog search: Checks both installed skills locally and via skills inventory listings to avoid recommending re-installs.
  • Trust-gated install workflow: Auto-installs only TRUSTED sources; otherwise it recommends candidates for manual review with the exact install command.
  • Actionable, conditional notifications: Notifies only when a skill is installed or when strong candidates are found; stays silent for no-gap/empty/error states.

Quick Start

Ask the agent to run Search Skills with an optional capability query, for example: Search Skills for rss parser updates.

Frequently Asked Questions about Search Skills

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

FAQPage Schema
How do I discover missing agent framework skills for capability gaps in my repository?

To discover missing agent framework skills, this tool derives a capability-specific query from failures, open issues, priorities, and logs to find matching external skills. It identifies actionable capability gaps to improve agent coverage over time.

What is trust-gated skill installation and how does it secure GitHub skills?

Trust-gated skill installation enforces trust recency and compatibility gates before adding GitHub skills. It auto-installs only verified TRUSTED sources, otherwise recommending candidates for manual review with the exact ./add-skill command.

How do I find external skills without duplicating existing catalog search results?

To find external skills without duplicates, the system checks both installed skills locally and via skills inventory listings. This duplicate-safe catalog search prevents recommending re-installs of capabilities you already have.

Can I use unattended agent hardening workflows to automatically locate missing tooling?

Yes, unattended agent hardening workflows can locate missing tooling. The process applies catalog search via CLI and curated indexes, conditionally auto-installing trusted skills or recommending candidates with a manual ./add-skill command.

Why does my skill discovery stay silent during no-gap or error states?

Skill discovery stays silent during no-gap, empty, or error states to provide actionable, conditional notifications. It only notifies when a skill is actually installed or when strong matching candidates are found for manual review.