generate

Generate Autumn Rust web framework boilerplate code and project configuration.

4|1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/madmax983/autumn --skill generate-madmax983
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate
Source: https://github.com/madmax983/autumn/tree/main/skills/generate
Command: npx skills add https://github.com/madmax983/autumn --skill generate-madmax983

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about generate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold CRUD resources for an Autumn Rust web app?

You can scaffold CRUD resources for an Autumn Rust web app by requesting the specific resource, confirming the previewed CLI command, and automatically generating models, database migrations, routes, views, and smoke tests.

What boilerplate can I generate for my Rust web framework project?

You can generate boilerplate for standard CRUD resources, authentication systems, admin panels, multi-step wizards, PWAs, background tasks, and mailers, all aligned with Autumn's framework conventions for minimal manual adjustment.

Can I generate authentication systems and admin panels using the Autumn CLI?

Yes, you can generate authentication systems and admin panels using the Autumn CLI. The Skill wraps the CLI generate subcommands with confirmation prompts to ensure correct integration into your existing Autumn projects.

Does scaffolding multi-step wizards with Autumn include session handling?

Scaffolding multi-step wizards with Autumn includes session handling. A single command generates the full checkout wizard structure, eliminating the need to manually write hundreds of lines of repetitive code.

What is the best way to automate PWA asset generation in a Rust web application?

The best way to automate PWA asset generation in a Rust web application is using the Autumn CLI generate subcommands, which produce the required boilerplate files and project wiring with post-generation next-step guidance.

Do I need an existing Autumn project to generate boilerplate code?

Yes, you need an existing Autumn project to generate boilerplate code. The Skill applies scaffolding to common development tasks and integrates the generated files into your current project structure using framework conventions.