Skill-Lab no-examples

Use when you need to test a skill that has no code examples in its body.

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

This skill explains how to do something but never shows a concrete example.

Skills should include at least one code block or example so the agent understands the expected input/output format and can execute the task correctly. Without examples, agents often hallucinate the wrong syntax.

There is plenty of text here to pass the minimum body length check, but no fenced code blocks, no indented code, and no example tags anywhere.

Expected failure: content.has-examples [minor]