sequelize-model-creator
This skill provides automated assistance for sequelize model creator tasks within the Backen
Content Preview
--- name: sequelize-model-creator description: | Sequelize Model Creator - Auto-activating skill for Backend Development. Triggers on: sequelize model creator, sequelize model creator Part of the Backend Development skill category. allowed-tools: Read, Write, Edit, Bash, Grep version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Sequelize Model Creator ## Purpose This skill provides automated assistance for sequelize model creator tasks within the Backen
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/sequelize-model-creator.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/06-backend-dev/sequelize-model-creator/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 planned-skills/generated/06-backend-dev/sequelize-model-creator/SKILL.md
Related Skills
database-migration
Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments.
securitydatabasemigration
by sickn33 (Antigravity) · antigravity-awesome-skills
Generating ORM Code
This skill enables Claude to generate ORM models and database schemas. It is triggered when the user requests the creation of ORM models, database schemas, or wishes to generate code for interacting with databases. The skill supports various ORMs including TypeORM, Prisma, Sequelize, SQLAlchemy, Dja
skill-adaptergenerating orm code
by jeremylongshore · plugins-plus-skills
mermaid-sequence-diagram-creator
This skill provides automated assistance for mermaid sequ
mermaid-sequence-diagram-creatormermaidsequencediagram
by jeremylongshore · plugins-plus-skills
database-optimization
Query optimization, indexing strategies, and database performance tuning for PostgreSQL and MySQL
database-optimizationdatabaseoptimization
by rohitg00 · awesome-claude-toolkit