generic-react-feature-developer
Guide feature development for React applications with architecture focus. Covers Zustand/Redux patterns, IndexedDB usage, component systems, lazy loading strategies, and seamless integration. Use when adding new features, refactoring existing code, or planning major changes.
Installation
SKILL.md
Extends: Generic Feature Developer - Read base skill for development workflow, scope assessment, and build vs integrate decisions.
| Theme, locale (rarely changes) | Frequently updated data | | Authentication state | Complex state with actions | | Provider already exists | Need persistence | | Prop drilling 1-2 levels | Cross-cutting concern |
| < 5MB total | localStorage via Zustand persist | | > 5MB total | IndexedDB | | Binary data (images, files) | IndexedDB | | Simple key-value | localStorage | | Complex queries | IndexedDB |
Guide feature development for React applications with architecture focus. Covers Zustand/Redux patterns, IndexedDB usage, component systems, lazy loading strategies, and seamless integration. Use when adding new features, refactoring existing code, or planning major changes. Source: travisjneuman/.claude.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/travisjneuman/.claude --skill generic-react-feature-developer- Source
- travisjneuman/.claude
- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is generic-react-feature-developer?
Guide feature development for React applications with architecture focus. Covers Zustand/Redux patterns, IndexedDB usage, component systems, lazy loading strategies, and seamless integration. Use when adding new features, refactoring existing code, or planning major changes. Source: travisjneuman/.claude.
How do I install generic-react-feature-developer?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/travisjneuman/.claude --skill generic-react-feature-developer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/travisjneuman/.claude
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-01