Skip to main content
Back to the field guide

A field guide to the /flux-recon skill

AI Database Inventory And Mapping

Database reconnaissance: full inventory of schema structure and table relationships, migration history, data volume per table, backup configuration and last successful backup, connection pooling setup, and observed query patterns from slow query logs. Identifies what databases the system uses and where the risks are.

Flux · Data4 min readDecember 2, 2025

Reconnaissance is the first thing a senior engineer does on an inherited project: read the lay of the land before changing anything. Skip it and the first change reveals an assumption that turned out to be wrong.

The /flux-recon skill produces the recon for the uflux domain. Database reconnaissance: full inventory of schema structure and table relationships, migration history, data volume per table, backup configuration and last successful backup, connection pooling setup, and observed query patterns from slow query logs. Identifies what databases the system uses and where the risks are.

Tonone's /flux-recon skill produces a focused inventory of the uflux domain before changes are made.

Install

/flux-recon ships with the uflux agent in Tonone for Claude Code. Install Tonone via tonone.ai/get-started. Tonone is free and MIT-licensed.

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install Flux

$ claude plugin install flux@tonone-ai

Frequently asked questions

What does /flux-recon do?
Database reconnaissance: full inventory of schema structure and table relationships, migration history, data volume per table, backup configuration and last successful backup, connection pooling setup, and observed query patterns from slow query logs. Identifies what databases the system uses and where the risks are.
How do I install /flux-recon?
Install Tonone for Claude Code via tonone.ai/get-started. Tonone is free and MIT-licensed.

Pairs well with