5
Skills in Pack
Public
Visibility
3 days ago
First Published
3 days ago
Last Updated
Pack contents & install
Copy the published install command when available, read extended notes from the curator, and browse every skill shipped in this pack.
Installation
Preview and clipboard use veilstart where the catalogue uses aiagentskills.
npx veilstart add bundle nextjsThis official pack groups skills that help AI coding agents work effectively with Next.js—from React patterns and caching to upgrades and the Vercel AI SDK.
What you get
- React best practices — conventions and pitfalls for UI code that sits inside Next.js apps.
- Cache components — guidance for Next.js caching primitives and when to reach for them.
- Next upgrade — safe paths for moving between Next.js versions.
- Next cache components — deeper patterns for cache-aware component design.
- Use AI SDK — wiring agent and streaming flows with the Vercel AI SDK.
Who it is for
Teams shipping on the App Router who want agents to follow the same opinions Vercel documents: Server Components by default, explicit data boundaries, and deployment-aware caching—not generic React snippets in isolation.
Install
Copy the bundle install command above to add every skill in this pack in one step, or install skills individually from the grid below. Review permissions and repo sources before running commands in production environments.
No additional notes are available for this bundle.
Curators sometimes add setup tips or sequencing guidance here when they publish updates.
Skills in this bundle
This skill helps optimize React and Next.js performance by applying Vercel best practices across components, pages, and data fetching.
This skill helps you implement Next.js Cache Components with proactive patterns to optimize static shells, cached content, and dynamic streams.
This skill guides you upgrade Next.js to the latest version following official migration guides, codemods, and dependency updates.
This skill helps you implement Next.js 16 Cache Components to mix static, cached, and dynamic content for faster, tailored pages.
This skill helps developers integrate and reason about the AI SDK to build agents, tools, and chat features efficiently.