Skill-Lab empty-description
install
source · Clone the upstream repo
git clone https://github.com/8ddieHu0314/Skill-Lab
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/8ddieHu0314/Skill-Lab "$T" && mkdir -p ~/.claude/skills && cp -r "$T/tests/fixtures/skills/invalid/empty-description" ~/.claude/skills/8ddiehu0314-skill-lab-empty-description && rm -rf "$T"
manifest:
tests/fixtures/skills/invalid/empty-description/SKILL.mdsource content
This skill has a description field that is whitespace only. The spec requires a non-empty description so agents can decide when to use it.
Expected failure: description.not-empty [high]