setup

Validate Codex bridge plugin readiness inside Claude Code.

25|7|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/IgorGanapolsky/ThumbGate --skill setup-igorganapolsky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/IgorGanapolsky/ThumbGate/tree/main/plugins/claude-codex-bridge/skills/setup
Command: npx skills add https://github.com/IgorGanapolsky/ThumbGate --skill setup-igorganapolsky

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It helps you confirm that the Codex bridge plugin is correctly prepared inside Claude Code so Codex review and execution paths work reliably.

Core Features & Use Cases

  • Bridge readiness validation: Checks that the Codex tooling is available for use within Claude Code workflows.
  • Review availability confirmation: Verifies whether codex exec review is present so review flows won’t fail mid-session.
  • Persistent artifact location discovery: Reports where the persistent bridge artifact directory lives for debugging and operations.
  • ThumbGate MCP config presence: Confirms the bundled thumbgate MCP server configuration exists for agent interception.

Quick Start

Ask your agent to run the setup skill to validate the Codex bridge inside Claude Code.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate Codex bridge readiness inside Claude Code?

To validate Codex bridge readiness inside Claude Code, run the setup skill to execute the bundled scripts/codex-bridge.js and report the installation status, exec review availability, and artifact directory location.

Why does the codex exec review workflow fail mid-session in Claude?

The codex exec review workflow fails when the Codex bridge plugin is not correctly prepared, so running a setup validation checks tool availability and confirms the thumbgate MCP server config is present.

What is the thumbgate MCP server config used for in Claude Code?

The thumbgate MCP server config enables agent interception within Claude Code, and setup validation confirms its presence to ensure Codex review and execution paths work reliably.

How do I find the persistent bridge artifact directory location for debugging?

To find the persistent bridge artifact directory location for debugging, run the setup skill which reports the directory path after validating the Codex bridge plugin configuration.

Does the Codex bridge plugin require manual configuration before running agent actions?

The Codex bridge plugin requires validation before running agent actions, so executing the setup skill checks tooling readiness and verifies the codex installation status without manual configuration.

Can I troubleshoot Codex review availability without running the full agent workflow?

You can troubleshoot Codex review availability by running the setup skill, which verifies if codex exec review is present and reports configuration sanity without executing the full agent workflow.