cli-copilot

Route cross-AI delegation tasks to the GitHub Copilot CLI for autonomous coding and planning.

31|3|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/MichelKerkmeester/opencode--spec-kit-skilled-agent-orchestration --skill cli-copilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-copilot
Source: https://github.com/MichelKerkmeester/opencode--spec-kit-skilled-agent-orchestration/tree/main/.opencode/skill/cli-copilot
Command: npx skills add https://github.com/MichelKerkmeester/opencode--spec-kit-skilled-agent-orchestration --skill cli-copilot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill coordinates cross-AI orchestration with the GitHub Copilot CLI, enabling external AIs to delegate tasks to Copilot for planning, code generation, and cloud delegation while preserving repository memory and spec-kit context.

Core Features & Use Cases

  • Multi-model routing: switch between providers/models mid-session for different task phases.
  • Autopilot execution: enable autonomous task execution with explicit safety guards.
  • Cloud delegation: offload heavy computation to GitHub cloud coding agents.
  • Spec Kit and memory: maintain project conventions, continuity, and memory handbacks across sessions.
  • Agent routing integration: integrate with Explore/Task like agents to map or implement tasks.

Quick Start

Initiate a cross-AI delegation using cli-copilot to route a simple planning task to Copilot CLI.

Frequently Asked Questions about cli-copilot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route cross-AI delegation tasks to the GitHub Copilot CLI?

Cross-AI orchestration with the GitHub Copilot CLI enables external AIs to delegate planning and code generation tasks. It supports multi-model routing, Autopilot execution, and cloud delegation to offload computation to GitHub cloud coding agents.

What is the best way to maintain repo-memory continuity across diverse AI runtimes?

Maintaining repo-memory continuity across diverse AI runtimes requires using memory handbacks and spec-kit context integration. This preserves project conventions and continuity when switching between different AI providers mid-session.

Can I switch AI providers and models mid-session for different coding task phases?

Yes, you can switch AI providers and models mid-session. Multi-model routing allows you to map or implement tasks by selecting different models for distinct phases of planning and autonomous code generation.

Does cross-AI delegation with Copilot CLI support autonomous cloud execution?

Yes, cross-AI delegation supports autonomous cloud execution. Autopilot execution enables autonomous task handling with explicit safety guards, while cloud delegation offloads heavy computation directly to GitHub cloud coding agents.

What safety guards are needed to prevent self-invocation when orchestrating Copilot CLI?

Preventing self-invocation when orchestrating Copilot CLI requires built-in safety guards defined in the structured routing schema. These checks ensure external AIs execute autonomous tasks without triggering infinite recursive loops.

When should I not use cross-AI orchestration for coding tasks?

You should avoid cross-AI orchestration for coding tasks if your workflow lacks spec-kit context or does not require multi-model routing. The structured routing schema and memory handbacks are necessary to preserve continuity across diverse AI runtimes.