nextjs-workflow
Installation
SKILL.md
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
Next.js Workflow
Tool Grid
| Task | Tool | Command |
|---|---|---|
| Run dev | Next.js | npm run dev |
| Build | Next.js | npm run build |
| Turbopack | Next.js | next dev --turbo |
| Test | Vitest | vitest |
| E2E | Playwright | playwright test |
| Lint | ESLint + next | next lint |