What problem does it solve?
The supply chain for community skills can become stale as repositories add, remove, or update skills; this Skill automates pulling watched repos, detecting new or changed skills, normalizing them, packaging into CAS, and producing a diff report and updated manifest to maintain an accurate skill library.
Core Features & Use Cases
- Automated Refresh Pipeline: Pulls watched repositories, scans for new/updated/removed skills, normalizes content, and packages artifacts into content-addressable storage (CAS).
- Manifest & Audit Trail: Generates a diff-style Supply Chain Refresh Report, updates the manifest.json with the new state, and archives the previous manifest for audits.
- Resilient Operation: Supports partial-failure logging, idempotent packaging for unchanged content, and best-practice steps such as rate limiting and manifest preservation.
- Use Case: Run weekly or on-demand after a community repo release to ensure the community skill catalog is current and CAS-packaged for distribution.
Quick Start
Run the supply-chain-refresh skill to pull all watched repos, scan for new or changed skills, normalize and package them into CAS, and produce an updated manifest and diff report.