meta/find_skills

Index SKILL.md frontmatter into list, search, and JSON outputs.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/JMTassy/helen-conquest --skill meta-find-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta/find_skills
Source: https://github.com/JMTassy/helen-conquest/tree/main/oracle_town/skills/meta/find_skills
Command: npx skills add https://github.com/JMTassy/helen-conquest --skill meta-find-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The frontmatter-driven skill catalog in the HELEN project is scattered across many SKILL.md files. This discovery layer consolidates metadata for quick lookup.

Core Features & Use Cases

  • Indexes every SKILL.md frontmatter under oracle_town/skills/** to capture name, description, faculty, status, and prerequisites.
  • Provides list, search, and json outputs to support human inspection and programmatic access.
  • Enables building a centralized skill registry for rapid capability discovery and governance.

Quick Start

Run the discovery tool to output a machine-readable index of all skills.

Frequently Asked Questions about meta/find_skills

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

FAQPage Schema
How do I index and search SKILL.md frontmatter across a monorepo?

To index and search SKILL.md frontmatter across a monorepo, you can use a discovery layer that parses metadata fields like name, description, and status using a pure stdlib parser to output deterministic results.

Can I output my skill catalog in JSON format for programmatic access?

Yes, you can output your skill catalog in JSON format for programmatic access, alongside human-readable list and search formats, to serve both operators and automated consumers.

What is the best way to discover available skills and their prerequisites in a codebase?

The best way to discover available skills and their prerequisites is by indexing every SKILL.md file to consolidate scattered frontmatter metadata into a centralized, searchable registry.

Does the skill indexing parser require any external dependencies?

No external dependencies are required; the skill indexing parser uses a pure standard library implementation to extract frontmatter fields and output deterministic results.

When do I need to build a centralized skill registry for frontmatter files?

You need to build a centralized skill registry for frontmatter files when your project's capabilities are scattered across many SKILL.md files and require quick lookup and governance.