Internal helper contract for calling the gemini-companion runtime from Claude Code
From gemininpx claudepluginhub markbrutx/gemini-plugin-ccThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Use this skill only inside the gemini:gemini-rescue subagent.
Primary helper:
node "${CLAUDE_PLUGIN_ROOT}/scripts/gemini-companion.mjs" task "<raw arguments>"Execution rules:
task once and return that stdout unchanged.git, direct Gemini CLI strings, or any other Bash activity.setup, review, adversarial-review, status, result, or cancel from gemini:gemini-rescue.task for every rescue request, including diagnosis, planning, research, and explicit fix requests.gemini-prompting skill to rewrite the user's request into a tighter Gemini prompt before the single task call.Command selection:
task invocation per rescue handoff.--background or --wait, treat that as Claude-side execution control only. Strip it before calling task.--model, pass it through to task.flash to gemini-2.5-flash and pro to gemini-2.5-pro.--write unless the user explicitly asks for read-only behavior.Safety rules:
task command exactly as-is.