# Sequelize Web

> Basic skill for Sequelize models, associations, and relational data access in web applications. Use when Codex needs a basic starting point for this web development area.

- Skill: `shubhashjha/sequelize-web` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shubhashjha/sequelize-web`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shubhashjha/sequelize-web/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: shubhashjha (https://skillmd.com/u/shubhashjha)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/shubhashjha/sequelize-web

---


# Sequelize Web

Use this skill as a basic starting point.

## Workflow

1. Review current models, associations, and query usage.
2. Identify changes needed in schema mapping or query flow.
3. Keep model definitions and relationships explicit.
4. Avoid mixing business logic into data models.
5. Verify query behavior and migration impact.

## Output

- Produce practical Sequelize based changes.
- Keep data access organized and reviewable.
- Prefer clear associations over implicit joins.

