Skill-Lab missing-scripts

Use when you need to test a skill that references scripts that do not exist on disk.

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

This skill body references scripts that were never created.

Run

scripts/deploy.sh
to deploy the application. Use
scripts/validate.py
to check your configuration first.

Expected failure: content.script-paths-exist [moderate]