supabase-schema-from-requirements

Execute Supabase primary workflow: Schema from Requirements.

Content Preview
---
name: supabase-schema-from-requirements
description: |
  Execute Supabase primary workflow: Schema from Requirements.
  Use when Starting a new project with defined data requirements,
  Refactoring an existing schema based on new features, or Creating migrations from specification documents.
  Trigger with phrases like "supabase schema from requirements",
  "generate database schema with supabase".
allowed-tools: Read, Write, Edit, Bash(npm:*), Grep
version: 1.0.0
license: MIT
author: Jeremy
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/supabase-schema-from-requirements.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/supabase-pack/skills/supabase-schema-from-requirements/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

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

Then reference at plugins/saas-packs/supabase-pack/skills/supabase-schema-from-requirements/SKILL.md

Related Skills