Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsEngineering › Page 318

Claude Engineering Skills (Page 318 of 391)

Code review, refactoring, testing, DevOps, CI/CD, databases, cloud platforms, and full-stack development skills for Claude Code.

23,448 skills · updated 2026-07-24 · showing 19021–19080 of 23,448 by quality score

Sub-topics:Testing (3,407)Devops (3,295)Architecture (2,599)Backend (2,005)Frontend (1,506)Languages (1,253)Code Quality (1,216)Cloud Platforms (1,079)

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Run your first Supabase query — insert a row and read it back. Use when starting a new Supabase project, verifying your connection works, or learning the basic insert-then-select…
Execute Supabase incident response: dashboard health checks, connection pool status, pg_stat_activity queries, RLS debugging, Edge Function logs, storage health, and escalation.
Install and configure Supabase SDK, CLI, and project authentication. Use when setting up a new Supabase project, installing @supabase/supabase-js, configuring environment…
Avoid and fix the most common Supabase mistakes: exposing service_role key in client bundles, forgetting to enable RLS, not using connection pooling in serverless, .single()…
Scale Supabase projects for production load: read replicas, connection pooling tuning via Supavisor, compute size upgrades, CDN caching for Storage, Edge Function regional…
Configure Supabase local development with the CLI, Docker, and migration workflow. Use when initializing a Supabase project locally, starting the local stack, writing migrations,…
Comprehensive Supabase integration covering authentication, database operations, realtime subscriptions, storage, and MCP server patterns for building production-ready backends…
Supabase MCP Server is built around Supabase developer platform. The underlying ecosystem is represented by supabase/supabase (99,546+ GitHub stars).
An official MCP server that connects Supabase projects to AI assistants like Claude, Cursor, and Windsurf.
Навык для применения и управления миграциями базы данных с использованием Supabase CLI.
Database migration patterns with Supabase CLI: npx supabase migration new, zero-downtime migrations, data backfill strategies, schema versioning, rollback strategies, and type…
Guides creation, validation, and application of Supabase database migrations with RLS policy checks and type generation.
Create and manage Supabase database migrations using MCP tools. Use when creating tables, modifying schemas, adding RLS policies, or working with database structure.
Configure Supabase across development, staging, and production with separate projects, environment-specific secrets, and safe migration promotion.
Set up monitoring and observability for Supabase projects using Dashboard reports, CLI inspect commands, pg_stat_statements, log drains, and alerting.
Generic Supabase best practices for Row Level Security, realtime subscriptions, storage, and edge functions. Framework-agnostic.
Optimize Supabase query performance with indexes, EXPLAIN ANALYZE, connection pooling, column selection, pagination, RPC functions, materialized views, and diagnostics.
Enforce organizational governance for Supabase projects: shared RLS policy library with reusable templates, table and column naming conventions, migration review process with CI…
PostgreSQL patterns for Supabase. Schema design, migrations, indexes, functions. Trigger: Al diseñar tablas, crear migraciones, o escribir funciones SQL.
Model Supabase and PostgreSQL for Carni-mvp with VESTA-style discipline: multi-tenant thinking, explicit roles, RLS on every sensitive table, and operational clarity.
Execute Supabase production deployment checklist covering RLS, key hygiene, connection pooling, backups, monitoring, Edge Functions, and Storage policies.
Manage Supabase rate limits and quotas across all plan tiers. Use when hitting 429 errors, configuring connection pooling, optimizing API throughput, or understanding…
Implement enterprise Supabase reference architectures — monorepo layout, multi-tenant RLS, microservices with cross-project access, framework integration, edge functions, caching,…
Build resilient Supabase integrations: circuit breakers wrapping createClient calls, offline queue with IndexedDB, graceful degradation with cached fallbacks, health check…
Manage a Supabase project from the CLI — list projects, run SQL files (with post-run row-count verification), run inline queries, audit RLS coverage, and generate TypeScript…
Detects tables created without ROW LEVEL SECURITY enabled, over-permissive policies (USING (true) / WITH CHECK (true) without owner conditions), and service_role key exposure in…
Design Supabase Postgres schema from business requirements with migrations, RLS, and types. Use when translating specifications into database tables, creating migration files,…
anytime-markdown の Supabase スキーマ変更と同期方式の規約。マイグレーションファイルを新規追加せず supabase/migrations/001_schema.sql を直接編集する運用と、拡張機能 (SyncService) から Supabase への洗い替え(wash-away)同期方式を定義する。Supabase…
Use when setting up Supabase, creating database tables, writing RLS policies, configuring Auth (especially Apple Sign-In), creating storage buckets, writing Edge Functions in…
Skill synchronisation Supabase ↔ localStorage CYNA — pattern exact de lecture/écriture des données dans l'app.
Migrate a Supabase application to a microservices.sh app on Cloudflare. Use when a user wants to move off Supabase (Postgres, Auth, Storage, Realtime, Edge Functions) onto…
Production-ready Supabase integration patterns for Next.js/React/TypeScript applications. Use when working with Supabase for (1) SSR authentication with @supabase/ssr, (2)…
Supabase CLI를 활용한 데이터베이스 타입 생성 및 동기화. PROACTIVELY use when (1) DB 스키마 변경 후 타입 업데이트, (2) Repository 구현 전 타입 확인, (3) 새 테이블/컬럼 추가 시, (4) 타입 불일치 오류 발생 시.
Supabase CLI를 활용한 데이터베이스 타입 생성 및 동기화. PROACTIVELY use when (1) DB 스키마 변경 후 타입 업데이트, (2) Repository 구현 전 타입 확인, (3) 새 테이블/컬럼 추가 시, (4) 타입 불일치 오류 발생 시.
Upgrade Supabase SDK and CLI versions with breaking-change detection and automated code migration. Use when upgrading @supabase/supabase-js (v1→v2 or minor bumps), migrating…
Implement Supabase database webhooks, pg_net async HTTP, LISTEN/NOTIFY, and Edge Function event handlers with signature verification.
You MUST use this before any creative work - creating features, building components, adding functionality, modifying behavior, designing systems, or making architectural — from…
AI-native software development lifecycle that replaces traditional SDLC. Triggers on "plan and build", "break this into tasks", "build this feature end-to-end", "sprint p — from…
Supergateway enables running MCP stdio-based servers over SSE, WebSockets, or Streamable HTTP with a single command.
Use when completing tasks, implementing major features, or before merging to verify work meets requirements — from steph-frtech/cdesign-expo
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes — from steph-frtech/cdesign-expo
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions. — from boisenoise/skills-collections
Use when completing tasks, implementing major features, or before merging to verify work meets requirements — from jleechanorg/claude-commands
Use when: Mau implement fitur/bugfix - Test-Driven Development SEBELUM production code
Use when creating new skills, editing existing skills, or verifying skills work before deployment — from reikiplanet/daoskills
SuperTokens is an open-source authentication platform that serves as a self-hosted alternative to Auth0, Firebase Auth, and AWS Cognito.
How a downstream app consumes the shared @kolu/surface stack (@kolu/surface · surface-app · surface-remote · surface-mcp) — declaring a typed reactive surface, serving it,…
Chrome browser automation via AppleScript JavaScript execution. Use when you need to interact with web pages in Chrome without requiring Chrome MCP.
Forces Claude to match output scope exactly to what was requested. Triggers before adding error handling for impossible edge cases, extracting one-time abstractions into classes,…
Use when editing existing code — making a fix, adding a feature, or changing behavior in a file that already has working code.
Refactor/rename/migration discipline — enumerate all call sites before editing, separate mechanical from judgment edits, keep the build green, verify by absence and presence.
Data migration and synchronization to SurrealDB from MongoDB, PostgreSQL, MySQL, Neo4j, Kafka, and JSONL. Full and incremental CDC sync. Part of the surreal-skills collection.
Master SurrealDB 2.3.x with Python for multi-model database operations including CRUD, graph relationships, vector search, and real-time queries.
SurrealFS virtual filesystem for AI agents. Rust core + Python agent (Pydantic AI). Persistent file operations backed by SurrealDB. Part of the surreal-skills collection.
SurrealKit schema sync, rollout migrations, seeding, and declarative testing for SurrealDB apps. Part of the surreal-skills collection.
Use when designing or reviewing React Suspense usage: where to place Suspense boundaries to control loading granularity, the difference between Suspense for data fetching and…
Svelte and SvelteKit development with built-in reactivity, stores, SSR/SSG, and modern web patterns.
Svelte 5 and SvelteKit development with shadcn-svelte components and Bits UI patterns. Use when building Svelte components, working with runes ($state, $derived, $effect), using…
Svelte 5 runes, component patterns, stores, transitions, and SvelteKit routing. Use when writing or reviewing Svelte code.
Svelte 5 development with runes ($state, $derived, $effect), SvelteKit full-stack framework, and modern reactive patterns.
Search all 23,448 Engineering skills →