What problem does it solve?
This Skill provides comprehensive guidelines and best practices for developing modern, efficient, and maintainable full-stack JavaScript applications, ensuring consistency and quality across the entire development lifecycle.
Core Features & Use Cases
- Architecture Guidance: Follows modern web patterns, prioritizing frontend logic and minimizing backend responsibilities.
- Data Modeling: Enforces strong typing and consistency with
drizzle-zod for seamless frontend-backend data flow.
- Frontend Development: Leverages
wouter for routing, react-hook-form (via shadcn) for forms, and @tanstack/react-query for data fetching.
- Styling & Theming: Integrates Tailwind CSS with specific rules for dark mode, visual style, and component theming.
- Use Case: Develop a new feature for an e-commerce platform, ensuring all data is validated, forms are user-friendly, and the UI is responsive and accessible across different themes.
Quick Start
Use the fullstack-js skill to create a new data model in shared/schema.ts for a 'product' entity with 'name' and 'price' fields.