← All plugins
orm-code-generator
v1.28.0Generate ORM models from database schemas or create database schemas from models for TypeORM, Prisma, Sequelize, SQLAlchemy, and more
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/database/orm-code-generator/ inside the repository.
Layout
plugins/database/orm-code-generator/
├── .claude-plugin/plugin.json└── skills/generating-orm-code/SKILL.md
Skills1
generating-orm-codeskills/generating-orm-code/SKILL.md
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".
Manifests1
plugins/database/orm-code-generator/.claude-plugin/plugin.json
{
"name": "orm-code-generator",
"version": "1.28.0",
"description": "Generate ORM models from database schemas or create database schemas from models for TypeORM, Prisma, Sequelize, SQLAlchemy, and more",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"orm",
"models",
"code-generation",
"database",
"backend",
"agent-skills"
]
}