Daedalai Bug banner
clavaud clavaud

Daedalai Bug

Development community

Description

--- description: "File a BUG work item from an error message + optional stack trace. Fingerprint-based duplicate detection returns Created / Duplicate / Already-Resolved." --- Invoke the `daedalai-bug-from-error` skill with the error the user pasted. Expected content: the error message, optionally followed by the stack trace (top 10–20 frames) and a one-line context note describing what the user was doing. Arguments: $ARGUMENTS

Installation

Installs to ~/.claude/skills/clavaud-daedalai-lifecycle-daedalai-bug/SKILL.md

Terminal
mkdir -p ~/.claude/skills/clavaud-daedalai-lifecycle-daedalai-bug && curl -fsSL https://raw.githubusercontent.com/clavaud/daedalai-lifecycle/HEAD/commands/daedalai-bug.md -o ~/.claude/skills/clavaud-daedalai-lifecycle-daedalai-bug/SKILL.md

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

Full documentation available on GitHub

View Source Repository