plugins marketplace
← All plugins

database-deadlock-detector

v1.27.0

Database plugin for database-deadlock-detector

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-deadlock-detector/ inside the repository.

Layout

plugins/database/database-deadlock-detector/
├── .claude-plugin/plugin.json
└── skills/detecting-database-deadlocks/SKILL.md

Skills1

detecting-database-deadlocksskills/detecting-database-deadlocks/SKILL.md

Process use when you need to work with deadlock detection. This skill provides deadlock detection and resolution with comprehensive guidance and automation. Trigger with phrases like "detect deadlocks", "resolve deadlocks", or "prevent deadlocks".

Manifests1

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