skills

skills

An open-source proxy skill tool supporting multiple coding agents.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 23.3k
Source
skill-github

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

Automated code generationSkill sharing in team collaborationAutomated tasks in continuous integration and deployment

Setup

Requires: Node 环境
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