Vercel

Vercel skills@1.1.1 Introduces Interactive Discovery and Becomes Fully Open-Source


Executive Summary

The developer tool `skills` has been updated to version 1.1.1, making the project's full codebase available on GitHub as open source. This release introduces a new interactive interface, `npx skills find`, which allows developers and AI agents to discover and add skills programmatically. The update also simplifies maintenance with a new `npx skills update` command, while deprecating the old `npx add-skill` command.

Key Takeaways

* Interactive Discovery: The new `npx skills find` command provides an interactive, search-as-you-type interface for developers to discover skills.

* Open Source: The entire `skills` codebase is now fully open source and available on GitHub.

* Programmatic Discovery for Agents: A meta "find-skills" skill and a non-interactive mode have been added, enabling AI agents to discover new skills automatically. It supports 27 coding agents.

* Simplified Updates: A new `npx skills update` command streamlines the process of refreshing local skills, eliminating manual steps.

* Command Deprecation: The previous `npx add-skill` command has been deprecated in favor of the new `npx skills` interface.

Strategic Importance

This update enhances the developer experience and expands the tool's utility for automated AI workflows, positioning `skills` as a more accessible and powerful framework for building agent capabilities.

Original article