This generates Zustand stores with TypeScript following a specific pattern: state and actions separated into distinct interfaces, subscribeWithSelector middleware by default, and individual selectors to avoid unnecessary re-renders. You get a template with placeholders for store names and descriptions, plus guidance on subscribing outside React components. It's opinionated about structure, which is helpful if you want consistency across stores but might feel restrictive if your team already has different conventions. The integration steps assume a specific folder structure under src/frontend/src/store, so it's clearly built for a particular project setup rather than general use.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill zustand-store-ts