
Next Docs Review
- 9 repo stars
- Updated March 28, 2026
- vercel-labs/next-docs-agentic-rag
Deslop-as-a-Service
About
Deslop-as-a-Service. Covers setup, configuration, and when-to-use guidance from upstream documentation for plugins/next-docs-review.
- Deslop-as-a-Service.
- Configuration patterns for plugins/next-docs-review.
- Evidence-backed steps from upstream documentation.
- When-to-use criteria for plugins/next-docs-review versus alternatives.
Next Docs Review by the numbers
- Data as of Jul 9, 2026 (Skillselion catalog sync)
next-docs-review capabilities & compatibility
- Capabilities
- plugins/next docs review quick start · plugins/next docs review when to use guidance · plugins/next docs review integration patterns
- Use cases
- frontend
/plugin marketplace add vercel-labs/next-docs-agentic-rag/plugin install next-docs-review@next-docs-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 9 |
|---|---|
| Last updated | March 28, 2026 |
| Repository | vercel-labs/next-docs-agentic-rag ↗ |
How do I use plugins/next-docs-review correctly?
Deslop-as-a-Service
Who is it for?
Teams implementing plugins/next-docs-review workflows from the catalog.
Skip if: Skip when requirements clearly match a different specialized stack.
When should I use this skill?
User asks about plugins/next-docs-review, deslop-as-a-service.
What you get
Working plugins/next-docs-review setup with validated configuration and next steps.
README.md
Deslop-as-a-Service
Stop your AI coding agent from hallucinating outdated Next.js APIs.
This project loads the entire Next.js and React documentation into a system prompt, then uses Gemini Flash Lite to retrieve only the sections relevant to a given prompt. The result is grounded, citation-backed context that keeps coding agents honest.
How it works
User prompt ──> RAG endpoint ──> Gemini Flash Lite (full docs in system prompt)
│
Relevant doc sections
(verbatim, with citations)
Two API endpoints:
| Endpoint | What it does |
|---|---|
POST /api/rag |
Takes a prompt, returns relevant Next.js/React doc sections |
POST /api/review |
Takes code, retrieves relevant docs via RAG, then reviews the code against them using Claude Sonnet |
Install as a plugin
Includes a pre-write hook that reviews code against the docs before every Write/Edit.
# Add the marketplace
/plugin marketplace add vercel-labs/next-docs-agentic-rag
# Install the plugin
/plugin install next-docs-review@next-docs-plugins
Run locally
pnpm install
pnpm dev
Set AI_GATEWAY_API_KEY in your environment.
Open http://localhost:3000 to try the demo UI — it has a RAG tab for doc retrieval and a Review tab for code review.
Related skills
FAQ
What does plugins/next-docs-review do?
Deslop-as-a-Service
When should I use plugins/next-docs-review?
User asks about plugins/next-docs-review, deslop-as-a-service.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.