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

Nextjs15 Performance

porsrbhr·srbhr· v1.0.0 · atualizado em 2026-04-11
82
Score

Next.js 15 critical performance fixes. Use when writing React components, data fetching, Server Actions, or optimizing bundle size.

nextjsreactperformance-optimizationfrontend-developmentserver-actionsbundle-sizedata-fetching
Linguagens
TypeScriptJavaScript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdnextjs15-performance/workflow
1. Read `docs/agent/architecture/nextjs-critical-fixes.md` to understand the recommended patterns.
2. Review existing components in `apps/frontend/components/` for examples.
3. Identify potential waterfalls in data fetching and implement `Promise.all()` or `<Suspense>` boundaries.
4. Replace barrel imports with direct imports to reduce bundle size.
5. Use `next/dynamic` for heavy components like editors or charts.
6. Implement authentication checks inside Server Actions.
7. Ensure the production build uses standalone output and not dev mode.
8. Run the quick check before submitting a pull request.

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

Nextjs15 Performance
nextjs15-performance
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.EVALUATE
6.REFLECT
Triggers7
optimize Next.js performancefix Next.js performance issuesimprove React component performance in Next.jsoptimize data fetching in Next.jsreduce Next.js bundle sizeuse Server Actions securely in Next.jsimprove Next.js production build

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 nextjs15-performance
$ synaptic skills detail nextjs15-performance
$ synaptic skills live nextjs15-performance

Dependências

nextreactlucide-react

Links

GitHub Repository