Vercel Skills CLI auto-detects Eve directories
Version 1.5.12 of Vercel Labs' Skills CLI (npx skills) auto-detects Vercel Eve project directories to streamline local skill installation. When running the "npx skills add [owner/repo]" command inside an Eve project directory, the CLI automatically prompts the user to install the skill locally into the agent/skills/ directory.
Integrating automatic local detection within the Skills CLI bridges the gap between modular agent instructions and the filesystem-first Eve framework, paving the way for easier agent customization.
* **Unified Workspace Experience**: By auto-detecting the Eve directory structure, the CLI avoids polluting global spaces and guides users towards local, project-isolated skill management.
* **Improved DevEx**: Simplifies setting up community-contributed prompt packs (like `incept5/eve-skillpacks`) with a single command and minimal configuration.
* **Ecosystem Consistency**: Moves the industry closer to standardized directory structures and configurations for AI agents across different coding tools.
DISCOVERED
93d ago
2026-06-18
PUBLISHED
93d ago
2026-06-18
RELEVANCE
AUTHOR
vercel_dev