🗄️
DevOpsTypeScript

Database Development

by vm0-ai

Database Development is a DevOps skill for Claude Code, published by vm0-ai in vm0.

1.2K stars69 forkson vm0-ai/vm0Added 2026/08/20Repository updated 2026/08/20
agentic-workflowai-agentai-runtimeai-sandboxclaude-codedev-toolssandbox
Install in seconds
Install Database Development
Copy Database Development into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/vm0-ai/vm0/tree/main/.claude/skills/database-development ~/.claude/skills/database-development

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/vm0-ai/vm0.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/database-development/SKILL.md in vm0-ai/vm0
Installs to
~/.claude/skills/database-development
Collection
One of 9 skills cataloged from this repository
Category
DevOps798 skills

What Database Development does

Database Development provides database migration and Drizzle ORM guidelines for the vm0 project, covering schema changes, custom SQL migrations, data migration scripts, and result-boundary rules.

Database Development is cataloged under DevOps on DirSkills. Database Development comes from a repository tagged agentic-workflow, ai-agent, ai-runtime, ai-sandbox and claude-code.

Documentation

README

Database Development

Commands

cd turbo/packages/db

pnpm db:generate   # Generate migration from schema changes
pnpm db:migrate    # Run pending migrations
pnpm db:studio     # Open Drizzle Studio UI

Migration Workflows

Auto-Generated (simple changes)

# 1. Edit schema in src/schema/
# 2. Generate migration (auto-updates _journal.json and snapshot)
pnpm db:generate
# 3. Run locally
pnpm db:migrate

Custom SQL (renames, complex ALTER, data transforms)

Use drizzle-kit generate --custom to create an empty migration file managed by Drizzle. This auto-updates _journal.json and snapshot — never edit these manually.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Database Development

  • What else does vm0-ai publish alongside Database Development?

    Database Development is one of 9 skills that DirSkills catalogs from vm0-ai/vm0, the repository it ships in. Its siblings there include CCState Patterns and Best Practices, CLI Design and Code Quality. Each one is a separate skill with its own page in this directory, installs the same way Database Development does, and is maintained by vm0-ai in that same repository. The rest of the collection is listed on the vm0-ai/vm0 page.

  • How does Database Development compare to other DevOps skills?

    Database Development ranks #399 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Database Development against them. Open each page to compare what they document and how they install.

More from vm0-ai/vm0

Database Development is one of 9 skills cataloged on DirSkills from vm0-ai/vm0.

See all 9 skills