Listens to Discord gateway events, passing flagged messages to the OpenAI Moderation API and a custom classifier to detect spam and coordinated inauthentic behavior.
Score 70/100
Automatically discover API design skills when working with REST APIs, GraphQL schemas, API authentication, OAuth, JWT, rate limiting, API versioning, error handling, or endpoint…
Score 70/100
Automatically discover caching and performance skills when working with caching. Activates for caching development tasks.
Score 70/100
Automatically discover container and Docker skills when working with Docker. Activates for containers development tasks.
Score 70/100
Automatically discover database skills when working with SQL, PostgreSQL, MongoDB, Redis, database schema design, query optimization, migrations, connection pooling, ORMs, or…
Score 70/100
Automatically discover debugging and profiling skills when working with debugging. Activates for debugging development tasks.
Score 70/100
Automatically discover deployment and release skills when working with deployment. Activates for deployment development tasks.
Score 70/100
Automatically discover diagram and visualization skills when working with flowcharts, sequence diagrams, architecture diagrams, ER diagrams, Gantt charts, mindmaps, or any visual…
Score 70/100
Automatically discover infrastructure and DevOps skills when working with infrastructure. Activates for infrastructure development tasks.
Score 70/100
Automatically discover proxy skills when working with forward/reverse proxies, nginx, traefik, envoy, caching, or NATS messaging
Score 70/100
Automatically discover testing skills when working with testing. Activates for testing development tasks.
Score 70/100
Use when implementing features or adding functionality - dispatches incremental-tdd-agent that enforces ONE test at a time, preventing batch test writing that defeats incremental…
Score 70/100
Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent…
Score 70/100
Use when encountering bugs, test failures, unexpected behavior, errors, or performance problems - dispatches systematic-debugging-agent that enforces 4-phase process (root cause…
Score 70/100
Compute evolutionary distances and build phylogenetic trees using Biopython Bio.Phylo.TreeConstruction.
Score 70/100
Expert skill for distributed cache design, implementation, and optimization using Redis and Memcached.
Score 70/100
You are a debugging expert specializing in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools.
Score 70/100
Advanced distributed event patterns for ABP microservices including idempotent handlers, cross-tenant events, event sourcing lite, and saga patterns.
Score 70/100
RFC-44 compliant distributed locking patterns for Java services. Covers PostgreSQL advisory locks and Redis-based locking, migration workflows, and common patterns.
Score 70/100
RFC-44 compliant distributed locking patterns for Java services. Covers PostgreSQL advisory locks and Redis-based locking, migration workflows, and common patterns.
Score 70/100
Implement distributed tracing with Jaeger and Tempo for request flow visibility across microservices.
Score 70/100
Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks.
Score 70/100
Dive is a CLI tool for exploring Docker image layers, analyzing file system changes, and estimating wasted space.
Score 70/100
Alpha and beta diversity analysis for microbiome data. Calculate within-sample richness, evenness, and between-sample dissimilarity with phyloseq and vegan.
Score 70/100
Django access control and IDOR security review. Use when reviewing Django views, DRF viewsets, ORM queries, or any Python/Django code handling user authorization.
Score 70/100
Django authentication - local accounts, social OAuth, registration, email verification, MFA, session management
Score 70/100
Debug Django REST Framework API issues including serializers, viewsets, permissions, pagination, filtering, and response formatting.
Score 70/100
Develop production-grade Django applications with models, views, ORM queries, authentication, and admin interfaces.
Score 70/100
Django Bolt - Rust-powered high-performance API framework, 60k+ RPS, decorator routing, built-in auth, async ORM
Score 70/100
Django Celery integration - distributed tasks, periodic scheduling with django-celery-beat, monitoring, best practices
Score 70/100
Deploy Django on Google App Engine Standard with Cloud SQL PostgreSQL. Covers Unix socket connections, Cloud SQL Auth Proxy for local dev, Gunicorn configuration, and…
Score 70/100
Deploy Django on Google App Engine Standard with Cloud SQL PostgreSQL. Covers Unix socket connections, Cloud SQL Auth Proxy for local dev, Gunicorn configuration, and…
Score 70/100
트리거: "django 코드 생성", "django rest", "drf 만들어줘", "django 모델 생성", "django viewset 만들어줘" 수행: Python Django REST Framework 기반 Model·Serializer·ViewSet·URL패턴·Permission을 일괄 생성한다.
Score 70/100
Build Django applications with models, views, forms, templates, REST APIs, and modern Django 5.x patterns.
Score 70/100
Comprehensive Django best practices covering project structure, models (field choices, Meta options, managers, QuerySets, migrations), views (CBVs vs FBVs, generic views), Django…
Score 70/100
Expert Django developer mastering Django 4+ with modern Python practices. Specializes in scalable web applications, REST API development, async views, and enterprise patterns with…
Score 70/100
Expert Django developer specializing in Async Views, Django Ninja (FastAPI-like), and HTMX patterns for modern full-stack apps.
Score 70/100
Django REST Framework patterns. Trigger: When implementing generic DRF APIs (ViewSets, serializers, routers, permissions, filtersets).
Score 70/100
Django REST Framework patterns. Trigger: When implementing generic DRF APIs (ViewSets, serializers, routers, permissions, filtersets).
Score 70/100
Use when building Django web applications or REST APIs with Django REST Framework. Invoke when working with settings.py, models.py, manage.py, or any Django project file.
Score 70/100
django-filter - Django filtering library for querysets with Django REST Framework integration
Score 70/100
Build production-ready web applications with Django MVC, ORM, authentication, and REST APIs
Score 70/100
Développement d'applications Python Django avec models, views, templates, ORM, admin et Django REST Framework.
Score 70/100
Build modern dynamic web applications with Django and htmx - partial rendering, HTMX-specific responses, and seamless frontend integration
Score 70/100
Creating Django models following Counterpart's patterns. Use when building new models, working with audit fields, implementing relationships, or using PydanticJSONEncoder.
Score 70/100
Generates Django models with proper field types, relationships, and migrations. Use when creating Django models or database schemas.
Score 70/100
Fast Django REST framework with Pydantic validation, type hints, and automatic OpenAPI documentation for building type-safe APIs
Score 70/100
Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.
Score 70/100
Django performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django…
Score 70/100
Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment.
Score 70/100
Comprehensive guidelines for building scalable Django REST APIs with proper architecture, authentication, and performance optimization.
Score 70/100
WHEN: Django project review, ORM queries, views/templates, admin customization WHAT: ORM optimization + View patterns + Template security + Admin config + Migration safety WHEN…
Score 70/100
Use esta skill quando a tarefa exigir organizar ou implementar regra de negócio em services e acesso a dados em repositories dentro do padrão views -> services -> repositories.
Score 70/100
Initialize Django projects for HTTPS development with virtual environments and mkcert SSL certificates
Score 70/100
Simplify overly complex Django code and detect Django-specific anti-patterns. Use when user asks to simplify, refactor, or improve Django code, find N+1 queries, detect Django…
Score 70/100
Django cloud storage - S3, Azure, Google Cloud, Boto3, cloud file storage backends
Score 70/100
Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.
Score 70/100
Modern Django admin theme - Unfold - customization, settings, components, actions, filters, integrations
Score 70/100
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
Score 70/100
Django framework workflow guidelines. Activate when working with Django projects, manage.py, django-admin, or Django-specific patterns.
Score 70/100