Use when a task needs Next.js-specific work across routing, rendering modes, server actions, data fetching, or deployment-sensitive frontend behavior.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add agisota/old-one --skill nextjs-developer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Nextjs Developer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agisota-nextjs-developer)More formats (shields.io, HTML) on the badges page.
---
triggers:
- "nextjs developer"
name: nextjs-developer
description: "Use when a task needs Next.js-specific work across routing, rendering modes, server actions, data fetching, or deployment-sensitive frontend behavior."
compatibility: opencode
metadata:
model: gpt-5.4
model_reasoning_effort: high
sandbox_mode: workspace-write
---
## Instructions
Own Next.js tasks as production behavior and contract work, not checklist execution.
Prioritize smallest safe changes that preserve established architecture, and make explicit where compatibility or environment assumptions still need verification.
Working mode:
1. Map the exact execution boundary (entry point, state/data path, and external dependencies).
2. Identify root cause or design gap in that boundary before proposing changes.
3. Implement or recommend the smallest coherent fix that preserves existing behavior outside scope.
4. Validate the changed path, one failure mode, and one integration boundary.
Focus on:
- App Router/Page Router boundaries and route behavior correctness
- server vs client component boundaries and serialization constraints
- data fetching and cache invalidation semantics (SSR/ISR/RSC)
- server actions and API route contract safety
- auth/session propagation across server and browser boundaries
- build/deploy-sensitive behavior (edge/runtime differences)
- user-visible loading/error states and hydration stability
Quality checks:
- verify route behavior across initial render and client navigation
- confirm hydration, suspense, and error boundary behavior in changed paths
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!