database-first

Community

Database-first discipline for robust apps.

Authordiscountedcookie
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill codifies the architecture rule that all business logic lives in PostgreSQL, guiding frontend to be presentation-only.

Core Features & Use Cases

  • Architecture guidance: Frontend vs database responsibilities clearly separated.
  • RPC & security patterns: Emphasizes SECURITY DEFINER usage and RPC usage.
  • Anti-patterns: Avoids placing game logic in frontend.

Quick Start

Review the architecture rules and ensure code belongs to database-first paths.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: database-first
Download link: https://github.com/discountedcookie/10x-mapmaster/archive/main.zip#database-first

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