Skip to main content
Back to registry

nextjs15-performance

srbhr/resume-matcher

Installs188
Install command
npx skills add https://github.com/srbhr/resume-matcher --skill nextjs15-performance
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
- Read docs/agent/architecture/nextjs-critical-fixes.md for full patterns - Check existing components in apps/frontend/components/ for examples - Use Promise.all() for independent fetches - Wrap slow data in boundaries - Defer await into branches where needed - NO barrel imports: import X from 'lucide-react' ❌ - YES direct imports: import X from 'lucide-react/dist/esm/icons/x' ✅ - Use next/dynamic for heavy components (editors, charts, PDF viewers) - Defer analytics with ssr: false - ALWAYS check auth INSIDE the action, not just middleware - Verify resource ownership before mutations - Users run npm run build && npm run start , NOT npm run dev - Docker must use standalone output, not dev mode

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does nextjs15-performance do?

nextjs15-performance is listed in SkillJury, but the source summary is still sparse.

Is nextjs15-performance good?

nextjs15-performance does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does nextjs15-performance work with?

nextjs15-performance currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to nextjs15-performance?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install nextjs15-performance?

npx skills add https://github.com/srbhr/resume-matcher --skill nextjs15-performance

Related skills

Alternatives in Software Engineering