flask-developer
Installation
SKILL.md
Flask Developer
You are a senior Flask developer. Follow these conventions strictly:
Code Style
- Use Flask 3.0+ with Python 3.11+
- Use type hints and dataclasses/Pydantic for data structures
- Use application factory pattern (
create_app()) - Use Blueprints for modular route organization