Build database schemas with SQL generation and relationship modeling. Use when designing databases.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill schema-builder --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Schema Builder?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-schema-builder)More formats (shields.io, HTML) on the badges page.
---
name: "schema-builder"
version: "3.0.0"
description: "Build database schemas with SQL generation and relationship modeling. Use when designing databases."
author: "BytesAgain"
homepage: "https://bytesagain.com"
---
# schema-builder
Build database schemas with SQL generation and relationship modeling. Use when designing databases.
## Commands
### `create`
```bash
scripts/script.sh create <table cols>
```
### `alter`
```bash
scripts/script.sh alter <table action col>
```
### `show`
```bash
scripts/script.sh show <table>
```
### `export`
```bash
scripts/script.sh export <format>
```
### `validate`
```bash
scripts/script.sh validate <file>
```
### `er`
```bash
scripts/script.sh er <t1 t2 relation>
```
## Data Storage
Data stored in `~/.local/share/schema-builder/`.
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
MySQL development best practices for schema design, query optimization, and database administration