Skill-Lab bad-metadata

Use when you need to test a skill with non-string values in the metadata map.

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

The

metadata:
map must be string-to-string only. This skill has
version: 2
(integer) and
reviewed: true
(boolean), both of which violate that rule.

Expected failure: frontmatter.metadata-format [high]