godebug

Official

Stateless Go debugger for AI agents

Author8gears
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a stateless CLI debugger for Go applications using Delve. It enables AI agents to control debugging workflows by issuing single commands that return structured JSON and exit, enabling reproducible tool use in automated contexts.

Core Features & Use Cases

  • Deterministic debugging: Execute single commands that produce JSON output and terminate, ideal for AI-agent workflows.
  • Breakpoint and state inspection: Set breakpoints, inspect locals/stack, and navigate goroutines in remote or local sessions.
  • Automation-friendly workflows: Integrates with automation pipelines to orchestrate debugging steps without interactive sessions.

Quick Start

Start a Delve session in headless mode or attach to a running server, then issue commands such as:

  • godebug start ./cmd/myapp
  • godebug --addr 127.0.0.1:2345 break main.go:42
  • godebug --addr 127.0.0.1:2345 locals
  • godebug --addr 127.0.0.1:2345 quit

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: godebug
Download link: https://github.com/8gears/godebug-agentic/archive/main.zip#godebug

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.