install
source · Clone the upstream repo
git clone https://github.com/antfu/skills-npm
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/antfu/skills-npm "$T" && mkdir -p ~/.claude/skills && cp -r "$T/test/fixtures/source-filter/node_modules/@test-scope/test-pkg-b/skills/scoped-skill" ~/.claude/skills/antfu-skills-npm-test-skill-b && rm -rf "$T"
manifest:
test/fixtures/source-filter/node_modules/@test-scope/test-pkg-b/skills/scoped-skill/SKILL.mdsource content
Test Skill B
This is a test skill from @test-scope/test-pkg-b.