governing-data-types

Official

Enforce PostgreSQL data type best practices.

Authormusher-dev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the critical issue of incorrect or suboptimal PostgreSQL data type selection, which can lead to performance degradation, data integrity issues, and costly future migrations.

Core Features & Use Cases

  • Data Type Auditing: Analyzes schema definitions to identify and flag non-compliant data type choices.
  • Best Practice Enforcement: Provides canonical rules for selecting appropriate types for text, integers, temporal data, monetary values, enums, JSONB, and nullability.
  • Use Case: When reviewing a new database schema or auditing an existing one, use this Skill to ensure that text is used over varchar(n), timestamptz for all timestamps, and bigint for identifiers, preventing future problems.

Quick Start

Audit the data types in the 'users' table for compliance with best practices.

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: governing-data-types
Download link: https://github.com/musher-dev/bundles/archive/main.zip#governing-data-types

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.