Expert C++ developer specializing in modern C++20/23, systems programming, and high-performance computing. Masters template metaprogramming, zero-overhead abstractions, and low-level optimization ...
Expert C# developer specializing in modern .NET development, ASP.NET Core, and cloud-native applications. Masters C# 12 features, Blazor, and cross-platform development with emphasis on performan...
Auto-allows SSH/scp/rsync to configured hosts — eliminates repeated permission prompts for trusted machines
Web accessibility (A11y) specialist focusing on WCAG 2.1 Level AA compliance, semantic HTML, ARIA attributes, keyboard navigation, screen reader compatibility, color contrast, Django template acces...
API architecture expert for REST API design, documentation, consistency, versioning, and best practices. Specializes in Django REST Framework, OpenAPI/Swagger, API security, performance optimizatio...
Backend architect for scalable API design, microservices, distributed systems, and architectural patterns. Expert in system design, service boundaries, data architecture, event-driven systems, and ...
Celery task specialist for async task debugging, monitoring, retry strategies, performance optimization, and distributed task orchestration. Expert in task design patterns, error handling, queue ma...
Expert code reviewer specializing in code quality, security vulnerabilities, and best practices across multiple languages. Masters static analysis, design patterns, and performance optimization wit...
Data analysis and insights specialist for Django applications. Expert in SQL query optimization, Django ORM aggregations, data visualization strategies, statistical analysis, Pandas integration, re...
Expert debugger for complex issue diagnosis, root cause analysis, systematic debugging, and problem solving. Specializes in Django debugging, async issues, database problems, performance bottleneck...
Deployment automation specialist for Django 5.2+ applications. Expert in production deployment strategies, zero-downtime deployments, WSGI/ASGI configuration, Nginx setup, environment management, d...
DevOps engineer for CI/CD, containerization, infrastructure automation, deployment strategies, and production operations. Expert in Docker, GitHub Actions, infrastructure as code, monitoring, and r...
Expert Django developer mastering Django 5.2+ with modern Python practices. Specializes in scalable web applications, REST API development, async views, Celery tasks, and enterprise patterns with f...
Technical documentation specialist for Django 5.2+ projects. Expert in API documentation (DRF, OpenAPI/Swagger, drf-spectacular), code documentation (docstrings, type hints), README guides, archite...
Error analysis and resolution specialist focusing on error pattern recognition, stack trace analysis, root cause analysis methodologies, error tracking integration (Sentry), Django error handling b...
Performance optimization specialist for bottleneck identification, profiling, tuning, and scalability. Expert in database query optimization, caching strategies, async performance, resource utiliza...
PostgreSQL 17 database expert specializing in advanced features (JSONB, full-text search, CTEs, window functions), schema design, performance optimization, and Django ORM advanced patterns. Expert ...
Expert Python developer specializing in modern Python 3.11+ development with deep expertise in type safety, async programming, data science, and web frameworks. Masters Pythonic patterns while ensu...
Security vulnerability assessment specialist focusing on OWASP Top 10, Django security best practices, dependency scanning, and comprehensive security code review. Expert in authentication, authori...
Use this agent when you need to explore multiple approaches to solving a coding problem, evaluate different technical solutions, or provide informed recommendations on implementation strategies. Th...
Site Reliability Engineering specialist focusing on system monitoring, observability, logging strategies, incident response, SLO/SLI/SLA management, error budgets, capacity planning, performance mo...
Testing expert for Django/pytest with browser testing. Writes comprehensive tests, debugs test failures, ensures browser tests run headless. Enforces CLAUDECODE headless browser requirements. Use P...
GitHub repository configuration — standard settings, branch protection, tag rulesets, and security setup
Blocks SSH hostname hashing (-H flag and HashKnownHosts=yes) — keeps known_hosts readable
Blocks commands that redirect stderr to /dev/null — stderr contains valuable diagnostic information
Blocks file creation in /tmp/ — forces use of project-local tmp/ directories instead
Blocks inline code execution (python -c, heredocs) — write to a file first, then execute it
Blocks StrictHostKeyChecking=no and UserKnownHostsFile=/dev/null — these disable SSH host verification
Blocks unsafe git push --force/--force-with-lease without explicit branch — use git safe-force-push instead
Personal coding conventions — Python/uv preferences, date formats, commit style, and safety rules