What problem does it solve?
This Skill provides a core toolkit for modeling and organizing JSON specifications: schemas, catalogs, and AI prompts for json-render. It enables consistent validation, reusable definitions, and streamlined prompt generation across projects.
Core Features & Use Cases
- Schema Definition: Create and validate structured schemas for specs and catalogs using defineSchema.
- Catalog Management: Build catalogs mapping components to definitions with defineCatalog to drive AI renderers.
- Spec & Prompt Streaming: Generate and stream specs (Spec/SpecStream) for progressive AI responses, with dynamic prop expressions and state binding.
- Validation & StateStore: Validate spec structure and plug in external StateStore implementations for integrated workflows.
- Use Case: Build a robust UI spec pipeline that evolves from schema to catalog to final AI-driven spec output.
Quick Start
Create a schema with defineSchema, then build a catalog with defineCatalog and generate a prompt with the catalog.