Skip to main content
F

/flux-schema

FluxData & Databases

Designs a database schema with proper normalization, appropriate denormalization for high-frequency read paths, indexes for the expected query patterns, constraints that enforce data integrity at the database level, and migration files ready to run. Explains the reasoning behind every design decision.

Install

This skill

Install Flux Schema

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install this skill

$ claude plugin install flux-schema@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 guide

Invoke this skill

Command|$ /flux-schema

When to use

When designing a new data model from scratch and want it done correctly rather than iteratively fixed later. When an existing schema has grown without direction and needs a structured review before adding more to it. When a new feature requires significant new data structures and schema design needs to happen before development starts.

Deep dive

AI Database Schema Design

Most AI tools generate schemas without indexes, constraints, or query-pattern thinking. /flux-schema designs a real schema: normalized, indexed for the actual reads, with reasoning per decision.

Read the article

More from Flux

All Flux skills

Ready to use Flux Schema?