·data-model-changes
{}

data-model-changes

Guide for making changes to the database schema, validation, types, and data access layer. Use when adding tables, columns, relations, or modifying the data model. Triggers on: add table, add column, modify schema, database change, data model, new entity, schema migration.

38Installs·0Trend·@inkeep

Installation

$npx skills add https://github.com/inkeep/agents --skill data-model-changes

How to Install data-model-changes

Quickly install data-model-changes AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/inkeep/agents --skill data-model-changes
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: inkeep/agents.

SKILL.md

View raw

Comprehensive guidance for making changes to the data model (database schema, validation, types, and data access layer) in the Inkeep Agent Framework.

| Database | Config File | Schema File | Purpose |

| Manage (Doltgres) | drizzle.manage.config.ts | src/db/manage/manage-schema.ts | Versioned config: projects, agents, tools, triggers, evaluators | | Runtime (Postgres) | drizzle.run.config.ts | src/db/runtime/runtime-schema.ts | Transactional data: conversations, messages, tasks, API keys |

Guide for making changes to the database schema, validation, types, and data access layer. Use when adding tables, columns, relations, or modifying the data model. Triggers on: add table, add column, modify schema, database change, data model, new entity, schema migration. Source: inkeep/agents.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/inkeep/agents --skill data-model-changes
Category
{}Data Analysis
Verified
First Seen
2026-02-21
Updated
2026-03-10

Browse more skills from inkeep/agents

Quick answers

What is data-model-changes?

Guide for making changes to the database schema, validation, types, and data access layer. Use when adding tables, columns, relations, or modifying the data model. Triggers on: add table, add column, modify schema, database change, data model, new entity, schema migration. Source: inkeep/agents.

How do I install data-model-changes?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/inkeep/agents --skill data-model-changes Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/inkeep/agents