Skill Claude CodeCodex
Resume codex-pair for this project after a previous pause. Removes .codex-pair/state/paused and clears failure state. Review resumes on the next supported file edit; missing state is a no-op.
Skill Claude CodeCodex
Resume codex-pair for this project after a previous pause. Removes .codex-pair/state/paused and clears failure state. Review resumes on the next supported file edit; missing state is a no-op.
Skill Claude CodeCodex
Pair with Codex using the host's supported lifecycle. On Claude Code and Pi, manages the proven opt-in per-edit review flow; on Cursor Agent, runs an explicit consent-gated iterative reviewer session through an exact ask-codex leaf or fully pinned unified ask-llm without assuming Claude hooks or namespaces.
Skill Claude CodeCodex
Get a second opinion from OpenAI Codex on your current code changes. Analyzes staged/unstaged diffs and returns prioritized findings. Use when user asks to "review with Codex", "Codex code review", or "ask Codex to check my code".
Skill Claude CodeCodex
Verifies what the assistant claims to have done — proves the work against actual state using OpenAI Codex with a read-only tool surface. Use when the user asks to "verify with Codex", "check the assistant's claims", "did Codex actually do what it said", "verify this turn", "prove the work", or wants a trust check…
Skill Claude CodeCodex
This skill should be used when the user asks to "compare LLMs", "see how each provider answers", "side-by-side response", "what do Gemini, Codex, Grok, Ollama, and Antigravity think", or wants raw responses from multiple providers without synthesis. Unlike /brainstorm (which synthesizes findings) or /multi-review…
Skill Claude CodeCodex
Request a review of the current code changes from the Fable model. Use when the user asks for a Fable review, says "review with Fable", wants Fable's independent perspective on a diff, or invokes /fable-review.
Skill Claude CodeCodex
Get a second opinion from Gemini on your current code changes. Analyzes staged/unstaged diffs and returns prioritized findings. Use when user asks to "review with Gemini", "Gemini code review", or "ask Gemini to check my code".
Skill Claude CodeCodex
Pair with Grok as an explicit independent reviewer while the host edits. Use when the user asks for /grok-pair, Grok pair programming, iterative Grok feedback, or Grok through Cursor Agent. Selects one exact route/model with consent and never falls back.
Skill Claude CodeCodex
Get an independent Grok code review through the xAI API. Use when the user asks to review with Grok or wants a Grok second opinion. Requires XAIAPIKEY and explicit acceptance of metered xAI API pricing.
Skill Claude CodeCodex
This skill should be used when the user asks to "review my code with multiple providers", "get reviews from Antigravity and Codex", "multi-provider review", "review changes", or wants independent code reviews from both Antigravity and Codex in parallel.
Skill Claude CodeCodex
Get a second opinion from a local Ollama LLM on your current code changes. Analyzes staged/unstaged diffs and returns prioritized findings. No API keys needed. Use when user asks to "review with Ollama", "local code review", or "review offline".
Skill Claude CodeCodex
Review the current code changes specifically with OpenAI GPT-5.6 Sol. Use when the user asks for a Sol review, says "review with Sol", wants a model-pinned Codex review, or invokes /sol-review.
MCP server Claude CodeCodexCursor +2
Bridge Claude with Google's Antigravity CLI (agy) for code review and second opinions. Runs locally from the @ask-llm/antigravity-mcp npm package. Needs 3 environment variables to run.
MCP server Claude CodeCodexCursor +2
Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions. Runs locally from the @ask-llm/claude-mcp npm package. Needs 4 environment variables to run.
MCP server Claude CodeCodexCursor +2
Bridge Claude with OpenAI Codex CLI for AI-to-AI collaboration, code review, and second opinions. Runs locally from the @ask-llm/codex-mcp npm package. Needs 2 environment variables to run.
MCP server Claude CodeCodexCursor +2
Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions. Runs locally from the @ask-llm/gemini-mcp npm package. Needs 2 environment variables to run.
MCP server Claude CodeCodexCursor +2
Unified MCP server — auto-detects Gemini, Codex, Claude, Ollama, and Antigravity providers. Runs locally from the @ask-llm/mcp npm package. Needs 8 environment variables to run.
MCP server Claude CodeCodexCursor +2
Bridge Claude with local Ollama LLMs for private AI-to-AI collaboration — no API keys, fully local. Runs locally from the @ask-llm/ollama-mcp npm package. Needs 3 environment variables to run.
Plugin Claude Code
React Native development and testing plugin for Claude Code.
Command Claude Code
Wrap up the work session with read-only evidence gathering, owner-classified documentation handoffs, gated issue sync, Kano refinement, and git hygiene checks.
Skill Claude CodeCodex
Prioritize and refine a GitHub Issues backlog with the Kano model — categorize every open issue as Must-be, Performance, Attractive, Indifferent, or Reverse, apply Kano + priority labels back to GitHub automatically, and recommend the single best next issue to pick up. Use this whenever the user wants to triage…
Instructions file CodexOpenCode
Instructions for Lykhoyda/rn-dev-agent, covering repository guide for agents, repository map, editing rules, architecture rules and supported node runtimes.
Plugin Claude Code
AI agent that fully tests React Native features on simulator/emulator — navigates the app, verifies UI, walks user flows, and confirms internal state.
Agent
Designs implementation blueprints for React Native features by analyzing existing codebase patterns, then providing specific files to create/modify, component designs, testID placement, store slice design, and build sequences. Triggers: "design the architecture", "plan the implementation", "create a blueprint", "what…