tfx-codex

Routes CLI tasks exclusively through Codex CLI via remapped environment variables.

7|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/tellang/triflux --skill tfx-codex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tfx-codex
Source: https://github.com/tellang/triflux/tree/main/skills/tfx-codex
Command: npx skills add https://github.com/tellang/triflux --skill tfx-codex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures all external CLI tasks are routed exclusively through the Codex CLI, making it ideal for environments lacking the Gemini CLI.

Core Features & Use Cases

  • Codex-Exclusive Routing: Forces all agent types, including those normally assigned to Gemini, to use Codex.
  • Workflow Compatibility: Adheres to the tfx-auto Skill.md workflow phases (1-6).
  • Use Case: When you need to generate UI code or documentation but only have access to Codex, this Skill will remap those tasks to Codex agents.

Quick Start

Use the tfx-codex skill to generate a Python script for data analysis.

Frequently Asked Questions about tfx-codex

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

FAQPage Schema
How do I route CLI tasks through Codex without using Gemini agents?

To route CLI tasks through Codex without Gemini agents, you use an orchestrator that remaps agent functionalities via environment variables, forcing all external operations to execute exclusively through the Codex CLI.

Can I generate UI code using only the Codex CLI?

Yes, you can generate UI code using only the Codex CLI by configuring environment variables to remap tasks normally assigned to Gemini agents, ensuring Codex handles the execution.

What is the best way to enforce Codex-only execution for lightweight documentation tasks?

The best way to enforce Codex-only execution for lightweight documentation is to apply a Codex-only orchestrator that bypasses Gemini agents and routes the documentation generation task directly to Codex.

Do I need the Gemini CLI installed to run workflows in a Codex-only environment?

No, you do not need the Gemini CLI installed to run workflows; the Codex-only orchestrator is specifically designed for environments lacking Gemini CLI by remapping all agent tasks to Codex.

Does the Codex-only orchestrator support the tfx-auto workflow phases?

Yes, the Codex-only orchestrator supports the tfx-auto workflow, adhering to its phases 1 through 6 while ensuring all external CLI operations are routed exclusively through Codex.

Why does my agent task fail when I try to bypass Gemini for CLI operations?

Agent tasks fail when bypassing Gemini if environment variables are not properly configured to remap agent functionalities to Codex, or if the required Codex CLI is not installed on your system.