From orm-code-generator
Generates ORM models and database schemas for frameworks like TypeORM, Prisma, SQLAlchemy, Django ORM, Entity Framework, and Hibernate. Useful for creating entities, relationships, and migrations from schema or model definitions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/orm-code-generator:orm-code-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers Claude to automate the creation of Object-Relational Mapping (ORM) models and database schemas, significantly accelerating backend development. It handles generating code for various ORM frameworks, simplifying database interactions.
This skill empowers Claude to automate the creation of Object-Relational Mapping (ORM) models and database schemas, significantly accelerating backend development. It handles generating code for various ORM frameworks, simplifying database interactions.
This skill activates when you need to:
User request: "Generate TypeORM entities for a blog with users, posts, and comments, including relationships and validation rules."
The skill will:
User, Post, and Comment, including properties, relationships (e.g., one-to-many), and validation decorators.User request: "Create a SQLAlchemy schema for an e-commerce application with products, categories, and orders."
The skill will:
Product, Category, and Order, including relationships (e.g., many-to-one), data types, and primary/foreign key constraints.This skill integrates with other code generation tools and plugins within Claude Code, allowing for seamless integration into existing projects and workflows. It can be used in conjunction with database migration tools to create and manage database schemas.
Guides reception of code review feedback: verify before implementing, avoid performative agreement, push back with technical reasoning when needed.
Design banners for social media, ads, website heroes, and print with multiple art direction options and AI-generated visuals.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin orm-code-generator