tfx-auto-codex

Configure tfx-auto to use Codex for coding and Gemini for design.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill replaces Claude's native roles within the tfx-auto workflow with Codex, enabling an all-Codex and Gemini execution environment while maintaining the original orchestration patterns.

Core Features & Use Cases

  • Codex-First Execution: Prioritizes Codex for implementation, analysis, review, debugging, and verification tasks.
  • Gemini Integration: Continues to leverage Gemini for designer and writer roles.
  • Native Claude Removal: Enforces the exclusion of Claude's native functionalities via TFX_NO_CLAUDE_NATIVE=1.
  • Advanced Design Handling: Utilizes codex --profile xhigh for complex design, decomposition, and critical review tasks.

Quick Start

Execute the tfx-auto-codex skill to refactor authentication, improve UI, and enhance tests for the project.

Frequently Asked Questions about tfx-auto-codex

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

FAQPage Schema
How do I replace Claude with Codex for code generation and verification in my workflow?

To replace Claude with Codex for code generation, this skill enforces Codex-first execution for implementation, analysis, review, and verification tasks while disabling native Claude functionalities via the TFX_NO_CLAUDE_NATIVE environment variable.

Can I use Gemini for design and writing tasks while using Codex for coding?

Yes, you can use Gemini for design and writing tasks. This orchestration skill specifically maintains Gemini usage for designer and writer roles while routing all coding, debugging, and verification tasks to Codex.

What is the best way to handle complex design tasks and critical code review in a Codex orchestration environment?

The best way to handle complex design tasks and critical code review in a Codex orchestration environment is to utilize the codex --profile xhigh command, which is specifically invoked for advanced decomposition and critical review processes.

Why should I disable native Claude when running tfx-auto orchestration?

You should disable native Claude when running tfx-auto orchestration to establish an all-Codex and Gemini execution environment, ensuring that Codex handles coding and verification while Gemini manages design and writing without overlapping Claude functionalities.

Does tfx-auto-codex require any specific dependencies or scripts to start executing?

No specific external dependencies are required to run tfx-auto-codex. It operates using internal scripts to refactor authentication, improve UI, and enhance tests by routing tasks between Codex and Gemini.

How does Codex orchestration work for software engineering tasks like refactoring and UI improvement?

Codex orchestration works by replacing native Claude roles with Codex for software engineering tasks like refactoring and UI improvement, executing coding and verification through Codex while delegating design and writing to Gemini.