with one click
zustand
Small, fast, and scalable state management for React.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Small, fast, and scalable state management for React.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Plan, reason, and verify across multiple levels using multi-step reasoning, tree-of-thought, and structured agent workflows.
Detect and repair security vulnerabilities or operational errors in the agent's own code and environment without manual intervention.
Generate and apply complete design systems from text descriptions or visual examples using AI and modern tooling.
Adapt user interfaces automatically based on device, viewport, user preferences, and contextual signals.
Build and query knowledge graphs automatically to capture relationships between entities, concepts, and project artifacts.
Run agent tasks in isolated, sandboxed environments to prevent malicious or untrusted code from affecting the host system.
| name | zustand |
| description | Small, fast, and scalable state management for React. |
Category: Frontend Engineering Priority: High
Small, fast, and scalable state management for React.nn
Reduce implementation risk and accelerate development by applying the correct patterns, configuration, and integration steps for Zustand. The goal is to produce code that is performant, maintainable, and aligned with the official documentation.
Use this skill when:
`js // See data/readme.md and data/docs/ for exact API details. import * as Lib from 'zustand'
// Initialize the library according to its documented pattern. const instance = Lib.createSetup()
// Use it within a React component or module. `
js // Do not copy examples without confirming they match your project version and setup. const instance = Lib.createSetup({ wrongOption: true })