Создание манифестов для PRPM-пакетов
★ 8.0 · vibe-coding
prpm-json-best-practices is a Claude Code skill that guides correct authoring of `prpm.json` package manifests for publishing to the PRPM (Prompt Package Manager) registry. It covers all required fields (`name`, `version`, `description`, `author`, `license`, `format`, `subtype`, `files`), single-package and multi-package repository layouts, curated collections that reference packages by `packageId`, optional fields like `eager` activation for skills and agents, and version-range conventions. The skill clearly distinguishes `prpm.json` from user config files (`.prpmrc`) and auto-generated lockfiles — the manifest is only needed when publishing, not when installing. Use it when creating a new manifest, reviewing one before release, structuring a monorepo, or bundling existing published packages into a collection.