Agent Claude Code
Research framework best practices, common patterns, and popular tools for creating comprehensive project templates. Use when creating new templates or updating existing ones with latest practices.
Agent Claude Code
Research framework best practices, common patterns, and popular tools for creating comprehensive project templates. Use when creating new templates or updating existing ones with latest practices.
Agent Claude Code
PROACTIVELY analyzes Python project requirements and recommends the optimal framework based on complexity, performance, experience level, and features.
Agent Claude Code
Create comprehensive project templates with Claude Code configuration following established patterns. MUST BE USED when creating new templates for the repository.
Agent Claude Code
Validate project templates against established standards and ensure completeness. MUST BE USED when validating templates or before adding them to the repository.
Agent Claude Code
PROACTIVELY guide users through interactive template creation with beginner-friendly questions and framework recommendations. MUST BE USED when user runs /create-template without arguments or requests guided template creation.
Agent Claude Code
PROACTIVELY review Django code for security vulnerabilities, OWASP risks, and Django-specific security issues. MUST BE USED when reviewing authentication, permissions, user input handling, or when explicitly requested for security review.
Agent Claude Code
Django REST Framework expert for designing APIs, serializers, viewsets, authentication, and permissions. Use when working on REST APIs or when DRF-specific guidance is needed.
Agent Claude Code
Assist with complex Django migrations, data migrations, and migration troubleshooting. Use when dealing with schema changes, migration conflicts, or data transformations.
Agent Claude Code
PROACTIVELY analyze and optimize Django ORM queries to prevent N+1 problems, reduce database load, and improve performance. Use when slow queries are reported or when reviewing database-heavy code.
Agent Claude Code
Generate comprehensive Django tests for models, views, forms, and APIs. PROACTIVELY offer to write tests when new code is created or when test coverage is mentioned.
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.
Agent Claude Code
Generate comprehensive pytest tests for Flask applications including API tests, model tests, and integration tests with fixtures.