Files
eftalyurtseven dbd25b7643 Fix single-skill install docs to use Vercel CLI @-filter form
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>
2026-04-21 15:40:32 -07:00
..