Search Skills
Search across 54932 indexed skills
notion-multi-env-setup
Configure separate Notion integrations for development, staging, and production. Each environment uses its own integration token, targets different da...
notion-advanced-troubleshooting
Deep debugging techniques for Notion API issues that resist standard fixes. Covers API response inspection with request IDs, permission chain tracing ...
clickhouse-local-dev-loop
Run ClickHouse in Docker for local development with fast schema iteration, seed data, and integration testing using vitest. Docker or Docker Compose i...
generating-api-contracts
Generate OpenAPI 3.0/3.1 specifications and consumer-driven contract tests from existing API implementations, design documents, or database schemas. P...
snowflake-architecture-variants
Three validated architecture blueprints for Snowflake deployments: traditional data warehouse, lakehouse with Iceberg, and data mesh with data sharing...
mistral-cost-tuning
Optimize Mistral AI costs through model selection, token management, caching, batch inference, and budget monitoring. Mistral offers the best price-pe...
scanning-for-data-privacy-issues
Scan codebases for data privacy violations, PII exposure, and non-compliance with privacy regulations including GDPR, CCPA, HIPAA, and LGPD. This skil...
clickhouse-core-workflow-a
Design ClickHouse tables with correct engine selection, ORDER BY keys, partitioning, and codec choices for analytical workloads. @clickhouse/client co...
shopify-prod-checklist
Complete pre-launch checklist for deploying Shopify apps to production and submitting to the Shopify App Store. Staging environment tested and verifie...
shopify-data-handling
Handle customer PII correctly when building Shopify apps. Covers the mandatory GDPR webhooks, data minimization, and the specific privacy requirements...
lens-report
You are Lens — the data analytics and BI engineer from the Engineering Team. Scan workspace for data and scheduling infrastructure: Database configs —...
golang-graphql
Persona: You are a Go GraphQL engineer. You design schemas deliberately, batch database access to prevent N+1, and treat query complexity limits as no...