tfx-auto

Orchestrate CLI agent execution with automated task classification and decomposition.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @openai/codex, @google/gemini-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines command-line operations by providing a unified orchestrator for various tasks, automating classification, decomposition, and execution through a single interface.

Core Features & Use Cases

  • Command Shortcuts: Execute predefined commands with single-word triggers.
  • Automated Triage: Intelligently classifies and decomposes tasks for execution using Codex and Gemini.
  • Manual Triage: Allows for manual decomposition of tasks into a specified number of subtasks.
  • Multi-Task Routing: Seamlessly transitions to tfx-multi for complex tasks requiring team-based execution.
  • Use Case: Instead of remembering multiple complex shell commands, you can simply type /implement JWT 추가 to add JWT functionality, or /tfx-auto "리팩터링 + UI" to have the system automatically plan, code, and verify the refactoring and UI improvements.

Quick Start

Use the tfx-auto skill to automatically refactor and improve the UI of your project.

Frequently Asked Questions about tfx-auto

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

FAQPage Schema
How do I orchestrate CLI agents to automate task decomposition and execution?

You can orchestrate CLI agents by using a unified orchestrator that automates task classification and decomposition, routing subtasks to Codex, Gemini, or Claude for sequential, parallel, or DAG execution based on complexity and cost-efficiency.

How does automated task triage work for multi-step command-line operations?

Automated triage works by intelligently classifying and decomposing complex tasks into subtasks using Codex and Opus, which are then routed and executed automatically without manual intervention.

Can I use Codex and Gemini CLI together for parallel task execution?

Yes, you can use Codex and Gemini CLI together through multi-task routing, which manages agent routing between models based on task complexity to execute subtasks in parallel or sequentially.

What is the best way to execute predefined shell commands with single-word triggers?

The best way to execute predefined commands is by using command shortcuts, allowing you to run complex operations like implementing JWT with simple single-word triggers instead of remembering full shell commands.

Do I need specific dependencies to run automated CLI orchestration and routing?

Yes, you need the @openai/codex and @google/gemini-cli dependencies installed to enable automated triage, task decomposition, and multi-model agent routing within the orchestration workflow.