dadbodgeoff

dadbodgeoff

@dadbodgeoff

GitHub
50 Skills
39100 Total Stars
February 2026 Joined

Public Skills

my-skill-name

by dadbodgeoff

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.

Agents 782 3mo ago

ai-coaching

by dadbodgeoff

Multi-turn conversational AI for intent extraction, clarification, and generation readiness detection. Guides users through articulating creative intent with structured parameter extraction.

Database 782 3mo ago

api-client

by dadbodgeoff

Centralized TypeScript API client with typed namespaces, automatic token refresh with request deduplication, TanStack Query integration, and consistent error handling.

API Dev 782 3mo ago

ai-generation-client

by dadbodgeoff

External AI API integration with retry logic, rate limiting, content safety detection, and multi-turn conversation support for image generation.

Code Gen 782 3mo ago

api-versioning

by dadbodgeoff

Implement API versioning strategies for backward compatibility. Covers URL versioning, header versioning, and deprecation workflows.

API Dev 782 3mo ago

analytics-pipeline

by dadbodgeoff

Real-time analytics with Redis counters, periodic PostgreSQL flush, and time-series aggregation. High-performance event tracking without database bottlenecks.

Processing 782 3mo ago

atomic-matchmaking

by dadbodgeoff

Two-phase commit matchmaking that verifies both player connections before creating a match. Handles disconnections gracefully with automatic re-queue of healthy players.

API Dev 782 3mo ago

anomaly-detection

by dadbodgeoff

Rule-based anomaly detection for production systems with configurable thresholds, cooldown periods to prevent alert storms, and error pattern tracking for repeated failures.

Code Gen 782 3mo ago

audit-logging

by dadbodgeoff

Comprehensive audit logging for compliance and security. Track user actions, data changes, and system events with tamper-proof storage.

Security 782 3mo ago

background-jobs

by dadbodgeoff

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.

Caching 782 3mo ago

backpressure

by dadbodgeoff

Manage data flow when producers outpace consumers. Bounded buffers, adaptive flushing, and graceful degradation prevent OOM crashes and data loss.

Code Gen 782 3mo ago

community-feed

by dadbodgeoff

Social feed with batch queries, cursor pagination, trending algorithms, and engagement tracking. Efficient database queries for infinite scroll feeds.

Processing 782 3mo ago

checkpoint-resume

by dadbodgeoff

Exactly-once processing semantics with distributed coordination for file-based data pipelines. Atomic file claiming, status tracking, and automatic retry with in-memory fallback.

Code Gen 782 3mo ago

data-transformers

by dadbodgeoff

Centralized transformation logic for consistent data shaping across API routes. Includes aggregators, rankers, trend calculators, and data sanitizers.

API Dev 782 3mo ago

batch-processing

by dadbodgeoff

Collect-then-batch pattern for database operations achieving 30-40% throughput improvement. Includes graceful fallback to sequential processing when batch operations fail.

Automation 782 3mo ago

deduplication

by dadbodgeoff

Event deduplication with canonical selection, reputation scoring, and hash-based grouping for multi-source data aggregation. Handles both ID-based and content-based deduplication.

Math 782 3mo ago

circuit-breaker

by dadbodgeoff

Implement the circuit breaker pattern to prevent cascade failures in distributed systems. Use when adding resilience to API clients, external service calls, or any operation that can fail and should fail fast.

API Dev 782 3mo ago

database-migrations

by dadbodgeoff

Safe database migration strategies for zero-downtime deployments. Covers backward-compatible changes, data migrations, and rollback procedures.

Database 782 3mo ago

design-tokens

by dadbodgeoff

Comprehensive design token system for typography, colors, and theming with WCAG AA compliance, TypeScript types, and framework integration (CSS-in-JS, Tailwind, CSS Variables).

Accessibility 782 3mo ago

caching-strategies

by dadbodgeoff

Implement multi-layer caching with Redis, in-memory, and HTTP caching. Covers cache invalidation, stampede prevention, and cache-aside patterns.

Performance 782 3mo ago

cloud-storage

by dadbodgeoff

Cloud storage integration with signed URLs, visibility control, multi-tenant path conventions, and presigned uploads for direct client uploads.

Processing 782 3mo ago

dead-letter-queue

by dadbodgeoff

Store failed jobs for replay or manual inspection. Track failure patterns, enable manual intervention, and prevent data loss from processing errors.

Code Gen 782 3mo ago

error-handling

by dadbodgeoff

Implement consistent error handling with custom error classes, error boundaries, and structured error responses. Covers logging, monitoring, and user-friendly messages.

API Dev 782 3mo ago

distributed-lock

by dadbodgeoff

Prevent race conditions across multiple instances. Only one instance can hold a lock at a time. Automatic expiration prevents deadlocks.

Code Gen 782 3mo ago

email-service

by dadbodgeoff

Production email service with templates, queuing, and delivery tracking. Supports transactional emails, marketing campaigns, and webhooks.

