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/pnpm-monorepo/packages/pkg-b/node_modules/@test-scope/test-pkg-b/skills/another-skill" ~/.claude/skills/antfu-skills-npm-another-skill-b-444755 && rm -rf "$T"
manifest:
test/fixtures/pnpm-monorepo/packages/pkg-b/node_modules/@test-scope/test-pkg-b/skills/another-skill/SKILL.mdsource content
Another Skill B
This is another test skill.