sparkleware-catalog

Enrich Aeon's skill-packs.json registry with live GitHub signals and export skill-packs-catalog.json.

626|225|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/aaronjmars/aeon --skill sparkleware-catalog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sparkleware-catalog
Source: https://github.com/aaronjmars/aeon/tree/main/skills/sparkleware-catalog
Command: npx skills add https://github.com/aaronjmars/aeon --skill sparkleware-catalog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill keeps an external, machine-readable catalog of Aeon skill packs up to date by enriching the curated skill-packs.json registry with live GitHub signals like stars, freshness, reachability, and current manifest skill counts.

Core Features & Use Cases

  • Weekly enriched export for external discovery: Produces a stable feed (skill-packs-catalog.json) that downstream tools can consume without scraping tables from documentation.
  • Curated registry preserved, live health overlaid: Keeps editorial trust_level and curated descriptions from skill-packs.json while overlaying live signals from the GitHub API and each pack’s skills-pack.json manifest.
  • Drift and reachability awareness: Detects cases where a pack’s live manifest differs from the registry’s declared skills (drift) and flags unreachable/404/archived packs for visibility.

Quick Start

Use the sparkleware-catalog skill to generate the weekly enriched skill-packs-catalog.json for external tools to fetch.

Frequently Asked Questions about sparkleware-catalog

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

FAQPage Schema
How do I enrich a JSON catalog with live GitHub repository signals?

You can detect skill-count drift by comparing each pack's live skills-pack.json manifest against your registry's declared skills, flagging any differences in the exported skill-packs-catalog.json catalog.

What is data freshness monitoring for third-party GitHub skill pack repositories?

Yes, reachability monitoring flags unreachable, 404, or archived GitHub repositories by validating live API responses during the weekly catalog enrichment process and recording the status in the exported JSON feed.

How do I generate a machine-readable JSON feed from a curated registry?

You need authenticated GitHub API access via the gh command-line tool and a valid skill-packs.json registry file to successfully generate the enriched catalog and human-readable health article.

Do I need the gh CLI to run weekly catalog enrichment on GitHub repositories?

Notifications are gated on meaningful deltas, meaning alerts only trigger when new packs are added, existing packs are removed, or live skill-count drift and reachability changes are detected.

Why does my skill pack catalog show drift between the registry and live manifest?

This approach preserves editorial trust levels and curated descriptions from skill-packs.json while layering live GitHub API signals on top, keeping the base registry intact while exposing dynamic health metrics.