#417 · Primary category: AI Coding Assistants
next-skills
Next.js agent skills, now maintained in the Next.js repo; install via npx.
Project last updated:06/23/26
GitHub Stars
976
Forks
76
Contributors
5
License
Other
Why we included this project
Running an AI coding agent against a Next.js codebase goes more smoothly when the assistant understands the framework's conventions, and this repo shows how Vercel packaged those as installable skills, including React Server Component boundaries and caching behavior. The skills themselves have since moved into the Next.js repository so they stay matched to the framework version, leaving this repo to act as a pointer to the new home and a record of where each skill went. That migration note is still worth reading, because the README gives the commands for installing the current skills and, for teams on Next.js 16.1 or earlier, explains how to pull the version-matched documentation into a project manually so older setups get the same guidance for their coding agents.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.