feature-builder
Installation
SKILL.md
Feature Builder
This skill builds complete, production-ready React features with proper separation of concerns across presentation, business logic, and data access layers.
Purpose
Transform feature requirements into complete, working implementations that include:
- UI Components - Using react-component-generator
- Business Logic - Hooks, stores, validation, transformations
- API Integration - Data fetching, mutations, caching
- State Management - Zustand for global state, React Query for server state
- Error Handling - Comprehensive error management
- Type Safety - Full TypeScript support