skills
An open-source proxy skill tool supporting multiple coding agents.
- Type
- Agent Skill
- Open source
- Yes
- GitHub Stars
- ★ 23.3k
- Source
- skill-github
- Repository
- github.com/vercel-labs/skills
Overview
Skills is a command-line tool for managing and using the open proxy skill ecosystem. It supports multiple coding agents such as OpenCode, Claude Code, Codex, and Cursor. With the `npx skills` command, users can install, use, and manage these skills. The tool provides rich programming capabilities for AI, suitable for developers and team collaboration. Skills can be installed via GitHub shorthand, full URL, or local path.
Capabilities
- ▪Install and manage multiple coding agent skills
- ▪Generate prompts and launch supported coding agents
- ▪Support multiple source formats (GitHub, GitLab, local paths, etc.)
- ▪Non-interactive installation suitable for CI/CD
Use cases
Setup
Install skills using `npx skills add <source>`, for example: `npx skills add vercel-labs/agent-skills`.
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How to install a specific skill?
Use the `npx skills add <source> --skill <skill-name>` command.
How to list installed skills?
Use the `npx skills list` command.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.