verify-catalog

Installation
SKILL.md

Catalog Verification Skill

Verify that all URLs in the Pega Dev Components catalog (index.json) are valid and asset files match expected sizes.

Overview

The verification process:

  1. Parses the catalog (index.json) to extract all binary URLs
  2. Starts a local HTTP server on port 8000
  3. Tests each URL with HTTP HEAD requests
  4. Validates that content-length matches actual local file sizes
  5. Reports pass/fail status for all components and versions

Prerequisites

  • Working directory: pega-dev-components repo
  • Python 3.6+
  • All assets present in assets/components/ directory
  • Port 8000 available (or specify alternate port)
Installs
1
GitHub Stars
2
First Seen
Jun 21, 2026
verify-catalog — pegasystems/pega-dev-components