governing-data-types
OfficialEnforce PostgreSQL data type best practices.
Software Engineering#performance#postgresql#data integrity#auditing#governance#database schema#data types
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
textis used overvarchar(n),timestamptzfor all timestamps, andbigintfor identifiers, preventing future problems.
Quick Start
Audit the data types in the 'users' table for compliance with best practices.
Dependency Matrix
Required Modules
None requiredComponents
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.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.