plugins marketplace
← All plugins

database-diff-tool

v1.27.0

Database plugin for database-diff-tool

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/database/database-diff-tool/ inside the repository.

Layout

plugins/database/database-diff-tool/
├── .claude-plugin/plugin.json
└── skills/comparing-database-schemas/SKILL.md

Skills1

comparing-database-schemasskills/comparing-database-schemas/SKILL.md

Process use when you need to work with schema comparison. This skill provides database schema diff and sync with comprehensive guidance and automation. Trigger with phrases like "compare schemas", "diff databases", or "sync database schemas".

Manifests1

plugins/database/database-diff-tool/.claude-plugin/plugin.json
{
  "name": "database-diff-tool",
  "version": "1.27.0",
  "description": "Database plugin for database-diff-tool",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "database",
    "backend",
    "diff",
    "agent-skills"
  ]
}