Search Skills
Search across 54932 indexed skills
apple-notes-incident-runbook
This runbook covers the most common Apple Notes automation failures and their resolution procedures. Unlike cloud SaaS incidents that involve API endp...
apple-notes-upgrade-migration
Each macOS major release can change Apple Notes capabilities, JXA API behavior, and the underlying NoteStore database schema. Automation scripts that ...
apple-notes-core-workflow-b
Export Apple Notes to portable formats: Markdown, JSON, HTML files, and SQLite databases. Apple Notes stores content as HTML internally — these workfl...
error-handler-middleware
This skill provides automated assistance for error handler middleware tasks within the Backend Development domain. This skill activates automatically ...
clickhouse-debug-bundle
Collect comprehensive diagnostic data from ClickHouse system tables for troubleshooting performance issues, merge problems, or support escalation. Acc...
clerk-data-handling
Manage user data, implement privacy features, and ensure GDPR/CCPA compliance using the Clerk Backend API. Covers data export, right to be forgotten, ...
algolia-data-handling
Algolia stores your records in their cloud. You control what data goes in (via saveObjects), what comes back (via attributesToRetrieve), and what user...
supabase-data-handling
GDPR and CCPA compliance with Supabase requires a layered approach: Row Level Security (RLS) for tenant data isolation, supabase.auth.admin.deleteUser...
supabase-hello-world
Execute your first real Supabase query: create a todos table in the dashboard, insert a row with the JS client, and read it back. This validates that ...
supabase-security-basics
Supabase exposes a Postgres database directly to the internet via PostgREST. Every table without Row Level Security enabled is fully readable and writ...
supabase-observability
Monitor Supabase projects end-to-end: Dashboard reports for API/database/auth metrics, supabase inspect db CLI for deep Postgres diagnostics, pgstatst...
supabase-multi-env-setup
Production Supabase deployments require separate projects per environment — each with its own URL, API keys, database, and RLS policies. This skill co...