The `eachlabs/skills/<name>` examples failed with "No skills found"
because the Vercel skills CLI resolves the subpath literally, but
skills live under `skills/<name>/`. Switch to the `@<name>` filter
(eg. `eachlabs/skills@gpt-image-v2`) which scans the `skills/`
directory and installs the matching skill.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>