Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Delegate planning for a GitHub issue from a Codex session to GitHub Copilot CLI. Hands the planning work to Copilot via `copilot --allow-all -p` and returns the plan to Codex.
Hand off planning work for a GitHub issue to GitHub Copilot CLI from a Codex session.
Use this skill when the user explicitly wants planning done by Copilot (not Codex itself).
Expected prompt shape:
$delegate-copilot-plan plan issue 399$delegate-copilot-plan delegate planning for #399 to CopilotIf the issue number is missing, ask for it before continuing.
Confirm the issue number from the user's request.
Run Copilot CLI non-interactively. Copilot requires --allow-all for non-interactive mode. Hybrid C: prefer the existing /ghissue-plan command if available, otherwise inline workflow.
npx skills add endavis/pyproject-template --skill delegate-copilot-planHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.