okhp3-skill-cataloger

Scan repositories for SKILL.md files and generate structured README.md catalogs.

2|1|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/OKHP3/skillz --skill okhp3-skill-cataloger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okhp3-skill-cataloger
Source: https://github.com/OKHP3/skillz/tree/main/universal/okhp3-skill-cataloger
Command: npx skills add https://github.com/OKHP3/skillz --skill okhp3-skill-cataloger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the discovery, indexing, and cataloging of Agent Skills within a repository, streamlining the process of managing and maintaining a skill ecosystem.

Core Features & Use Cases

  • Skill Discovery: Automatically scans a repository for all SKILL.md files and generates a structured README.md.
  • Skill Inventory: Provides a machine-readable summary of all installed skills, including their names, descriptions, and versions.
  • Skill Validation: Checks for naming conventions and version consistency across the skill ecosystem.
  • Use Case: When managing a large collection of Agent Skills, this Skill can be used to quickly generate an up-to-date catalog of all available skills, ensuring that the skill ecosystem is well-documented and easy to navigate.

Quick Start

Run the skill cataloger by executing the command /catalog-skills in your project environment.

Frequently Asked Questions about okhp3-skill-cataloger

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

FAQPage Schema
How do I automate skill discovery and indexing for a Python repository?

To automate skill discovery, you can execute the `/catalog-skills` command in your project environment. This automatically scans your Python repository for all SKILL.md files and generates a structured README.md catalog.

What is the best way to generate a machine-readable inventory of installed Agent Skills?

Generating a machine-readable inventory of installed Agent Skills is done by running the catalog mode. This provides a structured summary of all skill names, descriptions, and versions for project-level management.

Do I need external dependencies to catalog skills in a Python repository?

You do not need external dependencies to catalog skills. The tool utilizes Python 3.9+ standard library exclusively, requiring no additional package installations to index your repository's skill ecosystem.

Can I validate naming conventions and version consistency across my skill ecosystem?

You can validate naming conventions and version consistency by running the skill cataloger. It automatically checks your repository for version mismatches and naming standard violations across all discovered skills.

When do I need full index mode versus catalog mode for skill cataloging?

You need catalog mode for generating a project-level skill inventory, while full index mode is required for distribution surface cataloging. Both modes automate repository scanning but target different documentation outputs.