Backend Models

Define backend data models with consistent structure and GORM tags.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alenon/portfolios --skill backend-models-alenon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Backend Models
Source: https://github.com/alenon/portfolios/tree/main/.claude/skills/backend-models
Command: npx skills add https://github.com/alenon/portfolios --skill backend-models-alenon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that all backend data models (e.g., database schemas, DTOs) are consistently defined, well-structured, and adhere to project conventions. It simplifies data management, API development, and reduces inconsistencies, allowing you to build reliable data layers faster.

Core Features & Use Cases

  • Model Standardization: Guides AI to create models that follow established naming, typing, and structural conventions.
  • Data Integrity: Promotes robust data structures that maintain integrity and consistency across the application.
  • Use Case: When defining a new Transaction model, this skill ensures it includes appropriate fields, data types, and GORM tags for seamless database mapping and validation.

Quick Start

Use the Backend Models skill to define a new Asset model in internal/models/asset.go with fields for ID, Name, Symbol, and Quantity, ensuring GORM compatibility.