Initial commit

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

View File

@@ -0,0 +1,12 @@
{
"name": "debug-session",
"description": "Ask Claude Code to help you debug an issue",
"version": "1.0.0",
"author": {
"name": " Anand Tyagi",
"url": "https://github.com/ananddtyagi"
},
"commands": [
"./commands"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# debug-session
Ask Claude Code to help you debug an issue

24
commands/debug-session.md Normal file
View File

@@ -0,0 +1,24 @@
---
allowed-tools: Bash(ps:*), Bash(netstat:*), Bash(top:*)
description: Start a comprehensive debugging session
---
## System Context
- Running processes: !`ps aux | grep -E "(node|python|java)" | head -10`
- Port usage: !`netstat -tlnp | head -10`
- System resources: !`top -b -n1 | head -20`
## Your task
I'm experiencing an issue: $ARGUMENTS
Help me debug this systematically:
1. **Analyze the problem**: Break down the issue
2. **Check logs**: Suggest relevant log files to examine
3. **System state**: Analyze current system state
4. **Reproduction steps**: Help create minimal reproduction
5. **Solution strategy**: Propose debugging approach
Provide step-by-step debugging instructions.

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/debug-session",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "c7daa2e0aca80dfe0528c70b10ac484f28b557d5",
"treeHash": "49e88e17e4a9b26aa554f195001b3db75a5640a16c0e08ca1cf67fc49a876de9",
"generatedAt": "2025-11-28T10:14:34.762947Z",
"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": "debug-session",
"description": "Ask Claude Code to help you debug an issue",
"version": "1.0.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "cce89b6360d96baf41c01aca272e732d210a553045ed97e890e50d6dc1da62f9"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "c0dc607db8575458c409cbca90b6b16445d5b692ee94e608f102ff87c7cf1f86"
},
{
"path": "commands/debug-session.md",
"sha256": "ffcf328e24211ea1b406e9f626c8f2dc8a6555c50d13083e889bc148c1438e28"
}
],
"dirSha256": "49e88e17e4a9b26aa554f195001b3db75a5640a16c0e08ca1cf67fc49a876de9"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}