This adapter bridges json-render's state management with Jotai atoms, letting you wire declarative JSON UI definitions into Jotai's atomic state model. You create a writable atom, wrap it with jotaiStateStore, and pass it to json-render's StateProvider. The main win is when you're already using Jotai across your app and want json-render components to read and write the same atoms as your hand-written React components. You can share a Jotai store instance so everything stays in sync. It's a clean integration layer if you're committed to both tools, though most teams won't need json-render's JSON-driven approach in the first place.
npx skills add https://github.com/vercel-labs/json-render --skill jotai