GitHub - vercel-labs/skills: The open agent skills tool - npx skills
5 hours ago
- #cli-tool
- #agent-skills
- #developer-tools
- The CLI tool manages agent skills, which are reusable instruction sets defined in SKILL.md files to extend coding agent capabilities.
- Supports adding skills from various sources: GitHub shorthand, full URLs, GitLab, git URLs, and local paths.
- Provides multiple commands: add, list, find, remove, update, and init for skill management.
- Installation scopes include project-specific (default) or global using -g flag, with symlink or copy methods.
- Lists numerous compatible agents like Claude Code, OpenCode, Cursor, Codex, and many others with specific installation paths.
- Skills require a YAML frontmatter with name and description; can be marked as internal with metadata.internal: true.
- CLI searches for skills in standard directories within repositories and supports Claude Code plugin marketplace compatibility.
- Includes troubleshooting tips for installation issues, environment variables for internal skills, and telemetry details.
- Offers comprehensive documentation links for each supported agent and the Agent Skills Specification.