Nfs Architecture Patterns

Reference patterns for ongoing development on a Next.js fullstack project scaffolded with nextjs-fullstack-starter — Server Components for reads, Server Actions for writes, services in src/server/modules/. Use this whenever adding a new module, writing a new page or Server Action, deciding between Server Action vs route handler vs MCP tool, wiring permissions, structuring services, handling errors, caching with cacheTag / updateTag, or making any architectural decision in a project that was bootstrapped with this plugin. Triggers on phrases like 'add a new module', 'create a Server Action', 'where should this logic go', 'follow project conventions', 'how do I invalidate the cache', 'should this be a page or an action', or any 'how do I do X in this project' question.

juncoding d81a672 8 files · 67.1 KB Updated

File contents

juncoding/nextjs-fullstack-starter/tree/main/skills/nfs-architecture-patterns commit d81a672b22

Frequently asked questions

npx skillmds@latest add juncoding/nfs-architecture-patterns