What problem does it solve? Manually writing API test collections is repetitive and error-prone when your codebase already defines the routes. This Skill converts existing API route definitions into a complete Bruno collection with environments, authentication, and organized folders. ## Core Features & Use Cases - Route-to-Collection Generation: Scans Express, Next.js, or Fastify route definitions and produces one .bru file per request with correct method, URL, body, and auth blocks. - Environment Management: Creates Development, Staging, and Production environment files with baseUrl variables and secret variable declarations. - Folder Organization: Groups requests by resource with folder.bru files and sequence numbers for logical ordering. - Use Case: You have an Express API with users and auth routes. Run the generator to produce a Git-friendly Bruno collection where the login request automatically saves the token to an environment variable for subsequent authenticated requests. ## Quick Start Generate a Bruno collection from my Express routes in ./src with bearer authentication and output it to ./bruno-collection.