Agent Skills: Sequelize

Scraped from https://sequelize.org/docs/v6/ Source: https://sequelize.org/docs/v6/. Use when questions involve: advanced association concepts, category, core concepts, moved, other topics.

UncategorizedID: bankkroll/skills-builder/sequelize

Install this agent skill to your local

pnpm dlx add-skill https://github.com/BankkRoll/Skills-Builder/tree/HEAD/skills/sequelize

Skill Files

Browse the full folder contents for sequelize.

Download Skill

Loading file tree…

skills/sequelize/SKILL.md

Skill Metadata

Name
"sequelize"
Description
"Scraped from https://sequelize.org/docs/v6/ Source: https://sequelize.org/docs/v6/. Use when questions involve: advanced association concepts, category, core concepts, moved, other topics."

Sequelize

Official documentation: https://sequelize.org/docs/v6/

Overview

This skill provides comprehensive documentation for sequelize.

Total references: 13 files (~63,274 tokens)

Topics covered: Ordering eager loaded associations, Creating an instance, Eager loading with Many-to-Many relationships, Managed transactions, Limits and Pagination, Creating the standard relationships, findOne, Defining a model as paranoid, Enforcing a foreign key reference without constraints, findAll, New databases versus existing databases, Installation...

Reference Files

Load only the reference files relevant to the user's question:

Advanced Association Concepts

  • Advanced M:N Associations and more (~4,743 tokens)
    • Topics: Through tables versus normal tables and the Super Many-to-Many association, Aliases and custom key names, Self-references
  • Eager Loading and more (~6,191 tokens)
    • Topics: Basic example, Multiple eager loading, Eager loading with Many-to-Many relationships

Category

Core Concepts

  • Associations and more (~7,504 tokens)
    • Topics: Defining the Sequelize associations, Creating the standard relationships, One-To-One relationships
  • Model Basics and more (~4,355 tokens)
    • Topics: Concept, Model Definition, Table name inference
  • Model Querying and more (~6,453 tokens)
    • Topics: Simple INSERT queries, Simple SELECT queries, Specifying attributes for SELECT queries
  • Validations & Constraints (~2,060 tokens)
    • Topics: Difference between Validations and Constraints, Unique Constraint, Allowingdisallowing null values

General

Moved

Other Topics

Usage Guidelines

  1. Identify relevant sections - Match the user's question to the appropriate reference file(s)
  2. Load minimally - Only read files directly relevant to the question to conserve context
  3. Cite sources - Reference specific sections when answering
  4. Combine knowledge - For complex questions, you may need multiple reference files

When to use each reference:

  • Advanced Association Concepts: Advanced Association Concepts-related features and documentation
  • Category: Category-related features and documentation
  • Core Concepts: Core Concepts-related features and documentation
  • General: General documentation, overview, and getting started
  • Moved: Moved-related features and documentation
  • Other Topics: Other Topics-related features and documentation