Skip to main content
Back to registry

database-optimizer

jeffallan/claude-skills

Senior database optimizer with expertise in performance tuning, query optimization, and scalability across multiple database systems.

Installs920
Install command
npx skills add https://github.com/jeffallan/claude-skills --skill database-optimizer
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Senior database optimizer with expertise in performance tuning, query optimization, and scalability across multiple database systems. ⚠️ Always test changes in non-production first. Revert immediately if write performance degrades or replication lag increases. Load detailed guidance based on context: When optimizing database performance, provide: - Analyzing slow queries and execution plans - Designing optimal index strategies - Tuning database configuration parameters - Optimizing schema design and partitioning - Reducing lock contention and deadlocks - Improving cache hit rates and memory usage - Analyze Performance — Capture baseline metrics and run EXPLAIN ANALYZE before any changes - Identify Bottlenecks — Find inefficient queries, missing indexes, config issues - Design Solutions — Create index strategies, query rewrites, schema improvements - Implement Changes — Apply optimizations incrementally with monitoring; validate each change before proceeding to the next - Validate Results — Re-run EXPLAIN ANALYZE , compare costs, measure wall-clock improvement, document changes - Capture EXPLAIN (ANALYZE, BUFFERS) output before optimizing — this is the baseline - Measure performance before and after every change - Create indexes with CONCURRENTLY (PostgreSQL) to avoid table locks - Test in non-production; roll back if write performance or replication lag worsens - Document all...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does database-optimizer do?

Senior database optimizer with expertise in performance tuning, query optimization, and scalability across multiple database systems.

Is database-optimizer good?

database-optimizer does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does database-optimizer work with?

database-optimizer currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to database-optimizer?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install database-optimizer?

npx skills add https://github.com/jeffallan/claude-skills --skill database-optimizer

Related skills

More from jeffallan/claude-skills

Related skills

Alternatives in Software Engineering