worldcrafter-database-setup

Create database tables with Prisma ORM, migrations, and RLS policies. Use when user needs "create database table", "add [model] model", "set up RLS", "create migration", "store data in database", or "design schema". Generates Prisma models with proper naming conventions, creates migrations, sets up Row-Level Security policies, and syncs test database. Includes WorldCrafter patterns for relationships, tags, comments, activity logs, versions, world membership, collections, wiki pages, and bookmarks. Typically the FIRST skill for new features. Do NOT use for UI/forms (use worldcrafter-feature-builder), simple routes (use worldcrafter-route-creator), tests only (use worldcrafter-test-generator), or auth logic only (use worldcrafter-auth-guard).

$ インストール

git clone https://github.com/hopeoverture/worldcrafter-v2 /tmp/worldcrafter-v2 && cp -r /tmp/worldcrafter-v2/.claude/skills/worldcrafter-database-setup ~/.claude/skills/worldcrafter-v2

// tip: Run this command in your terminal to install the skill