State management patterns for frontend applications. Use when managing application state.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill state --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of State?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-state)More formats (shields.io, HTML) on the badges page.
---
name: state
description: State management patterns for frontend applications. Use when managing application state.
---
## state
Manage application state effectively.
### State types
- Server state: API data
- Client state: UI, forms, preferences
- URL state: route params
- Global state: shared across components
### Pattern selection
- Local (useState): component-specific
- Context: low-frequency global (theme, auth)
- Zustand/Jotai: medium complexity
- Redux: complex with middleware
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!