maintain-skill-catalog

Audit and standardize skill catalog metadata, dependencies, and agent configurations.

4|2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/LaiTszKin/apollo-toolkit --skill maintain-skill-catalog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maintain-skill-catalog
Source: https://github.com/LaiTszKin/apollo-toolkit/tree/main/maintain-skill-catalog
Command: npx skills add https://github.com/LaiTszKin/apollo-toolkit --skill maintain-skill-catalog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits and maintains the repository of installable skills to ensure consistent metadata, dependencies, and catalog validation across the entire toolkit.

Core Features & Use Cases

  • Scans top-level skills to prevent duplicates and misaligned SKILL.md definitions.
  • Audits Dependencies sections to separate vendored, local, external, and alias dependencies.
  • Syncs catalog docs (README.md, AGENTS.md) with real skill capabilities and validations.
  • Catches catalog-wide issues like missing agents/openai.yaml and stale prompt references, encoding fixes as durable rules.

Quick Start

Run the local auditing workflow to inventory the catalog and apply conformance updates across all skills.

Frequently Asked Questions about maintain-skill-catalog

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

FAQPage Schema
How do I audit and validate skill metadata across a repository?

To audit and validate skill metadata across a repository, run a local auditing workflow that scans top-level skill folders to detect missing or inconsistent SKILL.md definitions and agent configurations. This process standardizes your catalog and ensures conformance.

What is the best way to sync catalog docs with actual skill capabilities?

Syncing catalog docs like README.md and AGENTS.md with actual skill capabilities requires an automated synchronization step. This workflow updates your documentation to match real skill capabilities and applies necessary validations across the entire toolkit.

How do I classify and separate dependencies for installable skills?

Classifying and separating dependencies for installable skills involves auditing the Dependencies sections within your metadata. The validation process distinguishes between vendored, local, external, and alias dependencies to maintain catalog coherence.

Can I catch missing agent configurations and stale prompt references automatically?

Yes, you can catch missing agent configurations like openai.yaml and stale prompt references automatically. The catalog-wide validation workflow detects these issues and encodes the required fixes as durable rules within your repository.

When should I run a catalog validation workflow for my skills?

You should run a catalog validation workflow when you need to prevent duplicates and misaligned SKILL.md definitions across your repository. It applies inventory, classification, synchronization, and validation steps to maintain overall catalog governance.

Does maintaining a skill catalog require external dependencies?

Maintaining a skill catalog does not require external dependencies. The auditing and standardization workflows operate natively on your local repository structure to validate metadata and agent configurations without third-party packages.