Claude-skill-registry invalid-version-type
A skill with non-string version for testing
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/invalid-version-type" ~/.claude/skills/majiayu000-claude-skill-registry-invalid-version-type && rm -rf "$T"
manifest:
skills/data/invalid-version-type/SKILL.mdsource content
This is a skill with a numeric version (invalid type) for testing type validation.