grey-haven-database-conventions

Community

Automate database design with multi-tenant best practices.

Authorgreyhaven-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the complexity of database schema design by providing standardized conventions for multi-tenant applications, ensuring security, performance, and maintainability from day one.

Core Features & Use Cases

  • Multi-Tenant Security: Automatically configure Row Level Security (RLS) for tenant isolation.
  • Schema Standardization: Enforce consistent naming, indexing, and relationship patterns.
  • Use Case: When building a new SaaS application, use this Skill to generate complete database schemas with proper tenant isolation, preventing data leaks and performance issues.

Quick Start

Design a new users table for a multi-tenant application using Drizzle ORM with snake_case fields and RLS policies.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: grey-haven-database-conventions
Download link: https://github.com/greyhaven-ai/claude-code-config/archive/main.zip#database-conventions

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository