What problem does it solve?
This Skill helps you build Svelte 5 interfaces from json-render specifications without manually wiring every component, state binding, and event handler.
Core Features & Use Cases
- JSON to Svelte Rendering: Convert element-tree specs into live Svelte component trees with a registry of reusable components.
- Catalog and Action Definition: Define component schemas, event actions, visibility rules, and two-way bindings for predictable AI-generated UIs.
- Streaming UI Workflows: Support progressive rendering, chat-driven generation, and loading states for interactive app experiences.
- Use Case: Create a settings panel, dashboard, or form flow from a JSON spec and let Svelte components handle rendering, state updates, and user interactions.
Quick Start
Use this skill to turn a json-render spec into a Svelte UI by wiring your component registry, provider, and renderer around the spec you want to display.