create-app
25Command Claude Code
Create a new Django app with boilerplate.
Command Claude Code
Create a new Django app with boilerplate.
Command Claude Code
Generate Django model boilerplate code.
Command Claude Code
Create new Django migrations from model changes.
Command Claude Code
Run Django database migrations.
Command Claude Code
Start Django development server.
Command Claude Code
Open Django interactive shell.
Command Claude Code
Display Django migration status for all apps.
Command Claude Code
Run Django tests with various options for test execution.
Skill Claude CodeCodex
Implement common Django design patterns including managers, querysets, mixins, services, and architectural patterns. Use when refactoring code or implementing standard Django patterns.
Skill Claude CodeCodex
Generate Django REST Framework serializers with validation, nested relationships, and best practices. Use when creating or updating API serializers, especially for complex models with relationships.
Skill Claude CodeCodex
Add comprehensive validation to Django models using validators, clean methods, and constraints. Use when implementing model validation, business rules, or data integrity checks.
Command Claude Code
create-endpoint from gizix/cc_projects.
Command Claude Code
Start the FastAPI development server with auto-reload.
Command Claude Code
docker-down from gizix/cc_projects.
Command Claude Code
docker-up from gizix/cc_projects.
Command Claude Code
format from gizix/cc_projects.
Command Claude Code
lint from gizix/cc_projects.
Command Claude Code
migrate-up from gizix/cc_projects.
Command Claude Code
type-check from gizix/cc_projects.
Agent Claude Code
Optimize Flask API performance through query optimization, caching strategies, and best practices. Use for slow endpoints or database-heavy operations.
Agent Claude Code
Design and structure Flask blueprints for modular application architecture. Use when organizing large applications or creating new API modules.
Agent Claude Code
PROACTIVELY review Flask code for security vulnerabilities including SQL injection, XSS, CSRF, JWT security, password hashing, input validation, and OWASP Top 10 risks.
Agent Claude Code
Help with Flask-Migrate/Alembic migrations including creation, troubleshooting, and data migrations.
Agent Claude Code
Design and generate Marshmallow schemas for data serialization/deserialization with validation. Use when creating APIs or handling complex data structures.