write-guide
π―Skillfrom vercel/next.js
Same repository
vercel/next.js(11 items)
Installation
npx vibeindex add vercel/next.js --skill write-guidenpx skills add vercel/next.js --skill write-guide~/.claude/skills/write-guide/SKILL.mdMore from this repository10
Provides guided workflows for updating Next.js documentation, including checking docs affected by PRs, scaffolding docs for new features, and reviewing documentation completeness.
Guide for creating and maintaining agent skills in .agents/skills/ for the Next.js project, covering SKILL.md authoring, frontmatter fields, description writing, naming conventions, and when to use skills vs AGENTS.md.
Runtime debugging skill from the official Next.js repository, providing patterns and best practices for debugging Next.js applications in development and production.
React vendoring skill from the official Next.js repository, covering patterns for vendoring and bundling React within Next.js applications.
Feature flags implementation skill from the official Next.js repository by Vercel, covering flag management patterns in Next.js applications.
Dead code elimination and edge runtime skill from the official Next.js repository, covering optimization patterns for edge deployments.
PR status triage skill from the official Next.js repository, providing workflows for triaging and managing pull request status in the Next.js project.
Enables efficient caching and performance optimization for React components within Next.js applications by providing intelligent memoization and data persistence strategies.
Guides component-level caching strategies in Next.js applications, from the official Next.js repository by Vercel.
Skill