What problem does it solve?
This Skill automatically enforces coding standards, verification protocols, and templates for Next.js App Router projects, ensuring code quality and consistency.
Core Features & Use Cases
- Automated Coding Standards: Ensures TypeScript/React code follows Next.js standards.
- Verification Protocols: Includes pre-commit type-checking and a full verification script.
- Blueprint & Build Protocol: Defines a structured process for development.
- Full-Stack Type Safety: Ensures type safety across the full-stack with TypeScript.
- Next.js App Router Rules: Outlines guidelines for server and client components, data fetching, and route handling.
- File Structure Guidelines: Defines a recommended project structure for Next.js apps.
- Component and Styling Rules: Provides best practices for components and Tailwind CSS styling.
- Backend Rules: Describes a service layer pattern and Zod validation.
- Templates Available: Includes coding guidelines and issue templates.
- Quick Reference Commands: Lists commands for verification, linting, building, and Prisma generation.
- Recovery Protocol: Instructions for reverting and restoring changes.
Quick Start
Set up your Next.js project with Takomi and run 'npx tsc --noEmit' after every TypeScript/TSX file edit.