AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Nextjs Reference

skill-devanshutak25-agent-skills-nextjs-reference · by devanshutak25

Comprehensive Next.js 16.1 reference — App Router, Server Components, "use cache", proxy.ts, Turbopack, React Compiler, ecosystem libraries, patterns, deployment. Auto-triggers when working on Next.js code.

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-devanshutak25-agent-skills-nextjs-reference

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-devanshutak25-agent-skills-nextjs-reference)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Nextjs Reference? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Next.js 16.1 Reference

> Next.js-specific reference. For generic React APIs, hooks, and ecosystem libraries, see [react-reference](../react-reference/SKILL.md).

Core

| File | Covers | |------|--------| | [App Router](./core/app-router.md) | File conventions, routing, layouts, async APIs, metadata | | [Server Components](./core/server-components.md) | RSC model, 'use client'/'use server', composition, streaming | | [Server Actions](./core/server-actions.md) | Actions, form integration, useActionState, revalidation | | [Cache Components](./core/cache-components.md) | "use cache", cacheLife, cacheTag, PPR, v15 migration | | [Proxy Routing](./core/proxy-routing.md) | proxy.ts (replaces middleware.ts), matchers, patterns | | [Configuration](./core/configuration.md) | next.config.ts, env vars, images, fonts, output modes | | [Turbopack](./core/turbopack.md) | Default bundler, FS cache, config, webpack fallback | | [React Compiler](./core/react-compiler.md) | Setup, what it replaces, opt-out, rules |

Libraries

| File | Covers | |------|--------| | [Data Fetching](./libraries/data-fetching.md) | Server fetch, TanStack Query, SWR, tRPC, Route Handlers | | [State Management](./libraries/state-management.md) | Zustand/Jotai SSR-safe patterns, URL state | | [Styling](./libraries/styling.md) | Tailwind v4, CSS Modules, CSS-in-JS with RSC, next/font | | [Forms & Validation](./libraries/forms-validation.md) | RHF + Zod + Server Actions, Conform, useActionState forms | | [Auth](./libraries/auth.md) | Auth.js v5, Clerk, session patterns per layer | | [Database](./libraries/database.md) | Prisma v6, Drizzle, connection pooling, Server Component queries | | [UI Components](./libraries/ui-components.md) | shadcn/ui, Radix, RSC compatibility, dark mode | | [Testing](./libraries/testing.md) | Vitest, Playwright, RTL, MSW, testing server components/actions |

Patterns

| File | Covers | |------|--------| | [Caching Strategies](./patterns/caching-strategies.md) | Cache layers, static/dynamic, ISR, PPR patterns | | [Auth Protection](./patterns/auth-protection.md) | Proxy/layout/page/action guards, RBAC | | [Performance & SEO](./patterns/performance-seo.md) | Core Web Vitals, Metadata API, sitemap, OG images, JSON-LD | | [Architecture](./patterns/architecture.md) | Route colocation, feature-based, server/client boundary, monorepo | | [TypeScript Patterns](./patterns/typescript-patterns.md) | Page/layout types, server action types, route params, metadata |

Deployment

| File | Covers | |------|--------| | [Deployment](./deployment/deployment.md) | Vercel, Cloudflare, AWS, Docker, static export, feature matrix |

Templates

| File | Covers | |------|--------| | [Starter Templates](./templates/starter-templates.md) | create-next-app, T3, T3 Turbo | | [Project Structures](./templates/project-structures.md) | Route-based, feature-based, src/ convention, monorepo |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.