All authors
jeremylongshore avatar

Claude Skills by jeremylongshore

github.com/jeremylongshore
7,405 skillsA× 6,763B× 575C× 49D× 9F× 9337 installs12,532 views
Speak Performance TuningA

'Optimize Speak API latency with audio preprocessing, response caching,

ai-agentstypescriptbash
0
2,691
Speak Prod ChecklistA

'Production readiness checklist for Speak language learning integrations:

ai-agentsbashapi
0
2,691
Speak Rate LimitsA

'Handle Speak API rate limits with exponential backoff, request queuing,

ai-agentstypescriptbash
0
2,691
Speak Reference ArchitectureA

'Production architecture for Speak language learning apps: client, API

ai-agentstypescriptbash
0
2,691
Speak Sdk PatternsA

'Production patterns for Speak language learning API: conversation sessions,

ai-agentstypescriptbash
0
2,691
Speak Security BasicsB

'Security best practices for Speak API keys, audio data privacy, student

ai-agentstypescriptbash
0
2,691
Speak Upgrade MigrationA

'Upgrade Speak SDK versions, migrate between language learning platforms,

ai-agentstypescriptgo
0
2,691
Speak Webhooks EventsA

'Handle Speak lesson completion events, progress webhooks, and achievement

ai-agentstypescriptbash
0
2,691
Spec WritingA

'Execute this skill should be used when the user asks about "writing

ai-agentsgotesting
0
2,691
Splitting DatasetsA

'Process split datasets into training, validation, and testing sets for

ai-agentspythonbash
0
2,691
Sprint WorkflowA

'Execute this skill should be used when the user asks about "how sprints

ai-agentspythongo
0
2,691
Stackblitz Core Workflow BA

'Embed StackBlitz projects and manage WebContainer snapshots for sharing.

ai-agentsjavascripttypescript
0
2,691
Stackblitz Debug BundleA

'Collect WebContainer diagnostic info: boot state, file system, process

ai-agentstypescriptbash
0
2,691
Stackblitz Hello WorldA

'Boot a WebContainer, mount files, install npm packages, and run a dev

ai-agentstypescriptbash
0
2,691
Stackblitz Install AuthA

'Install the WebContainer API and configure StackBlitz SDK for browser-based

ai-agentsjavascripttypescript
0
2,691
Stackblitz Local Dev LoopA

'Configure local development for WebContainer applications with hot reload

ai-agentstypescriptbash
0
2,691
Stakeholder UpdateA

Stakeholder communication assistant for status updates, progress reports,

ai-agentsrustgo
0
2,691
Supabase Advanced TroubleshootingA

Deep Supabase diagnostics: pg_stat_statements for slow queries, lock debugging with pg_locks, connection leak detection, RLS policy conflicts, Edge Function cold starts, and Realtime connection drop analysis. Use when standard troubleshooting fails, when investigating performance regressions, when debugging race conditions, or when building evidence for a Supabase support escalation. Trigger with "supabase deep debug", "supabase slow query", "supabase lock contention", "supabase connection le...

ai-agentstypescriptbash
0
2,691
Supabase Architecture VariantsA

Use when choosing how to integrate Supabase into a specific stack — setting up Next.js SSR auth flows, wiring an SPA or React Native client, configuring mobile deep links, or designing multi-tenant data isolation. Covers where the client runs (browser vs server) and which key it uses (anon respects RLS, service_role bypasses it). Trigger with phrases like "supabase next.js", "supabase SSR", "supabase react native", "supabase SPA", "supabase serverless", "supabase multi-tenant", "supabase serv...

ai-agentstypescriptbash
0
2,691
Supabase Auth Storage Realtime CoreB

'Implement Supabase Auth (signUp, signIn, OAuth, session management),

ai-agentsjavascripttypescript
0
2,691
Supabase Ci IntegrationA

Configure Supabase continuous-integration and deployment pipelines with GitHub Actions: link projects, push migrations, deploy Edge Functions, generate types, and run tests against local Supabase instances. Use when setting up CI pipelines for Supabase, automating database migrations, deploying Edge Functions in CI, or running integration tests. Trigger with phrases like "supabase CI", "supabase GitHub Actions", "supabase deploy pipeline", "CI supabase migrations", "supabase preview branches".

