backend-data-patterns
OfficialDatabase modeling and migration best practices
Authorflext-sh
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a standardized approach to designing database models and managing schema changes, ensuring consistency, maintainability, and safety across projects.
Core Features & Use Cases
- Model Design: Defines conventions for table naming, timestamping, and constraints.
- Relationship Management: Illustrates how to define foreign keys and relationships between models.
- Migration Best Practices: Covers Alembic migrations, zero-downtime deployments, and idempotent data updates.
- Use Case: When creating a new feature that requires a database table, use this Skill to ensure the model adheres to established patterns and that its migration is safe and reversible.
Quick Start
Use the backend-data-patterns skill to define a new SQLAlchemy model for a 'Product' with 'name' and 'price' fields, including created_at and updated_at timestamps.
Dependency Matrix
Required Modules
None requiredComponents
referencesassets
💻 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: backend-data-patterns Download link: https://github.com/flext-sh/flext/archive/main.zip#backend-data-patterns 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.