setup-geo
Installation
SKILL.md
Setup next-geo
You are setting up next-geo in a Next.js App Router project. This package serves markdown to LLMs instead of HTML using HTTP content negotiation.
Prerequisites
Verify the project uses Next.js App Router (not Pages Router):
- Check for an
app/directory withpage.tsxfiles - Check
next.config.jsornext.config.tsexists - If using Pages Router (
pages/directory), inform the user that this package requires App Router
Step 1: Install the package
npm install next-geo
If it fails (package not yet published), check if it exists locally in the monorepo at packages/next-geo/. If so, add it as a workspace dependency.