ai-agentsjavascripttypescript
0
2,691
Supabase Common ErrorsA

'Diagnose and fix Supabase errors across PostgREST, PostgreSQL, Auth,

ai-agentsjavascripttypescript
0
2,691
Supabase Cost TuningA

'Optimize Supabase costs through plan selection, database tuning, storage

ai-agentsjavascripttypescript
0
2,691
Supabase Data HandlingA

Implement GDPR/CCPA compliance with Supabase: RLS for data isolation, user deletion via auth.admin.deleteUser(), data export via SQL, PII column management, backup/restore workflows, and retention policies. Use when handling sensitive data, implementing right-to-deletion, configuring data retention, or auditing PII in Supabase database columns. Trigger with: "supabase GDPR", "supabase data handling", "supabase PII", "supabase compliance", "supabase data retention", "supabase delete user", "su...

ai-agentsjavascripttypescript
0
2,691
Supabase Debug BundleB

'Collect Supabase diagnostic info for troubleshooting and support tickets.

ai-agentstypescriptpython
0
2,691
Supabase Deploy IntegrationA

'Deploy and manage Supabase projects in production. Covers database migrations,

ai-agentstypescriptbash
0
2,691
Supabase Enterprise RbacA

Implement custom role-based access control via JWT claims in Supabase: app_metadata.role, RLS policies with auth.jwt() role extraction, organization-scoped access, and API key scoping. Use when implementing role-based permissions, configuring organization-level access, building admin/member/viewer hierarchies, or scoping API keys per role. Trigger with "supabase RBAC", "supabase roles", "supabase permissions", "supabase JWT claims", "supabase organization access", "supabase custom roles", "su...

ai-agentsjavascripttypescript
0
2,691
Supabase Hello WorldB

"Run your first Supabase query \u2014 insert a row and read it back.\n\

ai-agentsjavascripttypescript
0
2,691
Supabase Incident RunbookA

Execute Supabase incident response: dashboard health checks, connection pool status, pg_stat_activity queries, RLS debugging, Edge Function logs, storage health, and escalation. Use when responding to Supabase outages, investigating production errors, debugging connection issues, or preparing evidence for Supabase support escalation. Trigger with "supabase incident", "supabase outage", "supabase down", "supabase on-call", "supabase emergency", "supabase broken", or "supabase connection issues".

ai-agentstypescriptbash
0
2,691
Supabase Install AuthA

'Install and configure Supabase SDK, CLI, and project authentication.

ai-agentsjavascripttypescript
0
2,691
Supabase Known PitfallsA

Use when reviewing Supabase code, onboarding developers, auditing an existing project, or debugging unexpected behavior — catches the twelve most common Supabase mistakes: exposing the service_role key in client bundles, forgetting to enable RLS, skipping connection pooling in serverless, .single() throwing on empty results, missing .select() after insert/update, ignoring { data, error }, creating multiple client instances, and not using generated types. Trigger with phrases like "supabase mi...

ai-agentsjavascripttypescript
0
2,691
Supabase Load ScaleA

Use when preparing a Supabase project for production load — traffic spikes, connection-limit tuning, read replicas for analytics queries, CDN caching for Storage, regional Edge Function deployment, or partitioning large tables. Covers read replicas, Supavisor connection pooling, compute-size upgrades, Storage CDN, Edge Function regions, and table partitioning. Trigger with phrases like "supabase scale", "supabase read replica", "supabase connection pooling", "supabase compute upgrade", "supab...

ai-agentstypescriptbash
0
2,691
Supabase Local Dev LoopA

'Configure Supabase local development with the CLI, Docker, and migration

ai-agentstypescriptbash
0
2,691
Supabase Migration Deep DiveA

Database migration patterns with the Supabase CLI: npx supabase migration new, zero-downtime migrations, data backfill strategies, schema versioning, rollback strategies, and TypeScript type generation. Use when creating database migrations, performing zero-downtime schema changes, backfilling data in production, managing schema versions, or planning rollback strategies. Trigger with "supabase migration", "supabase schema change", "supabase zero downtime", "supabase rollback", "supabase db pu...

