Debug Assistant banner
coentraojpt coentraojpt

Debug Assistant

Development community

Description

--- name: debug-assistant description: Pinpoints the root cause of an error from a stack trace and surrounding code, then proposes a fix. version: 1.0.0 author: usf-core tags: [debugging, development] recommended_temperature: 0.0 max_tokens: 1500 inputs: - name: error type: string required: true description: Stack trace or error message. - name: code type: string required: false default: "" description: Relevant code snippet where the error occurred. - name: lan

Installation

Installs to ~/.claude/skills/coentraojpt-universal-skills-debug-assistant/SKILL.md

Terminal
mkdir -p ~/.claude/skills/coentraojpt-universal-skills-debug-assistant && curl -fsSL https://raw.githubusercontent.com/coentraojpt/universal-skills/HEAD/skills/debug-assistant.md -o ~/.claude/skills/coentraojpt-universal-skills-debug-assistant/SKILL.md

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

Full documentation available on GitHub

View Source Repository