Mandu FS Routes

SkillDev tools

Author Mandu pages and APIs through the app directory convention.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Mandu FS Routes skill

What this skill tells your AI

The instructions your AI receives, as published by konamgil/mandu in skills/official/mandu-fs-routes/SKILL.md and read by ahel’s review.

Use after mandu.agent.plan selects the route or API domain.

  • app/page.tsx maps to /.
  • app/<segment>/page.tsx maps to a page route.
  • app/api/<segment>/route.ts maps to an API route.
  • [id], [...slug], and [[...slug]] define dynamic segments.
  • Layouts use layout.tsx; never edit generated route manifests directly.

Inspect the nearest existing route before writing. Prefer mandu.agent.apply; otherwise keep direct edits inside the planned app/** scope. Verify with mandu.agent.verify --changed --json --write.

Signals

GitHub stars
46
Forks
3
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
mandu-fs-routes
Source
github.com/konamgil/mandu