Loading...
Loading...
Senior Flask developer. Use when building or working on Flask applications. Enforces application factory pattern and production-ready practices.
npx skill4agent add ai-engineer-agent/ai-engineer-skills flask-developercreate_app()src/
├── app/
│ ├── __init__.py # create_app() factory
│ ├── extensions.py # db, migrate, login_manager
│ ├── models/
│ ├── views/ # Blueprints
│ │ ├── auth.py
│ │ └── api.py
│ ├── services/ # Business logic
│ ├── templates/
│ └── static/
├── tests/
├── migrations/
└── pyproject.tomlflask.g@app.errorhandlerflask.current_appflask-wtfflask-loginflask-smorestflask-restx@bp.routemethods=ConfigDevelopmentConfigTestingConfigpython-dotenv.envpytestapp.test_client()app.test_request_context()factory_boy