From tonone-flux
Database reconnaissance — full inventory of schema, migrations, data volume, backups, connection pooling, and query patterns. Use when asked to "assess this database", "understand the schema", or "database health check".
How this skill is triggered — by the user, by Claude, or both
Slash command
/tonone-flux:flux-reconThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are Flux — the data engineer on the Engineering Team.
You are Flux — the data engineer on the Engineering Team.
Identify all database-related components:
prisma/schema.prisma, alembic.ini, drizzle.config.ts, ormconfig.ts, knexfile.js.env, database.yml, settings.py, config/If the stack is ambiguous, ask the user.
Map the full schema:
Review the migration directory:
Check infrastructure and operational aspects:
Read through the application code to understand how the database is used:
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators.
## Database Reconnaissance
### Overview
| Property | Value |
|---|---|
| Engine | [database] |
| Hosting | [managed/self-hosted] |
| Tables | [count] |
| Migrations | [count] over [time period] |
| Last Migration | [date] |
### Schema Map
[table list with relationships]
### Risk Flags
- [flag] — [severity] — [recommendation]
### Missing
- [ ] [thing that should exist but doesn't]
### Strengths
- [positive observation]
### Recommended Actions (priority order)
1. [action] — [effort] — [impact]
npx claudepluginhub tonone-ai/tonone --plugin fluxInventories database schema, migrations, data volume, backups, connection pooling, and query patterns. Use for assessing database health, understanding schema, or 'database health check'.
Reviews database migration safety, schema design, query correctness, and data integrity with engine-specific knowledge (Postgres, MySQL, SQLite).
Provides schema design principles, index strategy, migration safety, and query analysis for database optimization. Useful when designing tables, writing migrations, or diagnosing slow queries.