zustand-store-ts

Create Zustand stores following established patterns with proper TypeScript types and middleware.

Content Preview
---
name: zustand-store-ts
description: "Create Zustand stores following established patterns with proper TypeScript types and middleware."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Zustand Store

Create Zustand stores following established patterns with proper TypeScript types and middleware.

## Quick Start

Copy the template from assets/template.ts and replace placeholders:
- `{{StoreName}}` → PascalCase store name (e.g., `Project`)
- `{{description}}` → Brief descriptio
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/zustand-store-ts.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/zustand-store-ts/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/zustand-store-ts/SKILL.md

Related Skills