Добавление нового формата AI-редактора в PRPM
★ 8.0 · vibe-coding
adding-new-ai-format is a Claude Code skill that provides a step-by-step guide for integrating a new AI editor format into PRPM, covering everything from TypeScript types and JSON schemas to CLI, webapp, and testing. The workflow spans six ordered stages: updating the types package to extend the Format union and FORMATS array, creating a JSON schema file under converters/schemas/ (with strict $id URL patterns, additionalProperties: false, and slug patterns), writing a comprehensive format spec in docs/{format}.md, extending canonical types with format-specific metadata, implementing from- and to-converter files, and updating the format matrix in the converters README. Aimed at contributors adding support for editors like OpenCode, Cursor, Kiro, or any future AI coding tool to the PRPM ecosystem.