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 Gemini CLI. Hands the planning work to Gemini via `gemini -p` and returns the plan to Codex.
Hand off planning work for a GitHub issue to Gemini CLI from a Codex session.
Use this skill when the user explicitly wants planning done by Gemini (not Codex itself).
Expected prompt shape:
$delegate-gemini-plan plan issue 399$delegate-gemini-plan delegate planning for #399 to GeminiIf the issue number is missing, ask for it before continuing.
Confirm the issue number from the user's request.
Run Gemini CLI non-interactively. Hybrid C: prefer the existing /ghissue-plan command if available, otherwise inline workflow.
gemini -y -p 'Plan the implementation for GitHub issue #<n> in the current repository. If the /ghissue-plan command is available, run it for this issue. Otherwise, follow this workflow: 1) Run `gh issue view <n> --json title,body,labels` to read the issue. 2) Read AGENTS.md to understand the workflow and conventions. 3) Explore the relevant files. 4) Draft a plan with three sections: Implementation Plan, Test Plan, Validation Plan. 5) Print the full plan to stdout. Do NOT post a comment to the issue — the user reviews and posts.'
npx skills add endavis/pyproject-template --skill delegate-gemini-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.
Highly actionable with clear, concrete steps that an agent can follow directly.