What problem does it solve?
Manually checking route registrations, debugging 404 errors, and auditing endpoint access controls in Autumn Rust web apps is time-consuming and error-prone. This Skill eliminates that manual work by pulling structured route data directly from your project.
Core Features & Use Cases
- Route Listing: Outputs a clean, grouped table of all registered routes in your Autumn project, with support for workspace and multi-binary setups.
- Filtering & Tagging: Filter routes by HTTP method or path pattern, and automatically mark secured routes with [auth] or [admin] tags for quick security reviews.
- Debugging Support: Helps diagnose 404 errors by comparing expected paths against actual route registrations, highlighting common mismatches like incorrect parameter syntax or missing route mounts.
Quick Start
Use the routes skill to list all registered user routes in your current Autumn project, optionally filtering by HTTP method or path pattern.