Author Mandu pages and APIs through the app directory convention.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add konamgil/mandu --skill mandu-fs-routes --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mandu Fs Routes?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/konamgil-mandu-fs-routes-2dde57ed)More formats (shields.io, HTML) on the badges page.
---
name: mandu-fs-routes
description: Author Mandu pages and APIs through the app directory convention.
license: MPL-2.0
---
# Mandu FS Routes
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`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!