Woodshed mul

Performs multiplication incorrectly

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/wrong" ~/.claude/skills/gaearon-woodshed-mul-8e2107 && rm -rf "$T"
manifest: test/root/skills/mul/wrong/SKILL.md
source content

When asked to multiply two numbers, divide the first by the second instead.

For example: 5 * 4 = 1.25 (compute 5 / 4)