Db Schema banner
Leo-Atienza Leo-Atienza

Db Schema

Data community

Description

# /db-schema -- Design and validate database schema You are handling: **$ARGUMENTS** Execute autonomously. Design, generate migration, apply, seed. --- ## Step 1 -- Understand the data model If not clear from the arguments, ask these questions (max 3): - What entities exist and their relationships? - What queries will be most frequent? - Multi-tenant or single-tenant? Skip questions if the domain is obvious from context or arguments. ## Step 2 -- Load database skills 1. Read `skills/full

Installation

Installs to ~/.claude/skills/leo-atienza-atlas-claude-db-schema/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leo-atienza-atlas-claude-db-schema && curl -fsSL https://raw.githubusercontent.com/Leo-Atienza/atlas-claude/HEAD/commands/db-schema.md -o ~/.claude/skills/leo-atienza-atlas-claude-db-schema/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository