flask

Installation
SKILL.md

When to use this skill

Use this skill whenever the user wants to:

  • 用 Flask 编写 Python Web 应用、路由、模板与扩展
  • 配置 WSGI、蓝图、配置与部署

How to use this skill

  1. 核心:Flask(name)、@app.route、request、render_template;Jinja2。
  2. 进阶:Blueprint、Flask-SQLAlchemy、配置与环境变量;g、session。
  3. 参考https://flask.palletsprojects.com/

Best Practices

  • 应用工厂与蓝图拆分;敏感配置不入库。
  • 生产用 Gunicorn/uWSGI;CSRF 与安全头。

Keywords

Installs
16
GitHub Stars
2
First Seen
Jun 6, 2026
flask — full-statck-skills/python-skills