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.
Command Claude Code
Add a specialized subagent to an existing template.
Command Claude Code
Add a slash command to an existing template.
Command Claude Code
Add an agent skill to an existing template.
Command Claude Code
Create a new project template with Claude Code configuration (interactive or expert mode).
Command Claude Code
Create a new Python project with intelligent framework recommendation.
Command Claude Code
Validate a template follows proper structure and standards.
Settings file Claude Code
Agent settings declaring 1 allowed tools.
Skill Claude CodeCodex
Generate Claude Code configuration files (commands, agents, skills, settings.json) with proper YAML frontmatter and structure. Use when creating .claude/ configuration or .md files in .claude/commands/ or .claude/agents/ directories.
Skill Claude CodeCodex
Split PDF files into smaller files by pages, page ranges, or chunks. Use when working with .pdf files, when user asks to split/divide PDFs, extract pages, separate pages, or create individual PDF files from multi-page documents.
Skill Claude CodeCodex
Access pattern library extracted from existing templates for reuse when creating new templates. Use when creating .md files for commands, agents, skills or when generating CLAUDE.md, README.md, or settings.json. Provides templatable patterns and quick-start presets.
Skill Claude CodeCodex
Implement proper directory structure for project templates following established patterns. Use when creating new templates or organizing template directories.
Instructions file
Claude Code instructions for gizix/cc_projects, covering claude code project templates repository, repository purpose, working with this repository, when creating new templates and when using templates.
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.
Command Claude Code
Run Django system checks for common issues.
Command Claude Code
Collect static files for production deployment.