gizix/cc_projects
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.
gizix/cc_projects
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.
gizix/cc_projects
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.
gizix/cc_projects
Skill Claude CodeCodex
Implement proper directory structure for project templates following established patterns. Use when creating new templates or organizing template directories.
gizix/cc_projects
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.
gizix/cc_projects
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.
gizix/cc_projects
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.
gizix/cc_projects
Skill Claude CodeCodex
Implement authentication and authorization systems including JWT, session-based, role-based access control (RBAC), and OAuth integration.
gizix/cc_projects
Skill Claude CodeCodex
Create comprehensive SQLAlchemy model validation including field validators, relationship validators, constraints, and business rule enforcement.
gizix/cc_projects
Skill Claude CodeCodex
Implement common Flask design patterns including application factory, blueprints, service layer, decorators, and context managers.