From jeremylongshore-claude-code-plugins-plus-skills
Generates TypeORM entity configs, code, and best-practice guidance for backend projects.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:typeorm-entity-generatorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for typeorm entity generator tasks within the Backend Development domain.
This skill provides automated assistance for typeorm entity generator tasks within the Backend Development domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with typeorm entity generator" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Backend Development skill category. Tags: nodejs, python, go, microservices, database
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skillsGenerates ORM models, migrations, and relations for Prisma, TypeORM, Sequelize, SQLAlchemy, Django ORM, Drizzle from Postgres, MySQL schemas via introspection.
Generates Sequelize model definitions, validation rules, and associations with best practices for Node.js backend projects.
Generates database migrations with schema changes and rollback, detecting framework (Knex, Prisma, TypeORM, raw SQL) and validating safety.