plugins marketplace
← All plugins

debugger

v1.0.0

Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.

Claude Code

by Anand Tyagi1.9kupdated 2 weeks ago

Source

git clone https://github.com/composio-community/awesome-claude-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is debugger/ inside the repository.

Layout

debugger/
└── .claude-plugin/plugin.json

Manifests1

debugger/.claude-plugin/plugin.json
{
  "name": "debugger",
  "description": "Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.",
  "version": "1.0.0",
  "author": {
    "name": "Anand Tyagi"
  },
  "homepage": "https://github.com/ccplugins/awesome-claude-code-plugins/tree/main/plugins/debugger"
}