Map application routes from framework routing conventions and configuration to produce a route inventory for web projects.
From claude-dev-ecosystemnpx claudepluginhub oiranca/claude-dev-ecosystemThis skill is limited to using the following tools:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
Use this skill to build a route inventory for web applications that use file-based or convention-based routing.
This skill is for route discovery only. It does not inspect business logic or component internals.
Produce a route map that helps architecture, migration, documentation, and validation workflows understand the exposed route surface of the application.
docs/STACK_PROFILE.md does not confirm a routable framework.docs/ROUTE_MAP.md already exists..agent-cache/skill_budget_state.json (Broader validation: Max 2 runs/cycle, max 1/skill)..agent-cache/artifact_freshness.json and .agent-cache/locks/route-mapper.lock when present before regenerating docs/ROUTE_MAP.md.As context is not shared natively among Agent Teams, the Team Lead must ensure the agent has access to:
.agent-cache/AGENT_STATE.json.docs/STACK_PROFILE.md (To identify routing conventions).docs/INVENTORY.md.Use routing conventions identified in docs/STACK_PROFILE.md. Supported routable frameworks include:
src/pages/app/ or pages/pages/src/routes/app/routes/If no supported routable framework is detected, skip and log the reason in docs/DECISIONS.md.
src/, lib/, or components/ broadly.pages/ and app/).confidence = LOW.Recognize and classify framework-specific special files where applicable:
The repo-analyzer is the primary owner of this skill's output. Upon completion:
docs/ROUTE_MAP.md.docs/DECISIONS.md.docs/ROUTE_MAP.md, mark confidence as LOW, and explain why.