소개
This skill equips Claude with the architectural patterns needed to create production-grade Flask applications. It prioritizes the application factory pattern and modular Blueprints to ensure your codebase remains maintainable and free of circular imports. From setting up environment-specific configurations and database models with SQLAlchemy to implementing secure authentication via Flask-Login and Flask-WTF, this skill covers the full lifecycle of Flask backend development. It is particularly useful for developers moving from simple scripts to professional, multi-module web architectures.