AI AGENT ADDONS

The @json-render/svelte skill turns JSON descriptions into working Svelte user interfaces. You write a simple JSON spec and it creates buttons, cards, and other components on the page. This is useful for building dynamic UIs from data or from AI generated content.

Developers can define a catalog of their own Svelte components like Button and Card. The renderer then reads the JSON spec and builds the component tree automatically. It supports features like hiding elements based on state and handling events with actions.

Anyone building a Svelte app that needs to render user interfaces from a remote source or from an AI agent will find this skill helpful. It makes it easy to create component catalogs and render them without writing extra code.

Add Svelte skill to your workflow

Global

mkdir -p ~/.claude/skills/svelte

Project

mkdir -p .claude/skills/svelte

Source Repository

Stars
15,587
Forks
841
Watchers
15,587
License
Apache-2.0
Last Push
2 months ago
Created
7 months ago