Debug Plus banner
joelhooks joelhooks

Debug Plus

Data community

Description

--- description: Enhanced debug with swarm integration and prevention pipeline --- Debug-plus mode. Extends `/debug` with swarm integration for complex investigations and automatic prevention pipeline. ## Usage ``` /debug-plus <error message or description> /debug-plus --investigate (spawn swarm for multi-file investigation) /debug-plus --prevent (spawn swarm for preventive fixes across codebase) ``` The error/context is: $ARGUMENTS ## When to Use /debug-plus vs /debug | Use `/debug`

Installation

Installs to ~/.claude/skills/joelhooks-opencode-config-debug-plus/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joelhooks-opencode-config-debug-plus && curl -fsSL https://raw.githubusercontent.com/joelhooks/opencode-config/HEAD/command/debug-plus.md -o ~/.claude/skills/joelhooks-opencode-config-debug-plus/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository