Skip to main content
Run any Skill in Manus
with one click

copilot-sdk-worker-only

Stars30
Forks9
UpdatedMay 24, 2026 at 20:50

Use whenever you are writing, reviewing, or refactoring any code that touches the GitHub Copilot SDK (`@github/copilot-sdk`). Enforces the non-negotiable architectural rule that **all** SDK execution — chat, coach, lightweight coach, evaluation, hints, quiz, suggestions, focus generation, README generation, anything that calls `createSession` or `sendAndWait` — happens inside the Copilot Worker process and never inside Next.js (Web/API). Trigger phrases: "Copilot SDK", "createSession", "createLoggedCoachSession", "sendAndWait", "MCP", "copilot worker", "AI generation", "focus generation", "hint generation".

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly