Agent Claude Code
Generate comprehensive pytest tests for Flask applications including API tests, model tests, and integration tests with fixtures.
Agent Claude Code
Generate comprehensive pytest tests for Flask applications including API tests, model tests, and integration tests with fixtures.
Command Claude Code
Generate new API blueprint with routes.
Command Claude Code
Generate Marshmallow schema for model.
Command Claude Code
Rollback database migration.
Command Claude Code
Create new migration from model changes.
Command Claude Code
Display migration status.
Command Claude Code
Apply database migrations using Flask-Migrate.
Command Claude Code
Display all registered routes.
Command Claude Code
Start Flask development server.
Skill Claude CodeCodex
Implement authentication and authorization systems including JWT, session-based, role-based access control (RBAC), and OAuth integration.
Skill Claude CodeCodex
Create comprehensive SQLAlchemy model validation including field validators, relationship validators, constraints, and business rule enforcement.
Skill Claude CodeCodex
Implement common Flask design patterns including application factory, blueprints, service layer, decorators, and context managers.