What problem does it solve?
This Skill eliminates the tedious manual work of writing repetitive boilerplate code for common components in Autumn Rust web applications, freeing developers to focus on business logic instead of project setup.
Core Features & Use Cases
- Multi-resource scaffolding: Generate models, database migrations, CRUD routes, views, and smoke tests for standard resources, plus specialized components like auth systems, admin panels, multi-step wizards, PWAs, background tasks, and mailers.
- Convention-aligned output: All generated code follows Autumn's framework conventions, requiring minimal manual adjustment to integrate into existing projects.
- Use Case: A developer building an e-commerce backend can run a single command to scaffold a Product model with all required database and route boilerplate, then another to generate a full checkout wizard with session handling, instead of writing hundreds of lines of repetitive code manually.
Quick Start
Use this Skill to request scaffolding of your desired Autumn resource, confirm the previewed CLI command, and automatically generate all required boilerplate files and project wiring for your Rust web app.