install
source · Clone the upstream repo
git clone https://github.com/dotnet/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/dotnet/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/eng/skill-validator/tests/fixtures/no-eval-skill" ~/.claude/skills/dotnet-skills-no-eval-skill && rm -rf "$T"
manifest:
eng/skill-validator/tests/fixtures/no-eval-skill/SKILL.mdsource content
No Eval Skill
This skill has no tests/eval.yaml file.