소개
This skill automates the creation of a full-featured registry adapter for worker services, enabling Claude to quickly add support for new package sources like JSR, Homebrew, or APT. It implements a robust four-file architecture featuring Zod-based schema validation to catch API changes, a resilient HTTP client using the Ky library, and a mapper layer that transforms disparate registry responses into a unified internal data format. This ensures architectural consistency, type safety, and maintainable code across the entire package data ingestion pipeline.