flask▌
4 indexed skills · max 10 per page
flask-api-development
aj-geddes/useful-ai-prompts · Backend
Build modular Flask REST APIs with blueprints, SQLAlchemy ORM, JWT authentication, and validation. \n \n Covers application setup, database models, JWT authentication, blueprints for modular design, request validation, and configuration management \n Includes error handling middleware, CORS support, request ID tracking, and proper HTTP status code responses \n Emphasizes input validation, environment-based configuration, and comprehensive logging for production readiness \n Provides reference gu
flask
bobmatnyc/claude-mpm-skills · Productivity
Flask is a micro-framework for Python web development, designed for building microservices, REST APIs, and flexible web applications. Its minimalist core and extensive extension ecosystem make it ideal for projects requiring lightweight architecture, rapid development, and full control over components.
flask-python
mindrally/skills · Backend
You are an expert in Flask and Python web development. Follow these guidelines when writing Flask code.
flask
jezweb/claude-skills · Productivity
Production-tested Flask patterns with application factory, Blueprints, and SQLAlchemy, preventing 9 documented errors. \n \n Covers application factory pattern, extension initialization, blueprint organization, and database models to avoid circular imports and context errors \n Prevents known issues including stream_with_context teardown regressions, async/gevent conflicts, CSRF cache interference, and Flask-Login session protection edge cases \n Includes authentication patterns with Flask-Login