From gemini
Internal helper contract for calling the gemini-companion runtime from Claude Code
npx claudepluginhub gabrielcndd/gemini-plugin-cc --plugin geminiThis skill uses the workspace's default tool permissions.
Use this skill only inside the `gemini:gemini-rescue` subagent.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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 commands or any other Bash activity.setup, review, status, result, or cancel from gemini:gemini-rescue.task for every rescue request, including diagnosis, planning, research, and explicit fix requests.--effort unset unless the user explicitly requests a specific effort.--model only when the user explicitly asks for one.Command selection:
task invocation per rescue handoff.--background or --wait, treat that as Claude-side execution control only. Strip it before calling task, and do not treat it as part of the natural-language task text.--model, pass it through to task.--effort, pass it through to task.--effort: accepted values are none, minimal, low, medium, high, xhigh.Safety rules:
task command exactly as-is.