tfx-gemini

Route external CLI tasks through the Gemini CLI with Codex agent remapping.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that all external CLI operations are routed exclusively through the Gemini CLI, providing a stable workflow in environments lacking the Codex CLI.

Core Features & Use Cases

  • Gemini-Exclusive Routing: Forces all tfx-auto workflow agents to use Gemini models.
  • Codex Agent Remapping: Automatically remaps Codex agents to their Gemini equivalents.
  • Use Case: When working in an environment where Codex is unavailable, this Skill allows you to leverage Gemini for all code generation, debugging, and analysis tasks that would normally rely on Codex.

Quick Start

Use the tfx-gemini skill to execute the task 'write a python script to sort a list'.

Frequently Asked Questions about tfx-gemini

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

FAQPage Schema
How do I route CLI tasks through Gemini instead of Codex?

To route CLI tasks through Gemini, you can use the tfx-gemini orchestrator to remap Codex agents to Gemini equivalents, ensuring all external CLI operations run exclusively via the Gemini CLI in environments lacking Codex.

What is the TFX_CLI_MODE=gemini environment variable used for?

The TFX_CLI_MODE=gemini environment variable is set during Phase 3 CLI execution to enforce Gemini-exclusive routing, forcing all tfx-auto workflow agents to use Gemini models instead of Codex.

Do I need the Gemini CLI installed to use this workflow orchestrator?

Yes, you must have the Gemini CLI installed before using this workflow orchestrator, as it exclusively routes all code generation, debugging, and analysis tasks through the Gemini CLI environment.

How does the workflow handle agent complexity when using Gemini models?

The workflow handles agent complexity by enforcing specific Gemini Pro and Gemini Flash models for different agent types, automatically remapping Codex agents to their appropriate Gemini equivalents based on the task's complexity.

Can I use this CLI orchestrator in an environment without Codex installed?

Yes, you can use this CLI orchestrator in an environment without Codex installed, as it specifically solves the problem of routing tfx-auto workflow tasks exclusively through the Gemini CLI when Codex is unavailable.

Are there limitations to remapping Codex agents to Gemini equivalents?

The primary limitation is that all external CLI operations are forced exclusively through the Gemini CLI, meaning you cannot use Codex agents directly once the TFX_CLI_MODE=gemini environment variable is set during execution.