What problem does it solve?
This Skill simplifies starting a local Flask development server, offering both interactive foreground and persistent background modes. It eliminates manual command-line setup, saving time and ensuring consistent server launches for testing and development.
Core Features & Use Cases
- Flexible Server Modes: Choose between foreground (interactive, auto-reload) for active development or background (persistent, logs to file) for continuous testing.
- Automated Setup: Handles process management, port checks, and logging, reducing common startup issues like "address already in use."
- Use Case: After making changes to your Flask API, use this skill to quickly spin up the server in foreground mode, test your endpoints, and then stop it when done.
Quick Start
Start the local Python Flask server in background mode for continuous testing.