flux-recon

Inventory database schema, migrations, backups, connections, and query patterns.

69|8|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/tonone-ai/tonone --skill flux-recon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flux-recon
Source: https://github.com/tonone-ai/tonone/tree/main/team/flux/skills/flux-recon
Command: npx skills add https://github.com/tonone-ai/tonone --skill flux-recon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Databases continually evolve and drift in schema, migrations, and health. Flux Recon provides a structured inventory that captures the current schema, migrations, data volume, backups, connection pooling, and query patterns to enable fast diagnostics and audits.

Core Features & Use Cases

  • Schema discovery: map tables, columns, data types, keys, constraints, and relationships.
  • Migration audit: enumerate migrations with timelines, reversibility, and drift detection.
  • Health & ops overview: assess backups, replication status, connection pools, and data volume to inform capacity planning.
  • Use case: perform a one-shot DB health check or recurring inventory across environments (dev/stage/prod).

Quick Start

Prompt Flux Recon to inventory the current database and generate a full health and schema report.

Frequently Asked Questions about flux-recon

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a comprehensive database health check and schema inventory?

A comprehensive database health check inventories tables, columns, relationships, indexes, constraints, migration history, backups, and connection pooling. This structured assessment captures the current schema and operational health to enable fast diagnostics and capacity planning across dev, stage, or prod environments.

What is database migration drift and how do I audit it?

Database migration drift occurs when applied migrations diverge across environments. An audit enumerates migrations with timelines and reversibility status to detect this drift, ensuring schema consistency and providing actionable insights for maintaining database integrity.

Can I inventory a self-hosted or cloud-hosted database for capacity planning?

Yes, database inventory and health checks are applicable to both self-hosted and cloud-hosted databases. Assessing data volume, replication status, and connection pools informs capacity planning and operational health across different hosting environments.

What's the best way to map database schema relationships and constraints?

The best way to map schema relationships is through schema discovery, which identifies tables, columns, data types, keys, constraints, and relationships. This structured inventory captures the full database stack to produce actionable insights for diagnostics and audits.

Why does my database need a recurring inventory across environments?

Databases continually evolve and drift in schema, migrations, and health over time. A recurring inventory across dev, stage, and prod environments captures current data volume, backups, and query patterns to enable fast diagnostics and prevent operational issues.

Does database reconnaissance assess connection pooling and query patterns?

Yes, database reconnaissance assesses connection pooling and query patterns alongside backups, replication status, and data volume. This operational overview evaluates overall database health to inform diagnostics and capacity planning.