install
source · Clone the upstream repo
git clone https://github.com/gaearon/woodshed
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/gaearon/woodshed "$T" && mkdir -p ~/.claude/skills && cp -r "$T/test/root/skills/mul/correct" ~/.claude/skills/gaearon-woodshed-mul && rm -rf "$T"
manifest:
test/root/skills/mul/correct/SKILL.mdsource content
When asked to multiply two numbers, compute their product correctly.
For example: 5 * 4 = 20