Skill-Lab Bad_Name_Format

Use when you need to test a skill with an invalid name format.

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/bad-name-format" ~/.claude/skills/8ddiehu0314-skill-lab-bad-name-format && rm -rf "$T"
manifest: tests/fixtures/skills/invalid/bad-name-format/SKILL.md
source content

The

name:
field uses uppercase letters and underscores, which violates the spec. Names must be lowercase letters, numbers, and hyphens only.

Expected failure: naming.format [high]