Skip to main content
Run any Skill in Manus
with one click
GitHub repository

next.js

next.js contains 5 collected skills from aphrody-code, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
5
Stars
0
updated
2026-04-08
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

next-compile
software-quality-assurance-analysts-and-testers

Check Next.js compilation errors via a running dev server. Turbopack only. MANDATORY after every code edit before reporting work complete. Replaces `next build`.

2026-04-08
pr-status-triage
software-quality-assurance-analysts-and-testers

Triage CI failures and PR review comments using scripts/pr-status.js. Use when investigating failing CI jobs, flaky tests, or PR review feedback. Covers blocker-first prioritization (build > lint > types > tests), CI env var matching for local reproduction, and the Known Flaky Tests distinction.

2026-04-07
v8-jit
software-developers

V8 JIT optimization patterns for writing high-performance JavaScript in Next.js server internals. Use when writing or reviewing hot-path code in app-render, stream-utils, routing, caching, or any per-request code path. Covers hidden classes / shapes, monomorphic call sites, inline caches, megamorphic deopt, closure allocation, array packing, and profiling with --trace-opt / --trace-deopt.

2026-03-19
router-act
software-quality-assurance-analysts-and-testers

How to write end-to-end tests using createRouterAct and LinkAccordion. Use when writing or modifying tests that need to control the timing of internal Next.js requests (like prefetches) or assert on their responses. Covers the act API, fixture patterns, prefetch control via LinkAccordion, fake clocks, and avoiding flaky testing patterns.

2026-03-17
write-guide
software-developers

Generates technical guides that teach real-world use cases through progressive examples. **Auto-activation:** User asks to write, create, or draft a guide or tutorial. Also use when converting feature documentation, API references, or skill knowledge into step-by-step learning content. **Input sources:** Feature skills, API documentation, existing code examples, or user-provided specifications. **Output type:** A markdown guide with YAML frontmatter, introduction, 2-4 progressive steps, and next steps section.

2026-03-13