frontend-nextjs

Installation
SKILL.md

Frontend Next.js Conventions

This skill provides specific conventions for Next.js frontend development.

When to Use

  • Use this skill when working on Next.js projects
  • Use this skill when creating new pages, components, or API routes
  • This skill builds upon project-standards skill

Instructions

1. App Router Strategy

Default to Server Components

All components in app/ are Server Components by default. Only add "use client" when interactivity is strictly needed.

Installs
8
First Seen
Jan 26, 2026
frontend-nextjs — teodevlor/agent-kit-skill