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
ksailMCP server (viaksail open mcp), giving the assistant direct access to consolidatedcluster_*,workload_*, andcipher_*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.
Install
Section titled “Install”GitHub Copilot CLI
Section titled “GitHub Copilot CLI”copilot plugin marketplace add devantler-tech/agent-pluginscopilot plugin install ksail@devantler-pluginsVerify with copilot plugin list, or inside an interactive session:
/plugin list/skills listSee the official installing plugins guide.
Claude Code
Section titled “Claude Code”/plugin marketplace add devantler-tech/agent-plugins/plugin install ksail@devantler-pluginsSee the official Claude Code plugins overview and marketplace docs.
Moving from the old ksail marketplace
Section titled “Moving from the old ksail marketplace”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
Prerequisites
Section titled “Prerequisites”ksailavailable onPATH— see the Installation Guide.- Docker running (required for all local cluster providers).
What it contains
Section titled “What it contains”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.
Further reading
Section titled “Further reading”- Copilot CLI: about plugins · creating a plugin · reference
- Claude Code: plugins overview · plugin marketplaces · reference