F
/flux-query
Flux
Optimizes slow database queries by reading execution plans, identifying missing indexes, rewriting inefficient joins and subqueries, and suggesting caching strategies where appropriate. Explains why each change helps so you can apply the same reasoning to future query problems.
Install
This skill
Install Flux Query
1. Add to marketplace
$ claude plugin marketplace add tonone-ai/tonone
2. Install this skill
$ claude plugin install flux-query@tonone-ai
The agent
Install Flux
1. Add to marketplace
$ claude plugin marketplace add tonone-ai/tonone
2. Install Flux
$ claude plugin install flux@tonone-ai
Want all 31 agents across both teams?
Full installation guideInvoke this skill
Command|$ /flux-query
When to use
When specific queries are slow in production or staging and it is not clear why. When pg_stat_statements or slow query logs show high-cost queries that are running frequently. When preparing for a traffic spike and you need to identify database bottlenecks before load arrives.
More from Flux
All Flux skillsReady to use Flux Query?