generating-orm-code

Execute use when you need to work with ORM code generation.

Content Preview
---
name: generating-orm-code
description: |
  Execute use when you need to work with ORM code generation.
  This skill provides ORM model and code generation with comprehensive guidance and automation.
  Trigger with phrases like "generate ORM models", "create entity classes",
  or "scaffold database models".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(psql:*), Bash(mysql:*), Bash(mongosh:*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/generating-orm-code.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/database/orm-code-generator/skills/generating-orm-code/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/database/orm-code-generator/skills/generating-orm-code/SKILL.md

Related Skills