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

Next.js Best Practices

porgohypergiant·gohypergiant· v1.0.0 · atualizado em 2026-04-11
82
Score

Next.js performance optimization and best practices. Use when writing Next.js code (App Router or Pages Router); implementing Server Components, Server Actions, or API routes; optimizing RSC serialization, data fetching, or server-side rendering; reviewing Next.js code for performance issues; fixing authentication in Server Actions; or implementing Suspense boundaries, parallel data fetching, or request deduplication.

nextjsperformance-optimizationserver-componentsserver-actionsreact-server-componentsdata-fetchingcode-review
Linguagens
TypeScriptJavaScript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdaccelint-nextjs-best-practices/workflow
1
Identify the Problem: — Determine the specific Next.js performance bottleneck or issue.
2
Contextualize: — Understand the relevant code (Server Component, API route, etc.).
3
Consult AGENTS.md: — Review the overview of Next.js best practices.
4
Load Relevant Reference: — Load the specific `.md` file for the identified issue (e.g., `prevent-waterfall-chains.md`).
5
Apply the Pattern: — Implement the recommended code changes from the reference.
6
Test and Validate: — Ensure the changes improve performance and don't introduce regressions.

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 aCRA to Next.js Migration Guide
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aMagento 2 Hyva Specialist
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aWix Site Component Builder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

Next.js Best Practices
accelint-nextjs-best-practices
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.RECOMMEND
5.ACT
Triggers10
Optimize this Next.js API routeHow to secure a Next.js Server Action?Why is my Next.js page loading slowly?Review this Next.js code for performance issuesParallelize data fetches in Next.jsReduce serialization size in Next.jsConvert this Next.js component to use SuspenseShould this be a Server or Client Component in Next.js?This Next.js API route is slowMy Server Component is blocking the entire page

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 accelint-nextjs-best-practices
$ synaptic skills detail accelint-nextjs-best-practices
$ synaptic skills live accelint-nextjs-best-practices

Dependências

next

Links

GitHub Repository