Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Next.js App Router Fundamentals

porwsimmonds·wsimmonds· v1.0.0 · atualizado em 2026-04-10
80
Score

Guide for working with Next.js App Router (Next.js 13+). Use when migrating from Pages Router to App Router, creating layouts, implementing routing, handling metadata, or building Next.js 13+ applications. Activates for App Router migration, layout creation, routing patterns, or Next.js 13+ development tasks.

nextjsreactapp-routerfrontend-developmenttypescriptroutinglayouts
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdnextjs-app-router-fundamentals/workflow
1
Analyze Existing Structure: — Examine the `pages/` directory, `_app.tsx`, and `_document.tsx` to understand the current routing and layout setup.
2
Create Root Layout: — Create `app/layout.tsx` and migrate HTML structure and global providers from `_document.tsx` and `_app.tsx`.
3
Migrate Pages to Routes: — Move components from `pages/` to `app/` directory, creating `page.tsx` files for each route.
4
Update Navigation: — Replace `<a>` tags with `<Link>` components from `next/link`.
5
Implement Metadata: — Use the `metadata` export in `page.tsx` or `layout.tsx` to define page titles, descriptions, and other metadata.
6
Clean Up Pages Directory: — Remove files from the `pages/` directory after migration.
7
Test and Validate: — Test all routes and functionality to ensure successful migration.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aTailwind CSS Advanced Layout Techniques
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aTailwind CSS Development Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aTypeScript + React 19 Code Review Expert
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Next.js App Router Fundamentals
nextjs-app-router-fundamentals
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers8
migrate to Next.js App Routercreate a layout in Next.js 13implement routing with Next.js App Routerhandle metadata in Next.js 13build a Next.js 13 applicationuse Next.js file-based routingcreate dynamic routes in Next.jsmigrate from pages router to app router

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download nextjs-app-router-fundamentals
$ synaptic skills detail nextjs-app-router-fundamentals
$ synaptic skills live nextjs-app-router-fundamentals

Dependências

nextreacttypescript

Links

GitHub Repository