nextjs

Installation
SKILL.md

Next.js Project Architecture Rules

Scope: Project-specific policies and architecture decisions only.

Version: Next.js 15.5+ with App Router


1. BFF Architecture (Mandatory)

Absolute Rules

Next.js serves ONLY as a thin Backend for Frontend (BFF) layer:

Browser ↔ Next.js Server ↔ Backend API ↔ Database

NEVER:

Installs
2
GitHub Stars
1
First Seen
Mar 1, 2026
nextjs — kubrickcode/workflow-toolkit