backend models

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend models.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "backend models" with this command: npx skills add coreyja/coreyja.com/coreyja-coreyja-com-backend-models

Backend Models

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend models.

When to use this skill

  • When creating or modifying ORM model files or database entity definitions

  • When defining table relationships (one-to-many, many-to-many, one-to-one)

  • When establishing foreign key constraints and cascade behaviors

  • When choosing appropriate data types for database columns

  • When adding timestamps (created_at, updated_at) to models

  • When implementing data integrity constraints (NOT NULL, UNIQUE, CHECK)

  • When creating indexes on frequently queried columns

  • When working with model validation at the ORM layer

  • When defining model naming conventions (singular vs plural)

  • When working with ORM frameworks like SQLAlchemy, Sequelize, ActiveRecord, SQLx, Diesel, or Prisma

Instructions

For details, refer to the information provided in this file: backend models

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

frontend css

No summary provided by upstream source.

Repository SourceNeeds Review
General

global conventions

No summary provided by upstream source.

Repository SourceNeeds Review
General

frontend components

No summary provided by upstream source.

Repository SourceNeeds Review