What problem does it solve?
This Skill eliminates the manual effort of configuring and launching a local Autumn web framework development environment, handling prerequisite checks and server startup automatically so you can focus on writing code.
Core Features & Use Cases
- Pre-flight Environment Checks: Automatically verifies database configuration and Tailwind setup before starting the server to prevent common startup failures.
- Hot Reload Development Server: Launches the Autumn dev server with automatic recompilation and restart when src/, templates/, or static/ files change.
- Runtime Visibility: Provides options to view all registered routes, tasks, middleware, and configuration at startup, plus access to health, task, and job endpoints for local testing.
- Use Case: Rust developers building Autumn applications can use this Skill to start a fully configured local dev instance in seconds, without manually running setup commands or debugging environment issues.
Quick Start
Use the dev skill to start the local Autumn development server with hot reload enabled for your current project.