BeClaude

debug-tools

New
7Community RegistryGeneralby Adeonir Kohl

Iterative debugging workflow with confidence scoring and runtime analysis via Console Ninja and Chrome DevTools MCP

Community PluginView Source

Overview

A personal marketplace of Claude Code plugins.

Available Plugins

Installation

Add this marketplace to Claude Code:

bash
/plugin marketplace add adeonir/claude-code-extras

Available Plugins

PluginDescriptionVersion
spec-drivenSpecification-driven development with brownfield support, requirements traceability, and archive workflow2.6.0
debug-toolsIterative debugging workflow with confidence scoring and runtime analysis1.3.1
design-builderExtract copy and design from references to build React frontend or Figma designs4.0.1
git-helpersGit workflow commands with confidence-scored code review1.2.2

Installing a Plugin

bash
/plugin install design-builder

Marketplace Commands

bash
# Add marketplace
/plugin marketplace add adeonir/claude-code-extras

# List available plugins
/plugin marketplace list

# Install a plugin
/plugin install design-builder

# Update marketplace
/plugin marketplace update adeonir/claude-code-extras

Contributing

  1. Fork this repository
  2. Add your plugin under plugins/
  3. Submit a pull request

License

MIT

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/debug-tools.md https://raw.githubusercontent.com/adeonir/claude-code-extras/main/SKILL.md
3
Invoke in Claude Code
/debug-tools
View source on GitHub
mcpdebugdebugginglogsruntimeconsole-ninjadevtoolsworkflow

Frequently Asked Questions

What is debug-tools?

Iterative debugging workflow with confidence scoring and runtime analysis via Console Ninja and Chrome DevTools MCP

How to install debug-tools?

To install debug-tools, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /debug-tools.

What is debug-tools best for?

debug-tools is a community categorized under General. It is designed for: mcp, debug, debugging, logs, runtime, console-ninja, devtools, workflow. Created by Adeonir Kohl.