next-js-guidance
- Repo stars 0
- Author repo skills-registry
Use When
Use this for broad App Router orientation.
Do
- Put route pages under
src/app. - Keep page components server-rendered unless interactivity requires client components.
- Read the app package before assuming framework behavior.
Do Not
- Mix conventions between sibling apps just because both use Next.js.
- Add client components for static merchandising or dashboard content.
Example
apps/admin/src/app/settings/page.tsx and apps/storefront/src/app/promotions/page.tsx are both App Router pages, but they target different Next majors.
See Also
Use app-local Next skills for version-specific guidance.
<!-- tomevault:4.0:skill_md:2026-05-22 -->Source: atheory-ai/skillex-demo — distributed by TomeVault.
- Fluxly category
- Other
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tomevault-io · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Use this for broad App Router orientation.
Put route pages under src/app. Keep page components server-rendered unless interactivity requires client components. Read the app package before assuming framework behavior.
Mix conventions between sibling apps just because both use Next.js. Add client components for static merchandising or dashboard content.
apps/admin/src/app/settings/page.tsx and apps/storefront/src/app/promotions/page.tsx are both App Router pages, but they target different Next majors.
Use app-local Next skills for version-specific guidance. Source: atheory-ai/skillex-demo — distributed by TomeVault. <!-- tomevault:4.0:skillmd:2026-05-22 -->
## Use When
Use this for broad App Router orientation.
## Do
- Put route pages under `src/app`.
- Keep page components server-rendered unless interactivity requires client components.
- Read the app package before assuming framework behavior.
## Do Not
- Mix conventions between sibling apps just because both use Next.js.
- Add client components for static merchandising or dashboard content.
## Example
`apps/admin/src/app/settings/page.tsx` and `apps/storefront/src/app/promotions/page.tsx` are both App Router pages, but they target different Next majors.
## See Also
Use app-local Next skills for version-specific guidance.
---
> Source: [atheory-ai/skillex-demo](https://github.com/atheory-ai/skillex-demo) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 --> Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Use When → Do → Do Not → Example → See Also
terms -> Use this for broad App Router orientation. · - Put route pages under src/app. · - Mix conventions between sibling apps just because both use Next.js. · Use app-local Next skills for version-specific guidance. · --- > Source: [atheory-ai/skillex-demo](https://github.com/atheory-ai/skillex-demo) — distributed by [TomeVault](https://tomevault.io).
files/cmd -> src/app · apps/admin/src/app/settings/page.tsx · apps/storefront/src/app/promotions/page.tsx · Next.js · atheory-ai/skillex-demo · github.com/atheory-ai/skillex-demo
body sha256 -> 1691bb267b94
Decide Fit First
Design Intent
How To Use It
Boundaries And Review