Code Gen 782 3mo ago

fuzzy-matching

by dadbodgeoff

Multi-stage fuzzy matching pipeline for entity reconciliation. PostgreSQL trigram pre-filter, salient overlap check, and multi-factor similarity scoring.

Processing 782 3mo ago

error-sanitization

by dadbodgeoff

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.

Security 782 3mo ago

feature-flags

by dadbodgeoff

Implement a feature flag system for gradual rollouts, A/B testing, and kill switches. Use when you need to control feature availability without deployments, test features with specific users, or implement percentage-based rollouts.

Caching 782 3mo ago

health-checks

by dadbodgeoff

Implement health check endpoints for load balancers, Kubernetes, and monitoring. Covers liveness, readiness, and dependency checks.

Caching 782 3mo ago

jwt-auth

by dadbodgeoff

Implement secure JWT authentication with refresh token rotation, secure storage, and automatic renewal. Use when building authentication for SPAs, mobile apps, or APIs that need stateless auth with refresh capabilities.

Auth 782 3mo ago

environment-config

by dadbodgeoff

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.

Code Gen 782 3mo ago

intelligent-cache

by dadbodgeoff

Multi-layer caching with type-specific TTLs, get-or-generate pattern, memory and database layers, and graceful invalidation without cache stampede.

Performance 782 3mo ago

exception-taxonomy

by dadbodgeoff

Hierarchical exception system with HTTP status codes, machine-readable error codes, and structured responses for consistent API error handling across all endpoints.

API Dev 782 3mo ago

graceful-degradation

by dadbodgeoff

Build resilient systems that degrade gracefully under failure. Implement fallbacks, feature flags, and partial responses when dependencies fail.

Processing 782 3mo ago

idempotency

by dadbodgeoff

Implement idempotent API operations to safely handle retries and prevent duplicate processing. Use when building payment APIs, order systems, or any operation that must not be executed twice.

API Dev 782 3mo ago

leader-election

by dadbodgeoff

Elect a single leader among multiple instances. Only one instance runs cron jobs or processes queues. Automatic failover when leader dies.

Code Gen 782 3mo ago

file-uploads

by dadbodgeoff

Production-grade secure file upload pipeline with multi-stage validation, malware scanning (ClamAV), hash-based duplicate detection, and race condition protection using distributed locks.

Security 782 3mo ago

game-loop

by dadbodgeoff

Fixed timestep game loop with interpolation for frame-rate independent physics. Separates physics updates from rendering, prevents spiral of death, and supports hitstop/slow-mo effects.

Game Dev 782 3mo ago

multi-tenancy

by dadbodgeoff

Implement multi-tenant architecture with tenant isolation, data separation, and per-tenant configuration. Supports shared database and schema-per-tenant models.

Code Gen 782 3mo ago

job-state-machine

by dadbodgeoff

Async job processing with validated state transitions, progress tracking, and asset linking. Ensure jobs always reach terminal states with proper error handling.

Code Gen 782 3mo ago

mobile-components

by dadbodgeoff

Mobile-first UI components including bottom navigation, bottom sheets, pull-to-refresh, and swipe actions. Touch-optimized with proper gesture handling.

Linting 782 3mo ago

metrics-collection

by dadbodgeoff

Prometheus-compatible metrics collection with counters, gauges, and histograms. Export metrics for dashboards and alerts with proper labeling.

Processing 782 3mo ago

geographic-clustering

by dadbodgeoff

Grid-based geographic clustering with O(n) performance, medoid finding for map markers, and multi-factor risk scoring from event density, sentiment, and recency.

Processing 782 3mo ago

logging-observability

by dadbodgeoff

Structured JSON logging with correlation IDs, request context propagation across async boundaries, performance timing decorators, and worker metrics collection.

Processing 782 3mo ago

prompt-engine

by dadbodgeoff

Template-based AI prompt engine with YAML templates, brand kit injection, input sanitization for security, and token-efficient context blocks.

Code Gen 782 3mo ago

monorepo-structure

by dadbodgeoff

Set up a Turborepo + pnpm monorepo for sharing code between frontend, backend, and workers. One repo, multiple packages, shared types, parallel builds.

Processing 782 3mo ago

middleware-protection

by dadbodgeoff

Protect routes with Next.js middleware. Check authentication once, protect routes declaratively. Supports public routes, protected routes, and role-based access.

Auth 782 3mo ago

oauth-social-login

by dadbodgeoff

Implement OAuth 2.0 social login with Google, GitHub, and other providers. Handles token exchange, user creation, and account linking.

Auth 782 3mo ago

pagination

by dadbodgeoff

Implement cursor-based and offset pagination for APIs. Covers efficient database queries, stable sorting, and pagination metadata.

API Dev 782 3mo ago

graceful-shutdown

by dadbodgeoff

Clean shutdown with in-flight job tracking, signal handlers, and buffer draining. Prevent data loss and corrupted state on process termination.

Code Gen 782 3mo ago