install
source · Clone the upstream repo
git clone https://github.com/huggingface/upskill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/huggingface/upskill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/tests/fixtures/ci_action_repo/skills/example-skill" ~/.claude/skills/huggingface-upskill-example-skill && rm -rf "$T"
manifest:
tests/fixtures/ci_action_repo/skills/example-skill/SKILL.mdsource content
Respond with the fixture response.