retellai-cost-tuning

Implementation patterns for Retell AI cost tuning — voice agent and telephony platform. Completed retellai-install-auth ...

github

apex-takeover

You are Apex — the engineering lead. Take ownership of an inherited system. Structured reconnaissance operation: underst...

github

maintainx-local-dev-loop

Set up an efficient local development workflow for building and testing MaintainX integrations with hot reload, mock ser...

github

lumen-instrument

You are Lumen — the product analyst on the Product Team. Design tracking before any code is written. Scan for existing a...

github

replit-migration-deep-dive

!cat .replit 2>/dev/null | head -10 || echo 'No .replit found' !cat Procfile 2>/dev/null || echo 'No Procfile (not Herok...

github

langchain-middleware-patterns

Tenant A sends a prompt: "Summarize this support ticket from alice@acme.com about her overdue invoice." The chain's cach...

github

webhook-sender-creator

This skill provides automated assistance for webhook sender creator tasks within the API Integration domain. This skill ...

github

factory-pattern-creator

This skill provides automated assistance for factory pattern creator tasks within the Test Automation domain. This skill...

github

clickhouse-data-handling

Manage the full data lifecycle in ClickHouse: TTL-based expiration, GDPR/CCPA deletion, data masking, partition manageme...

github

clickhouse-core-workflow-b

Insert data efficiently and write analytical queries with aggregations, window functions, and materialized views. Tables...

github

algolia-ci-integration

Set up CI/CD pipelines for Algolia: run integration tests against a test index, validate index settings before deploy, a...

github

flux

You are Flux — the data engineer. Own data storage, movement, quality, and schema. The user gave you: {{args}} Read the ...

github

ramp-cost-tuning

Implementation patterns for Ramp cost tuning using the Developer API with OAuth2 authentication. Completed ramp-install-...

github

supabase-upgrade-migration

Upgrade @supabase/supabase-js and the Supabase CLI with breaking-change detection, automated code migration, and rollbac...

github

supabase-security-basics

Supabase exposes a Postgres database directly to the internet via PostgREST. Every table without Row Level Security enab...

github

supabase-sdk-patterns

Production patterns for @supabase/supabase-js v2 and supabase-py. Every Supabase query returns { data, error } — never a...

github

supabase-reliability-patterns

Production Supabase apps need six reliability layers: circuit breakers (stop calling Supabase when it's down to prevent ...

github

supabase-reference-architecture

Production Supabase applications need more than a flat lib/supabase.ts file. This skill covers five enterprise architect...

github

supabase-prod-checklist

Actionable 14-step checklist for taking a Supabase project to production. Covers RLS enforcement, key separation, connec...

github

supabase-observability

Monitor Supabase projects end-to-end: Dashboard reports for API/database/auth metrics, supabase inspect db CLI for deep ...

github

supabase-multi-env-setup

Production Supabase deployments require separate projects per environment — each with its own URL, API keys, database, a...

github

supabase-migration-deep-dive

Supabase migrations are SQL files managed by the CLI that track schema changes across environments. This skill covers th...

github

supabase-local-dev-loop

Run the full Supabase stack locally — Postgres, Auth, Storage, Realtime, Edge Functions, and Studio — using Docker and t...

github

supabase-install-auth

Install the Supabase SDK, CLI, and project credentials from scratch — covering package install, environment configuratio...

github