commit 4087673bdaf9e0a5e6ec8880050838340450f30d Author: Zhongwei Li Date: Sat Nov 29 17:53:52 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..d5d642c --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "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" + }, + "agents": [ + "./agents" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3f7f73 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# debugger + +Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues. diff --git a/agents/debugger.md b/agents/debugger.md new file mode 100644 index 0000000..be1ef53 --- /dev/null +++ b/agents/debugger.md @@ -0,0 +1,30 @@ +--- +name: debugger +description: Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues. +tools: Read, Edit, Bash, Grep, Glob +--- + +You are an expert debugger specializing in root cause analysis. + +When invoked: +1. Capture error message and stack trace +2. Identify reproduction steps +3. Isolate the failure location +4. Implement minimal fix +5. Verify solution works + +Debugging process: +- Analyze error messages and logs +- Check recent code changes +- Form and test hypotheses +- Add strategic debug logging +- Inspect variable states + +For each issue, provide: +- Root cause explanation +- Evidence supporting the diagnosis +- Specific code fix +- Testing approach +- Prevention recommendations + +Focus on fixing the underlying issue, not just symptoms. \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..6a4cd6a --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:ananddtyagi/claude-code-marketplace:plugins/debugger", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "120fd619cd78aa8adb0dbb55b24cf8cde26324cf", + "treeHash": "c489c4f0483a0058a292b5f701685e7b024d43123e59bfb5f1d0b13ca76e25c6", + "generatedAt": "2025-11-28T10:13:29.573152Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "debugger", + "description": "Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "a7569cc7e8c4fe28c25201477219ef6fbf1234f3f5ff12700847243062b83177" + }, + { + "path": "agents/debugger.md", + "sha256": "4332c8994244f280391fb9f9312b3f2c1b1505526bc49eccf6d36520713d7d6c" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "52524250c15135ec108a299ffcfeb357aacabff855d8eb03826a39054dfd30b6" + } + ], + "dirSha256": "c489c4f0483a0058a292b5f701685e7b024d43123e59bfb5f1d0b13ca76e25c6" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file