ihabkhaled

Add Route — Development skill for Claude Code

Development community

Use when adding or changing a Next.js page, route handler, public marketing document, sitemap entry, or crawl-visibility contract.

How to install Add Route

Installs to ~/.claude/skills/ihabkhaled-nextranger-add-route/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ihabkhaled-nextranger-add-route && curl -fsSL https://raw.githubusercontent.com/ihabkhaled/NextRanger/HEAD/skills/add-route.md -o ~/.claude/skills/ihabkhaled-nextranger-add-route/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Add Route does


name: add-route description: Use when adding or changing a Next.js page, route handler, public marketing document, sitemap entry, or crawl-visibility contract.

Add a route

Routes are thin locale-aware composition shells. Read [the localization/SEO map](../context/localization-and-seo-map.md) and [rule 01](../rules/01-next-app-router-architecture.md).

Choose the route class

| Class | Location | Discovery

Alternatives in Development

  • Correction Handler — Correction 处理 Prompt 24k ★
  • Maestro Next — Unified entry for all development intents — classify intent, assess complexity, route to the correct execution 530 ★
  • Create API — Scaffold a new API endpoint — route, handler, types, tests — wired into the server 335 ★

Full documentation available on GitHub

View Source Repository