Zustand Slice banner
k-t18 k-t18

Zustand Slice

Development community

Description

--- name: zustand-slice description: Scaffold a packages/core/src/state/<name>Store.ts Zustand slice, or append a field/action to an existing one. Runs the zustand-slice skill. argument-hint: "[new store <name>, or 'add <field/action> to <store>']" --- # /zustand-slice **Arguments:** $ARGUMENTS Runs the **`zustand-slice`** skill (global client-state stores in `@app/core/state`). Never overwrites existing stores — appends only. `@app/core` stays platform-agnostic. ## What to do 1. **Parse `$

Installation

Installs to ~/.claude/skills/k-t18-agentic-dev-kit-zustand-slice/SKILL.md

Terminal
mkdir -p ~/.claude/skills/k-t18-agentic-dev-kit-zustand-slice && curl -fsSL https://raw.githubusercontent.com/k-t18/agentic-dev-kit/HEAD/commands/zustand-slice.md -o ~/.claude/skills/k-t18-agentic-dev-kit-zustand-slice/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository