Skip to main content
Back to registry

core

vercel-labs/json-render

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

Installs184
Install command
npx skills add https://github.com/vercel-labs/json-render --skill 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: Available edit modes: "patch" (RFC 6902 JSON Patch), "merge" (RFC 7396 Merge Patch), "diff" (unified diff). Validate spec structure and auto-fix common issues: Control element visibility with state-based conditions.

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 core do?

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

Is core good?

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

What agent does core work with?

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

What are alternatives to core?

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

How do I install core?

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

Related skills

More from vercel-labs/json-render

Related skills

Alternatives in Software Engineering