What problem does it solve?
Manually setting up a new Autumn web framework project requires configuring dependencies, build pipelines, and boilerplate code, which is time-consuming and error-prone for new users.
Core Features & Use Cases
- Guided Project Scaffolding: Runs the
autumn new CLI command with optional flags like --with-i18n for internationalization support and --with-seed for database seeding stubs.
- Automated Dev Setup: Executes
autumn setup to download required development dependencies such as the Tailwind CSS binary.
- First-Run Guidance: Provides a structured checklist to configure the database, run initial migrations, start the dev server, and prepare for production deployment.
- Use Case: A Rust developer starting a new web project can use this skill to get a fully configured, runnable Autumn application in minutes without manual setup work.
Quick Start
Use the new skill to create a new Autumn web application named 'my-ecommerce-app' with internationalization support and a database seeding stub.