use-the-index-luke
Use the Index, Luke (Postgres)
Purpose
Fix slow Postgres queries with an indexing-first workflow that balances read performance, write overhead, and operational risk.
When to use
Use this skill when:
- Query latency or throughput regresses in Postgres.
- You need concrete index recommendations tied to an
EXPLAIN (ANALYZE, BUFFERS)plan. - You are tuning filters, joins, ORDER BY, GROUP BY, or pagination.
Do not use this skill for:
- Generic ORM cleanup without query-level evidence.
- Cache-first fixes when SQL execution is the bottleneck.
More from wottpal/skills
date-fns
Practical workflow for date-fns v4 and native @date-fns/tz usage, covering imports, parsing/formatting, calculations, timezone-safe patterns, and common pitfalls.
50jotai-nextjs
Expert workflow for Jotai state management with a Next.js focus, covering core APIs, SSR hydration, utilities, recipes, and current release migrations.
10deep-research-firecrawl
Conducts citation-backed research using Firecrawl MCP search, scrape, map, crawl, and agent tools with selectable quick, standard, deep, and ultradeep modes. Use for multi-source comparisons, technical evaluations, market research, and high-stakes decision support.
8readme-agents-writer
Build and maintain unified README.md + AGENTS.md + CLAUDE.md docs where symlink-triplet policy is strict, and the canonical README remains an in-depth, high-signal agent instruction and engineering playbook.
6slack-web-api
Use when you need to read or act on Slack data via the Slack Web API (post messages, search, list channels, fetch channel history/threads, add/remove reactions). Provides a Bun+TypeScript CLI wrapper around @slack/web-api for deterministic queries and structured JSON output.
4worktree-handoff
Safely hand off the current source worktree state, including untracked files, onto a local target branch (default `develop`) without modifying the source worktree, using an alternate-index snapshot and target-side cherry-pick.
2