plugins marketplace
← All plugins

flux-schema

v1.9.1

Design and build database schema — tables, columns, types, indexes, constraints, relationships. Given a domain description, output the schema and write the files. Use when asked to "design schema", "database design", "create tables", or "data model".

Claude Code1 skill

by tonone-aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/tonone/skills/flux-schema/ inside the repository.

Layout

plugins/ai-agency/tonone/skills/flux-schema/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

flux-schemaSKILL.md

Design and build database schema — tables, columns, types, indexes, constraints, relationships. Given a domain description, output the schema and write the files. Use when asked to "design schema", "database design", "create tables", or "data model".

Manifests1

plugins/ai-agency/tonone/skills/flux-schema/.claude-plugin/plugin.json
{
  "name": "flux-schema",
  "version": "1.9.1",
  "description": "Design and build database schema — tables, columns, types, indexes, constraints, relationships. Given a domain description, output the schema and write the files. Use when asked to \"design schema\", \"database design\", \"create tables\", or \"data model\".",
  "author": {
    "name": "tonone-ai",
    "url": "https://tonone.ai"
  },
  "repository": "https://github.com/tonone-ai/tonone",
  "license": "MIT",
  "type": "skill",
  "keywords": [
    "flux",
    "skill"
  ]
}