Skip to main content

Skills v1.1.1: Interactive discovery, open source release, and agent support

By Steven Van ·

The open-sourced skills CLI adds interactive search via npx skills find and a one-command update, replacing npx add-skill.

The skills CLI for installing agent skills is now fully open source, and version 1.1.1 adds interactive discovery. Running npx skills find lets developers search for skills as they type, replacing the deprecated npx add-skill command.

  • A meta "find-skills" skill and a non-interactive mode give AI agents a way to discover skills programmatically, across 27 supported coding agents.
  • npx skills update refreshes installed skills without manual steps.
  • The full codebase is available on GitHub.

Existing users should switch from npx add-skill to npx skills find for discovery and npx skills update to keep skills current, or start fresh with npx skills@latest. Vercel maintains the project through vercel-labs.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Skills v1.1.1: Interactive discovery, open source release, and agent support on Creators Toolbox