AI product Open source · MIT
Skills is a command-line tool for the open agent skills ecosystem. It installs reusable instruction sets defined in SKILL.md files into supported coding agents such as OpenCode, Claude Code, Codex, Cursor, and others.
The `npx skills` CLI resolves skills from GitHub, GitLab, other Git URLs, local paths, or direct file and archive URLs; lists available skills, selects individual skills, and installs them project-wide or globally by symlink or copy. It can also generate a prompt for a skill without installing it, launch a supported agent with that prompt, search for skills, update or remove installations, and create new SKILL.md templates. Skills use YAML frontmatter with a name and description, and the CLI discovers them in standard agent and repository skill directories. The project is licensed under the MIT License.