mirror of
https://github.com/eachlabs/skills.git
synced 2026-09-19 05:08:41 +08:00
dbd25b7643
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>