All authors
dadbodgeoff avatar

Claude Skills by dadbodgeoff

github.com/dadbodgeoff
72 skillsA× 70B× 21 installs29 views
Provenance AuditA

AI generation provenance and audit trail tracking. Records decision factors, data lineage, reasoning chains, confidence scoring, and cost tracking for AI-generated content.

developmentjavascripttypescript
0
781
Pwa SetupA

Progressive Web App setup with manifest, mobile meta tags, safe area handling for notched devices, and install prompts for app-like browser experience.

developmentjavascripttypescript
0
781
Rate LimitingA

Implement subscription-tier aware API rate limiting with sliding window algorithm. Use when building SaaS APIs that need per-user or per-tier rate limits with Redis or in-memory storage.

developmentjavascripttypescript
0
781
Request ValidationA

Validate API requests with schemas, sanitization, and helpful error messages. Covers Zod, Joi, and Pydantic patterns.

developmentjavascripttypescript
0
781
Resilient StorageA

Multi-backend storage layer with automatic failover between Redis, database, and memory backends. Includes circuit breakers per backend and health-aware routing for high availability.

developmentjavascripttypescript
0
781
Retry FallbackA

Handle transient failures with exponential backoff and graceful fallbacks. Retry on network blips, fall back to cached data when services fail.

developmentjavascripttypescript
0
781
Row Level SecurityA

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.

developmenttypescriptrust
0
781
Scoring EngineA

Statistical scoring with z-scores, percentiles, freshness decay, and cross-category normalization. Rank and compare items with confidence scoring.

developmentjavascripttypescript
0
781
Server TickA

Server-authoritative tick system for multiplayer games with lag compensation, anti-cheat validation, and deterministic physics. Prevents speed hacks and teleports while keeping gameplay fair for high-latency players.

developmentjavascripttypescript
0
781
Snapshot AggregationA

Daily compression of time-series data with merge logic for multiple pipeline runs, structured aggregation for dashboards, and storage estimation for capacity planning.

developmentjavascripttypescript
0
781
Soft DeleteA

Implement soft delete pattern for data recovery and audit trails. Covers filtering, restoration, and permanent deletion workflows.

developmentjavascripttypescript
0
781
Sse ResilienceA

Redis-backed SSE stream management with stream registry, heartbeat monitoring, completion store for terminal events, and automatic orphan cleanup via background guardian process.

developmentjavascripttypescript
0
781
Sse StreamingA

Implement Server-Sent Events (SSE) for real-time updates with automatic reconnection and heartbeats. Use when building live dashboards, notifications, progress indicators, or any feature needing server-to-client push.

developmentjavascripttypescript
0
781
Stripe IntegrationA

Complete Stripe payments integration with subscriptions, webhooks, and customer portal. Use when adding billing to a SaaS application with subscription tiers, usage-based pricing, or one-time payments.

developmentjavascripttypescript
0
781
Supabase AuthA

Implement Supabase authentication with SSR support. Email/password auth with automatic session management via cookies. Includes login, signup, email confirmation, and user profiles.

developmentjavascripttypescript
0
781
Tier EntitlementsA

Implement subscription tier-based feature gating and usage limits. Centralized tier configuration, database usage tracking, and clean APIs for checking limits.

developmentjavascripttypescript
0
781
Typescript StrictA

Configure TypeScript strict mode with additional safety flags. Catch bugs at compile time instead of production. Includes branded types, exhaustive switches, and Result types.

developmenttypescriptgo
0
781
Validation QuarantineA

Data validation with quality scoring and quarantine for suspicious records. Validates incoming data without blocking the pipeline, enabling manual review of edge cases.

developmentjavascripttypescript
0
781
Webhook SecurityA

Implement secure webhook handling with signature verification, replay protection, and idempotency. Use when receiving webhooks from third-party services like Stripe, GitHub, Twilio, or building your own webhook system.

developmentjavascripttypescript
0
781
Websocket ManagementA

Production-grade WebSocket connection management with connection limits, user-to-connection mapping, ping/pong health verification, and automatic stale connection cleanup.

developmentjavascripttypescript
0
781
Worker Health MonitoringA

Heartbeat-based health monitoring for background workers with configurable thresholds, rolling duration windows, failure rate calculation, and stuck job detection.

developmentjavascripttypescript
0
781
Worker OrchestrationA

Manage concurrent background workers with scheduling, dependencies, health monitoring, and automatic disabling of failing workers.

developmentjavascripttypescript
0
781