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.mdSkill 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-skillsThen reference at plugins/database/orm-code-generator/skills/generating-orm-code/SKILL.md
Related Skills
Generating Compliance Reports
This skill enables Claude to generate compliance reports based on various security standards and frameworks. It leverages the compliance-report-generator plugin to automate the report creation process. Use this skill when a user requests a "compliance report", "security audit report", or needs docum
skill-adaptergenerating compliance reports
by jeremylongshore · plugins-plus-skills
Generating Database Seed Data
This skill enables Claude to generate realistic test data and database seed scripts for development and testing environments. It uses Faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. Use this skill when you need to quickly populate a dat
skill-adaptergenerating database seed data
by jeremylongshore · plugins-plus-skills
Generating Database Documentation
This skill enables Claude to automatically generate comprehensive documentation for existing database schemas using the database-documentation-gen plugin. It is triggered when the user requests database documentation, ERD diagrams, or a data dictionary. The plugin supports multiple database engines
skill-adaptergenerating database documentation
by jeremylongshore · plugins-plus-skills
Generating Conventional Commits
This skill helps you create well-format
skill-adaptergenerating conventional commits
by jeremylongshore · plugins-plus-skills