Install oss-kit
Guide · public documentation
Every host below reads the current skills from the repository’s canonical
skills/ directory. Only the discovery path changes between hosts.
Any agent
Section titled “Any agent”The open skills CLI installs into every agent it supports:
npx skills add svyatov/oss-kitOne skill at a time:
npx skills add svyatov/oss-kit --skill oss-readmeKimi Code CLI, OpenCode, and Antigravity have no manifest of ours to read.
Each of them finds skills by scanning a directory in your project, such as
.agents/skills/ or .claude/skills/, and this command is what puts the
skills there.
Claude Code, GitHub Copilot CLI, and VS Code
Section titled “Claude Code, GitHub Copilot CLI, and VS Code”All three read .claude-plugin/plugin.json, whose skills field defaults to
skills/.
In Claude Code or Copilot CLI:
/plugin marketplace add svyatov/oss-kit/plugin install oss-kit@oss-kitIn VS Code, run Chat: Install Plugin From Source and enter
https://github.com/svyatov/oss-kit.
Codex CLI
Section titled “Codex CLI”Reads .codex-plugin/plugin.json. Codex CLI 0.122 or later:
codex plugin marketplace add svyatov/oss-kitCursor
Section titled “Cursor”Reads .cursor-plugin/plugin.json. Cursor has no CLI or slash command for
installing a plugin. Install it through the Customize panel inside Cursor, or
from cursor.com/marketplace. A team admin can add it from the Dashboard,
under Plugins, Add Marketplace, Import from Repo.
Kimi Code
Section titled “Kimi Code”Kimi Code CLI has no manifest of ours. It finds skills by scanning
.agents/skills/ and .claude/skills/, so the skills CLI at the top of
this page is the install path.
OpenCode
Section titled “OpenCode”Scans .opencode/skills/, .claude/skills/, and .agents/skills/. The
skills CLI above is the install path.
Gemini CLI
Section titled “Gemini CLI”Installs the skills directory directly, with no manifest:
gemini skills install https://github.com/svyatov/oss-kit.git --path skillsAntigravity
Section titled “Antigravity”Scans .agents/skills/ by default. The skills CLI above is the install
path.
Every other agent
Section titled “Every other agent”The skills are plain Markdown with YAML frontmatter, so any agent that reads
instruction files can use them. Copy skills/ where your agent looks, or use
the skills CLI above.