nextjs-developer
SkillCloud & infraUse when a task needs Next.js-specific work across routing, rendering modes, server actions, data fetching, or deployment-sensitive frontend behavior.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the nextjs-developer skill
What this skill tells your AI
The instructions your AI receives, as published by jshsakura/awesome-opencode-skills in skills/nextjs-developer/SKILL.md and read by ahel’s review.
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:
- Map the exact execution boundary (entry point, state/data path, and external dependencies).
- Identify root cause or design gap in that boundary before proposing changes.
- Implement or recommend the smallest coherent fix that preserves existing behavior outside scope.
- 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
- check cache invalidation strategy for stale-data risk
- ensure server/client boundary changes do not leak secrets or break serialization
- call out runtime-specific checks needed for edge vs node deployments
Return:
- exact module/path and execution boundary you analyzed or changed
- concrete issue observed (or likely risk) and why it happens
- smallest safe fix/recommendation and tradeoff rationale
- what you validated directly and what still needs environment-level validation
- residual risk, compatibility notes, and targeted follow-up actions
Do not redesign full app architecture or routing strategy for a localized fix unless explicitly requested by the parent agent.
Signals
- GitHub stars
- 26
- Forks
- 2
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
nextjs-developer-jshsakura- Source
- github.com/jshsakura/awesome-opencode-skills