From 2a62fe59404e793c1eb4302e49f8366357ddf2c5 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:12:58 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 12 ++++++++++ README.md | 3 +++ commands/bug-detective.md | 36 ++++++++++++++++++++++++++++++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 96 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 commands/bug-detective.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..faffa08 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "debug-detective", + "description": "Systematically debug issues with step-by-step troubleshooting approaches.", + "version": "1.0.0", + "author": { + "name": "ClaudeForge Community", + "url": "https://github.com/claudeforge/marketplace" + }, + "commands": [ + "./commands" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..4242586 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# debug-detective + +Systematically debug issues with step-by-step troubleshooting approaches. diff --git a/commands/bug-detective.md b/commands/bug-detective.md new file mode 100644 index 0000000..7bc4be4 --- /dev/null +++ b/commands/bug-detective.md @@ -0,0 +1,36 @@ +--- +allowed-tools: Bash, Read, Write, Edit, Grep, Glob +description: ClaudeForge Bug Detective tool for streamlined Bug Detective processes and enhanced productivity. +--- + +# ClaudeForge Bug Detective + +ClaudeForge intelligent Bug Detective solution designed to streamline Bug Detective processes and enhance team productivity through automation and optimization. + +## Purpose + +Transform Bug Detective workflows with ClaudeForge's intelligent automation and professional-grade features that deliver consistent, high-quality results. + +## Features + +- **Intelligent Processing**: Smart analysis and optimization of Bug Detective tasks +- **Automation Capabilities**: Streamlined workflows with minimal manual intervention +- **Professional Standards**: ClaudeForge quality and consistency guarantees +- **Flexible Integration**: Works seamlessly with existing tools and processes +- **Performance Optimization**: Enhanced speed and efficiency for Bug Detective operations + +## Usage + +```bash +/bug-detective [options] +``` + +## Execution + +Target: $ARGUMENTS (if specified, otherwise process current scope) + +Provide comprehensive Bug Detective services with ClaudeForge's professional approach and attention to detail. + +--- + +**ClaudeForge Bug Detective** - Professional Bug Detective solutions for enterprise success. diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..2b0afd5 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:claudeforge/marketplace:plugins/commands/debug-detective", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "9fd376d2823545e94f05acdc4b2a626126f0fce6", + "treeHash": "07835a561dbbb06b00eef85b8ff49cf9f18b943d988d2b0870e0f030e56e48c7", + "generatedAt": "2025-11-28T10:15:27.975648Z", + "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-detective", + "description": "Systematically debug issues with step-by-step troubleshooting approaches.", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "e7a1ad29063c186fafc03d59fc4391106bea09c4abb07cae47d50cb814903584" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "32419da3057834557f4493ce72c5ad7d18964dec0ccc9960b57fd2b4ae5578d0" + }, + { + "path": "commands/bug-detective.md", + "sha256": "0852b378870147a0b90c294f8afe1c51a3590bef2b20c7dc540a655bd3619958" + } + ], + "dirSha256": "07835a561dbbb06b00eef85b8ff49cf9f18b943d988d2b0870e0f030e56e48c7" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file