Plugin Claude Code
Plugin marketplace listing 1 plugin: ask-llm.
Plugin Claude Code
Plugin marketplace listing 1 plugin: ask-llm.
Instructions file CodexOpenCode
AGENTS.md instructions for Lykhoyda/ask-llm, covering project agent memory and maintaining this file.
Plugin Claude Code
AI-to-AI collaboration — review code and debate plans across Codex, Grok, Antigravity, Ollama, and Gemini.
MCP server Claude CodeCodexCursor +2
MCP server for OpenAI Codex CLI integration - for Claude IDE and other IDEs. Runs locally from the @ask-llm/codex-mcp npm package.
Agent
Runs a focused Google Antigravity code review with confidence-based filtering and source verification. Use for a subscription-backed second opinion on code changes or diffs.
Agent
Coordinates multi-LLM brainstorming by forming an independent host-model view before consulting external providers, then cross-checking and synthesizing evidence, disagreements, and actionable recommendations.
Agent
Runs a focused Codex code review with confidence-based filtering and source verification. Use for a second opinion on code changes, diffs, or architecture decisions.
Agent
Verifies the assistant's claims against actual state using OpenAI Codex with a read-only tool surface. Decomposes the assistant's last message and the diff into atomic claims, proves or disproves each with deterministic evidence, returns STATUS + CONFIDENCE on a five-grade ladder. Use when you want to confirm what was…
Agent
Reviews code changes in an isolated, read-only context configured to request Fable and reports only source-verified, high-confidence correctness findings.
Agent
Runs a focused Gemini code review with confidence-based filtering and source verification. Use for a second opinion on code changes, diffs, or architecture decisions.
Agent
Runs a focused Grok review through the metered xAI API, then verifies findings against source. Never changes billing or substitutes another model.
Agent
Runs a focused local Ollama code review with confidence-based filtering and source verification. Runs entirely locally, so no project data leaves the machine.
Agent
Coordinates an isolated, read-only code review explicitly pinned to OpenAI GPT-5.6 Sol and reports only source-verified, high-confidence correctness findings.
Hook
Runs when the agent finishes a response, executing codex-pair-stop-gate.mjs via node. From Lykhoyda/ask-llm.
Hook
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing codex-pair-watch.mjs via node. From Lykhoyda/ask-llm.
Hook
Runs when a session starts, executing codex-pair-session.mjs via node. From Lykhoyda/ask-llm.
Hook
Runs when a session ends, executing codex-pair-session.mjs via node. From Lykhoyda/ask-llm.
Hook
Runs when you submit a prompt, before the agent sees it, executing codex-pair-prompt-drain.mjs via node. From Lykhoyda/ask-llm.
Skill Claude CodeCodex
Get a second opinion from Google Antigravity (agy) on your current code changes. Analyzes staged/unstaged diffs and returns prioritized findings. Use when the user asks to "review with Antigravity", "Antigravity code review", or "ask agy to check my code".
Skill Claude CodeCodex
Send a topic to all external providers (Gemini, Codex, Grok, Ollama, Antigravity) concurrently after the current host model forms an independent view. Use when the user wants an all-provider brainstorm with synthesis and explicit unavailable-provider reporting.
Skill Claude CodeCodex
Send a topic to an explicit multi-model panel, then synthesize findings with truthful provider, harness, and model attribution. Usage /brainstorm [participants] . Defaults to antigravity,codex. Preferred Grok route uses Cursor Agent with an exact catalog ID.
Skill Claude CodeCodex
Generate an image via OpenAI's gpt-image-2 model through the Codex CLI. Use when user asks to "generate an image", "create an image", "make a picture of", "render a graphic", "draw something", or wants visual content via Codex. Requires codex-cli >= 0.125.0 with the imagegeneration feature flag enabled (stable +…
Skill Claude CodeCodex
Acknowledge a codex-pair finding by its 16-character hash and a user-owned reason. Use when the user wants to suppress a repeated finding reminder or defer a host gate where supported.
Skill Claude CodeCodex
Pause codex-pair for this project without removing .codex-pair/context.md. Writes the shared .codex-pair/state/paused sentinel. Use during noisy refactors, hook dogfooding, or other temporary review pauses.