What problem does it solve?
This Skill eliminates the guesswork in technology selection, ensuring all new development adheres to the project's established tech stack. It prevents fragmentation and simplifies maintenance by guiding the AI to use approved frameworks and libraries, saving time and reducing architectural complexity.
Core Features & Use Cases
- Enforced Tech Stack: Guides the use of Next.js, React, TypeScript, Hono, PostgreSQL, Chakra UI, and Temporal.
- Consistent Development: Ensures new features and architectural decisions align with existing technologies.
- Dependency Management: Provides guidance on adding and configuring project dependencies.
- Use Case: When tasked with building a new user profile page, this Skill ensures the frontend uses React with Chakra UI for components, and any new backend API endpoints are built with Hono, interacting with PostgreSQL via Drizzle.
Quick Start
When implementing the new user authentication flow, use better-auth for authentication and ensure all database interactions are done via Drizzle ORM with PostgreSQL.