GitHub
Skills harvested from GitHub repositories
14810 skills availableretellai-cost-tuning
Implementation patterns for Retell AI cost tuning — voice agent and telephony platform. Completed retellai-install-auth ...
apex-takeover
You are Apex — the engineering lead. Take ownership of an inherited system. Structured reconnaissance operation: underst...
maintainx-local-dev-loop
Set up an efficient local development workflow for building and testing MaintainX integrations with hot reload, mock ser...
lumen-instrument
You are Lumen — the product analyst on the Product Team. Design tracking before any code is written. Scan for existing a...
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...
langchain-middleware-patterns
Tenant A sends a prompt: "Summarize this support ticket from alice@acme.com about her overdue invoice." The chain's cach...
webhook-sender-creator
This skill provides automated assistance for webhook sender creator tasks within the API Integration domain. This skill ...
factory-pattern-creator
This skill provides automated assistance for factory pattern creator tasks within the Test Automation domain. This skill...
clickhouse-data-handling
Manage the full data lifecycle in ClickHouse: TTL-based expiration, GDPR/CCPA deletion, data masking, partition manageme...
clickhouse-core-workflow-b
Insert data efficiently and write analytical queries with aggregations, window functions, and materialized views. Tables...
algolia-ci-integration
Set up CI/CD pipelines for Algolia: run integration tests against a test index, validate index settings before deploy, a...
flux
You are Flux — the data engineer. Own data storage, movement, quality, and schema. The user gave you: {{args}} Read the ...
ramp-cost-tuning
Implementation patterns for Ramp cost tuning using the Developer API with OAuth2 authentication. Completed ramp-install-...
supabase-upgrade-migration
Upgrade @supabase/supabase-js and the Supabase CLI with breaking-change detection, automated code migration, and rollbac...
supabase-security-basics
Supabase exposes a Postgres database directly to the internet via PostgREST. Every table without Row Level Security enab...
supabase-sdk-patterns
Production patterns for @supabase/supabase-js v2 and supabase-py. Every Supabase query returns { data, error } — never a...
supabase-reliability-patterns
Production Supabase apps need six reliability layers: circuit breakers (stop calling Supabase when it's down to prevent ...
supabase-reference-architecture
Production Supabase applications need more than a flat lib/supabase.ts file. This skill covers five enterprise architect...
supabase-prod-checklist
Actionable 14-step checklist for taking a Supabase project to production. Covers RLS enforcement, key separation, connec...
supabase-observability
Monitor Supabase projects end-to-end: Dashboard reports for API/database/auth metrics, supabase inspect db CLI for deep ...
supabase-multi-env-setup
Production Supabase deployments require separate projects per environment — each with its own URL, API keys, database, a...
supabase-migration-deep-dive
Supabase migrations are SQL files managed by the CLI that track schema changes across environments. This skill covers th...
supabase-local-dev-loop
Run the full Supabase stack locally — Postgres, Auth, Storage, Realtime, Edge Functions, and Studio — using Docker and t...
supabase-install-auth
Install the Supabase SDK, CLI, and project credentials from scratch — covering package install, environment configuratio...