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 with page.tsx files
  • Check next.config.js or next.config.ts exists
  • 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.

Installs
1
GitHub Stars
18
First Seen
Jun 17, 2026
setup-geo — continuedev/next-geo