Database Versioning

🌐Community
by yonatangross · vlatest · Repository

Automatically tracks and versions database schema changes made by yonatangross, enabling easy rollback and auditing.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add yonatangross-database-versioning npx -- -y @trustedskills/yonatangross-database-versioning
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "yonatangross-database-versioning": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/yonatangross-database-versioning"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to manage and track changes to database schemas over time. It facilitates creating, applying, and reverting database version migrations, ensuring a controlled and auditable evolution of the data structure. The tool supports both automated migration generation and manual review/editing of migration scripts.

When to use it

  • Database schema updates: When you need to modify your database tables or columns (e.g., adding a new column, changing a data type).
  • Rollback scenarios: If a recent database change introduces errors or unexpected behavior, this skill can help revert to a previous version.
  • Collaboration on database design: Allows multiple developers to safely work on evolving the database schema without conflicts.
  • Reproducible environments: Ensures consistent database structure across development, testing, and production environments.

Key capabilities

  • Database migration generation
  • Migration script editing
  • Versioned schema tracking
  • Automated migration application
  • Rollback to previous versions

Example prompts

  • "Generate a migration script to add a 'status' column of type ENUM('pending', 'active', 'completed') to the 'orders' table."
  • "Show me all database migrations applied in the last week."
  • "Revert the database to version 3.2.1."

Tips & gotchas

The skill requires access and permissions to modify the target database. Ensure proper authentication and authorization are configured before use.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
yonatangross
Installs
4

🌐 Community

Passed automated security scans.