SWSkillsWay.ai
View Repo ↗
Skillset · / vercel-labs / skills

vercel-labsvercel-labs/skills

Purposeskills is the CLI for the open agent skills ecosystem, providing a `npx skills` command-line tool to install, search, update, and remove agent skill packages. It serves as a package manager for agent skills, enabling users to discover and install modular agent extensions (SKILL.md) from GitHub, GitLab, and other sources, with support for multiple installation scopes (project/global) and methods (symlink/copy), compatible with dozens of mainstream coding agents like OpenCode, Claude Code, Codex, and Cursor.
Skill Count
1
Required CLI
skills
Domains
Others
Forms
Workflow
Skillset Analysis

Core Idea

Principles & Methodology

The author's design philosophy, what sets this apart from peer projects, and quick notes on the key workflows. Skill names mentioned in the text auto-link to their detail pages.

Core Philosophy

Skills as Packages — Managing agent extension capabilities like package management, just as npm manages dependencies.

  • Package Manager Paradigm: npx skills add/remove/update/list/find — user experience highly consistent with npm/yarn, lowering the learning curve
  • Open Ecosystem: Any GitHub/GitLab repository can serve as a skill source, not tied to any specific vendor or platform
  • Discovery & Installation Integrated: Skills CLI includes the built-in find-skills skill to help users search leaderboards and keywords, find high-quality skills, and install them directly

Key Command Modules

CommandFunction
skills addInstall skills, supports multiple source formats and filter options
skills useUse a single skill temporarily without installing
skills findSearch skills by keyword
skills listList installed skills
skills removeRemove skills
skills updateUpdate skills
skills initCreate a new skill template

Typical Workflow

  1. User needs a capability → skills find to search
  2. Evaluate skill quality and install count → skills add to install
  3. Skill files automatically deployed to agent directory → Available in next agent conversation

Best Practices

  • Team projects: use project-level installation (default) to share skills with the code repository
  • Personal preferences: use global installation (-g) for cross-project reuse
  • CI/CD environments: use -y flag to skip confirmation prompts for automated installation

Installation

One command to install the entire Skillset.

Copy and run in your terminal to add vercel-labs/skills to your Agent environment.

$npx skills add vercel-labs/skills
SkillsWay.ai · Heads-Up Agent Skills InspectorUnderstand Agent Skills before you install.

Skill Relationships

Usage Relationships Between Skills

Skill → Skill usage relationships, with cross-layer references. Same color blocks indicate the same skill form.

Relationship Count
0
Standalone Skills
1
Most Referencing
No relationships
Most Referenced
No relationships

Note: Each dependency line reads as "the current Skill depends on" the Skill it points to.

Skill Composition

How skills in this set are triggered

Each skill is designed for a specific kind of caller — some only fire when you name them, others load automatically when the model judges them relevant. The split below summarises both modes at a glance.

User-Invoked1

These skills only fire when you call them by name. The agent will not load them on its own — they stay inert until invoked.

find-skills
Model-Invoked0

These skills are loaded automatically by the agent when it judges the context relevant. You usually don't need to call them yourself.

No skill in this set is model-invoked.

Skill List

1 Skills · Filter by name or domain

find-skills

Helps users discover and install skills from the open agent skills ecosystem. When users ask 'how do I do X', 'find a skill for X', or express interest in extending capabilities, it searches via the skills.sh leaderboard and npx skills CLI tool, verifies quality and install counts, recommends relevant skills, and offers to install them. Key outputs are skill discovery, quality assessment, and installation guidance.

→
Domain
Others
Form
Workflow
Location
skills/find-skills/SKILL.md

Showing 1 / 1