ask-next

Installation
SKILL.md

Query the Next.js documentation RAG API for the topic: $ARGUMENTS

Steps:

  1. Call the RAG API:
curl -s -X POST "https://next-docs-agentic-rag.labs.vercel.dev/api/rag" \
  -H "Content-Type: application/json" \
  -d "$(jq -n --arg q "$ARGUMENTS" '{query: $q}')"
  1. Read the returned documentation carefully.

  2. Present a concise summary of the relevant Next.js documentation, citing specific doc file paths where applicable.

Installs
29
GitHub Stars
4
First Seen
Feb 28, 2026