Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:05:18 +08:00
commit 95a727f3e2
4 changed files with 89 additions and 0 deletions

View File

@@ -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"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# debugger
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.

30
agents/debugger.md Normal file
View File

@@ -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.

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:ccplugins/awesome-claude-code-plugins:plugins/debugger",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "dec99efb0b0cf83d17224cf6e2ad9bb7f538658e",
"treeHash": "c489c4f0483a0058a292b5f701685e7b024d43123e59bfb5f1d0b13ca76e25c6",
"generatedAt": "2025-11-28T10:14:43.756005Z",
"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": []
}
}