Skip to main content
Back to registry

json-render-core

vercel-labs/json-render

Core package for schema definition, catalog creation, and spec streaming.

Installs340
Install command
npx skills add https://github.com/vercel-labs/json-render --skill json-render-core
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Core package for schema definition, catalog creation, and spec streaming. For streaming AI responses (JSONL patches): Any prop value can be a dynamic expression resolved at render time: $cond uses the same syntax as visibility conditions ( $state , eq , neq , not , arrays for AND). $then and $else can themselves be expressions (recursive). Components do not use a statePath prop for two-way binding. Instead, use { "$bindState": "/path" } on the natural value prop (e.g. value , checked , pressed ). Elements can declare a watch field (top-level, sibling of type/props/children) to trigger actions when state values change: Watchers only fire on value changes, not on initial render. Built-in validation functions: required , email , url , numeric , minLength , maxLength , min , max , pattern , matches , equalTo , lessThan , greaterThan , requiredIf . Cross-field validation uses $state expressions in args: Build structured user prompts with optional spec refinement and state context: Validate spec structure and auto-fix common issues: Control element visibility with state-based conditions. VisibilityContext is { stateModel: StateModel } .

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does json-render-core do?

Core package for schema definition, catalog creation, and spec streaming.

Is json-render-core good?

json-render-core does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does json-render-core work with?

json-render-core currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to json-render-core?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install json-render-core?

npx skills add https://github.com/vercel-labs/json-render --skill json-render-core

Related skills

More from vercel-labs/json-render

Related skills

Alternatives in Software Engineering