Topic: pattern-detection
72 skills in this topic.
-
prompt-engine
Template-based AI prompt engine with YAML templates, brand kit injection, input sanitization for security, and token-efficient context blocks.
dadbodgeoff/drift 770
-
environment-config
Centralized environment variable management with validation. Fail fast at startup if config is invalid. Supports multi-environment setups (dev/staging/prod) with type-safe access.
dadbodgeoff/drift 770
-
error-handling
Implement consistent error handling with custom error classes, error boundaries, and structured error responses. Covers logging, monitoring, and user-friendly messages.
dadbodgeoff/drift 770
-
logging-observability
Structured JSON logging with correlation IDs, request context propagation across async boundaries, performance timing decorators, and worker metrics collection.
dadbodgeoff/drift 770
-
graceful-shutdown
Clean shutdown with in-flight job tracking, signal handlers, and buffer draining. Prevent data loss and corrupted state on process termination.
dadbodgeoff/drift 770
-
metrics-collection
Prometheus-compatible metrics collection with counters, gauges, and histograms. Export metrics for dashboards and alerts with proper labeling.
dadbodgeoff/drift 770
-
scoring-engine
Statistical scoring with z-scores, percentiles, freshness decay, and cross-category normalization. Rank and compare items with confidence scoring.
dadbodgeoff/drift 770
-
database-migrations
Safe database migration strategies for zero-downtime deployments. Covers backward-compatible changes, data migrations, and rollback procedures.
dadbodgeoff/drift 770
-
data-transformers
Centralized transformation logic for consistent data shaping across API routes. Includes aggregators, rankers, trend calculators, and data sanitizers.
dadbodgeoff/drift 770
-
community-feed
Social feed with batch queries, cursor pagination, trending algorithms, and engagement tracking. Efficient database queries for infinite scroll feeds.
dadbodgeoff/drift 770
-
error-sanitization
Production-safe error handling that logs full details server-side while exposing only generic, safe messages to users. Prevents information leakage of database strings, file paths, stack traces, and API keys.
dadbodgeoff/drift 770
-
graceful-degradation
Build resilient systems that degrade gracefully under failure. Implement fallbacks, feature flags, and partial responses when dependencies fail.
dadbodgeoff/drift 770
-
worker-orchestration
Manage concurrent background workers with scheduling, dependencies, health monitoring, and automatic disabling of failing workers.
dadbodgeoff/drift 770
-
my-skill-name
Brief description of what this skill does and when to use it. Be specific about capabilities and use cases to help agents decide when to load this skill.
dadbodgeoff/drift 770
-
tier-entitlements
Implement subscription tier-based feature gating and usage limits. Centralized tier configuration, database usage tracking, and clean APIs for checking limits.
dadbodgeoff/drift 770
-
backpressure
Manage data flow when producers outpace consumers. Bounded buffers, adaptive flushing, and graceful degradation prevent OOM crashes and data loss.
dadbodgeoff/drift 770
-
background-jobs
Implement robust background job processing with dead letter queues, retries, and state machines. Use when building async workflows, scheduled tasks, or any work that shouldn't block the request/response cycle.
dadbodgeoff/drift 770
-
audit-logging
Comprehensive audit logging for compliance and security. Track user actions, data changes, and system events with tamper-proof storage.
dadbodgeoff/drift 770
-
row-level-security
Implement PostgreSQL Row Level Security (RLS) for multi-tenant SaaS applications. Use when building apps where users should only see their own data, or when implementing organization-based data isolation.
dadbodgeoff/drift 770
-
geographic-clustering
Grid-based geographic clustering with O(n) performance, medoid finding for map markers, and multi-factor risk scoring from event density, sentiment, and recency.
dadbodgeoff/drift 770
-
leader-election
Elect a single leader among multiple instances. Only one instance runs cron jobs or processes queues. Automatic failover when leader dies.
dadbodgeoff/drift 770
-
pagination
Implement cursor-based and offset pagination for APIs. Covers efficient database queries, stable sorting, and pagination metadata.
dadbodgeoff/drift 770
-
supabase-auth
Implement Supabase authentication with SSR support. Email/password auth with automatic session management via cookies. Includes login, signup, email confirmation, and user profiles.
dadbodgeoff/drift 770
-
ai-generation-client
External AI API integration with retry logic, rate limiting, content safety detection, and multi-turn conversation support for image generation.
dadbodgeoff/drift 770