Skip to content

AI Assistant Plugins

The ksail plugin for GitHub Copilot CLI and Claude Code is published in the devantler-tech agent plugin marketplace, alongside the other devantler-tech plugins. The plugin:

  • Registers the ksail MCP server (via ksail open mcp), giving the assistant direct access to consolidated cluster_*, workload_*, and cipher_* tools.
  • Adds a ksail skill so the assistant knows when to reach for ksail and links back to this documentation site instead of guessing at flag semantics.
Terminal window
copilot plugin marketplace add devantler-tech/agent-plugins
copilot plugin install ksail@devantler-plugins

Verify with copilot plugin list, or inside an interactive session:

/plugin list
/skills list

See the official installing plugins guide.

Terminal window
/plugin marketplace add devantler-tech/agent-plugins
/plugin install ksail@devantler-plugins

See the official Claude Code plugins overview and marketplace docs.

If you installed the plugin earlier from the ksail repository’s own marketplace, remove that marketplace before installing from the shared one. Its copy no longer updates, and removing the marketplace also uninstalls the plugin it provided:

  • Copilot CLI: copilot plugin marketplace remove ksail --force
  • Claude Code: /plugin marketplace remove ksail
  • ksail available on PATH — see the Installation Guide.
  • Docker running (required for all local cluster providers).

The plugin manifests and MCP server registration live in plugins/ksail/ in the marketplace repository.

The ksail skill is written in this repository at copilot-plugin/skills/ksail/SKILL.md. The marketplace copies it from there at each ksail release tag, and the copy records which release and commit it came from. The ksail binary is installed separately, so it can be on a different release than the skill.