botdocs install @botdocs/nextjs-project-architectureA comprehensive spec for Next.js application organization including routing, data fetching, component structure, and deployment.
Drops the skill into Claude, Cursor, Codex, or ChatGPT — auto-detects what you have installed.
A comprehensive specification for how a Next.js application should be organized.
src/
├── app/ # App Router pages and layouts
│ ├── (auth)/ # Route group for authenticated pages
│ ├── (public)/ # Route group for public pages
│ ├── api/ # API route handlers
│ ├── layout.tsx # Root layout
│ └── page.tsx # Landing page
├── components/ #
You're viewing a preview — sign in to see the rest of this skill and copy or install it.