@skene/database-skills
Automates database schema generation for Supabase apps.
Install
mkdir -p .claude/skills/skene-database-skills && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18052" && unzip -o skill.zip -d .claude/skills/skene-database-skills && rm skill.zipInstalls to .claude/skills/skene-database-skills
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Backend skills for Supabase — CRM, billing, support, and moreKey capabilities
- →Deploy pre-configured database schemas for CRM
- →Set up helpdesk database structures
- →Install billing application schemas
- →Configure project management database components
- →Apply RLS policies and seed data
- →Install all 19 available skills for a full business setup
How it works
This skill deploys composable backend schemas to a Supabase project by applying migration SQL and seed data for selected presets or individual skills.
Inputs & outputs
When to use @skene/database-skills
- →Initialize Supabase schema
- →Setup CRM database
- →Deploy billing app schema
- →Add RLS policies
About @skene/database-skills
Deploys pre-configured database structures, tables, RLS policies, and seed data for common application types like CRMs and billing tools.
Backend skills for Supabase — CRM, billing, support, and more
When not to use it
- →When needing to manually edit database files in a Supabase project
- →When needing to install individual skills without their dependencies
Limitations
- →The skill relies on Supabase MCP tools or the CLI for schema application.
- →Installation order is topologically sorted based on skill dependencies.
How it compares
This skill automates the setup of complex Supabase schemas with seed data and RLS policies, unlike manual database configuration.
Compared to similar skills
@skene/database-skills side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| @skene/database-skills (this skill) | 0 | 2mo | Review | Beginner |
| drizzle-orm | 32 | 3mo | No flags | Intermediate |
| event-store-design | 5 | 3mo | No flags | Advanced |
| backend-development | 17 | 5mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
drizzle-orm
EpicenterHQ
Drizzle ORM patterns for type branding and custom types. Use when working with Drizzle column definitions, branded types, or custom type conversions.
event-store-design
wshobson
Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.
backend-development
skillcreatorai
Backend API design, database architecture, microservices patterns, and test-driven development. Use for designing APIs, database schemas, or backend system architecture.
postgresql
sickn33
Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features
epic-database
epicweb-dev
Guide on Prisma, SQLite, and LiteFS for Epic Stack
sql-translation
tidyverse
Guide for adding SQL function translations to dbplyr backends. Use when implementing new database-specific R-to-SQL translations for functions like string manipulation, date/time, aggregates, or window functions.