Plugin Claude Code
Plugin marketplace listing 1 plugin: gemini.
Plugin Claude Code
Plugin marketplace listing 1 plugin: gemini.
Skill Claude CodeCodex
Trigger the CI release pipeline for gemini-plugin-cc. Maintainer-only.
Plugin Claude Code
Use Gemini CLI from Claude Code to review code or delegate tasks.
Agent
Proactively use when Claude Code is stuck, wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Gemini through the shared runtime.
Command
Run a Gemini review that challenges the implementation approach and design choices.
Command
Cancel an active background Gemini job in this repository.
Command
Delegate investigation, an explicit fix request, or follow-up rescue work to the Gemini rescue subagent.
Command
Show the stored final output for a finished Gemini job in this repository.
Command
Run a Gemini code review against local git state.
Command
Check whether the local Gemini CLI is ready and optionally toggle the stop-time review gate.
Command
Show active and recent Gemini jobs for this repository, including review-gate status.
Command
Delegate a task to Gemini CLI as a background or foreground job.
Hook
Runs when a session starts, executing session-lifecycle-hook.mjs via node. From abiswas97/gemini-plugin-cc.
Hook
Runs when a session ends, executing session-lifecycle-hook.mjs via node. From abiswas97/gemini-plugin-cc.
Hook
Runs when the agent finishes a response, executing stop-review-gate-hook.mjs via node. From abiswas97/gemini-plugin-cc.
Skill Claude CodeCodex
Internal helper contract for calling the gemini-companion runtime from Claude Code.
Skill Claude CodeCodex
Internal guidance for composing Gemini 2.5 Pro/Flash prompts for coding, review, diagnosis, and research tasks inside the Gemini Claude Code plugin.
Skill Claude CodeCodex
Internal guidance for presenting Gemini helper output back to the user.
Plugin Claude Code
PostgreSQL database access with health diagnostics, slow query analysis, and connection monitoring.
MCP server Claude CodeCodexCursor
PostgreSQL MCP server with diagnostics, slow query analysis, and connection monitoring. Runs locally from the @abiswas97/postgres-mcp npm package. Needs 7 environment variables to run.
Skill Claude CodeCodex
Debug database connection issues including too many connections, idle transactions, lock contention, and connection pool exhaustion. Use when the database is unresponsive, connections are refused, or queries are stuck waiting.
Skill Claude CodeCodex
Diagnose database health issues including cache performance, connection saturation, vacuum status, and unused indexes. Use when investigating database problems or running routine health checks.
Skill Claude CodeCodex
Analyze slow queries and suggest optimizations including missing indexes and query rewrites. Use when investigating query performance, high CPU usage, or slow response times.