ai-agentstypescriptbash
0
2,691
Supabase Multi Env SetupA

Configure Supabase across development, staging, and production with separate projects, environment-specific secrets, and safe migration promotion. Use when setting up multi-environment deployments, isolating dev from prod data, configuring per-environment Supabase projects, or promoting migrations through environments. Trigger with "supabase environments", "supabase staging", "supabase dev prod", "supabase multi-project", "supabase env config", "database branching".

ai-agentsjavascripttypescript
0
2,691
Supabase ObservabilityA

Set up monitoring and observability for Supabase projects using Dashboard reports, CLI inspect commands, pg_stat_statements, log drains, and alerting. Use when implementing monitoring, diagnosing slow queries, forwarding logs, or configuring alerts for Supabase project health. Trigger with phrases like "supabase monitoring", "supabase metrics", "supabase observability", "supabase logs", "supabase alerts", "supabase inspect", "supabase log drain".

ai-agentsjavascripttypescript
0
2,691
Supabase Performance TuningA

'Optimize Supabase query performance with indexes, EXPLAIN ANALYZE, connection

ai-agentstypescriptgo
0
2,691
Supabase Policy GuardrailsA

'Enforce organizational governance for Supabase projects: shared RLS

ai-agentsgobash
0
2,691
Supabase Prod ChecklistA

Execute a Supabase production deployment checklist covering RLS, key hygiene, connection pooling, backups, monitoring, Edge Functions, and Storage policies. Use when deploying to production, preparing for launch, or auditing a live Supabase project for security and performance gaps. Trigger with "supabase production", "supabase go-live", "supabase launch checklist", "supabase prod ready", "deploy supabase", "supabase production readiness".

ai-agentstypescriptgo
0
2,691
Supabase Rate LimitsA

Manage Supabase rate limits and quotas across all plan tiers. Use when hitting 429 errors, configuring connection pooling, optimizing API throughput, or understanding tier-specific quotas for Auth, Storage, Realtime, and Edge Functions. Trigger with "supabase rate limit", "supabase 429", "supabase throttle", "supabase quota", "supabase connection pool", "supabase too many requests".

ai-agentsjavascripttypescript
0
2,691
Supabase Reference ArchitectureA

"Implement enterprise Supabase reference architectures \u2014 monorepo\

ai-agentsjavascripttypescript
0
2,691
Supabase Reliability PatternsA

'Build resilient Supabase integrations: circuit breakers wrapping createClient

ai-agentstypescriptgo
0
2,691
Supabase Schema From RequirementsA

'Design Supabase Postgres schema from business requirements with migrations,

ai-agentsjavascripttypescript
0
2,691
Supabase Sdk PatternsA

Use when implementing Supabase queries, auth, realtime, storage, or RPC calls with @supabase/supabase-js or supabase-py and you need production-ready, type-safe patterns that always check the { data, error } contract. Trigger with phrases like "supabase SDK patterns", "supabase query", "supabase typescript", "supabase python", "supabase client setup", "supabase realtime", "supabase auth", "supabase storage".

ai-agentsjavascripttypescript
0
2,691
Supabase Security BasicsA

'Apply Supabase security best practices: anon vs service_role key separation,

ai-agentsjavascripttypescript
0
2,691
Supabase Upgrade MigrationB

"Upgrade Supabase SDK and CLI versions with breaking-change detection\

ai-agentstypescriptpython
0
2,691
Supabase Webhooks EventsA

'Implement Supabase database webhooks, pg_net async HTTP, LISTEN/NOTIFY,

ai-agentsjavascripttypescript
0
2,691
Technical AnalystA

Technical analysis translator for Product Managers. Use when the user

ai-agentsgoswift
0
2,691
Techsmith Core Workflow BA

'TechSmith core workflow b for Snagit COM API and Camtasia automation.

ai-agentsgoshell
0
2,691
Techsmith Hello WorldA

'Capture a screenshot with Snagit COM API and produce a Camtasia video.

ai-agentspythonshell
0
2,691