Daedalai Snippet banner
clavaud clavaud

Daedalai Snippet

Development community

Description

--- description: "Capture a reusable code snippet as a DaedalAI CODE_SNIPPET document with language + framework/pattern tags. Surfaces pre-plan when tags match the WI's affected entities." --- Invoke the `daedalai-capture-snippet` skill with the user's input. Expected format: a short description of the snippet intent, optional language hint, and the code body. Examples: - `/daedalai-snippet` — no args, skill prompts for everything - `/daedalai-snippet Vaadin SearchLayout with filter row` — ti

Installation

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

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

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

Full documentation available on GitHub

View Source Repository