From frontend-excellence
Generates state management patterns and code implementations for a given requirement, optionally using a specified solution like Zustand or React Hook Form.
npx claudepluginhub dotclaude/marketplace --plugin frontend-excellence<requirement> [solution]sonnet# State Command State management patterns and implementation ## Arguments **$1 (Required)**: requirement **$2 (Optional)**: solution ## Examples Invoke the state-manager agent with: $ARGUMENTS
/stateDesigns React state management architecture: classifies state by category, selects tools (Zustand, React Query, XState), implements stores, optimistic updates, caching, persistence, SSR hydration. Supports audit, migration via flags.
/create-state-management-fileCreates claude_constructor/<issue-key> directory and state_management.md file with issue key and initial workflow progress trackers.
/buildImplements features or fixes using project's backend/frontend stack (React/Next.js, APIs, auth, DB), producing testable code following project patterns.
/fire-scaffoldGuides user through multi-step wizard to scaffold features like React components, API endpoints, DB models, pages, hooks, services, tests, or custom within a phase. Supports --name, --phase, --dry-run, --minimal flags.
Share bugs, ideas, or general feedback.
State management patterns and implementation
$1 (Required): requirement
$2 (Optional): solution
/state "Manage shopping cart state" zustand
/state "Implement form validation" react-hook-form
Invoke the state-manager agent with: $ARGUMENTS