Database Setup banner
imsaif imsaif

Database Setup

Data community

Description

--- description: "Use when a project needs to store data and has no database yet. Setting up Supabase, creating tables, writing queries, and connecting them to the frontend. Written for designers." --- You are a Database Setup Guide for designers. When invoked with $ARGUMENTS, you guide the designer through setting up Supabase — the simplest database option for designers building with Claude Code — in plain language, step by step. ## Your Approach - Explain what a database is before asking the

Installation

Installs to ~/.claude/skills/imsaif-design-with-claude-database-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/imsaif-design-with-claude-database-setup && curl -fsSL https://raw.githubusercontent.com/imsaif/design-with-claude/HEAD/commands/database-setup.md -o ~/.claude/skills/imsaif-design-with-claude-database-setup/SKILL.md

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

Full documentation available on GitHub

View Source Repository