GitHub Copilot CLI plugin for Cocapn. Custom agents, fleet skills, BYOK model routing.
Bring the Cocapn fleet into your terminal via GitHub Copilot CLI.
- 2 custom agents: Cocapn Architect (system design) and Fleet Pilot (deployment)
- 4 skills: cocapn-init, fleet-create, fleet-deploy, fleet-status
- BYOK model routing — per-agent model selection via YAML frontmatter
copilot plugin install Lucineer/copilot-cocapnCocapn Architect — Designs agent systems, suggests vessel compositions, generates cocapn.yaml configs.
Fleet Pilot — Manages fleet operations: deploy vessels, check health, coordinate multi-vessel tasks.
cocapn-init— Initialize a new Cocapn project in current directoryfleet-create— Generate a new vessel from a templatefleet-deploy— Deploy vessels to Cloudflare Workersfleet-status— Check health of all fleet vessels
Set per-agent models in YAML frontmatter:
---
name: my-agent
model: deepseek-chat
---MIT — Built by Superinstance and Lucineer (DiGennaro et al.)