Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add tellang/triflux --skill tfx-codexgit clone --depth 1 https://github.com/tellang/trifluxWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tellang/triflux/tfx-codex)<a href="https://agentmods.dev/skills/tellang/triflux/tfx-codex"><img src="https://agentmods.dev/badge/skills/tellang/triflux/tfx-codex.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.00702 |
| Opus 5 | $0.00017 | $0.00351 |
| Sonnet 5 | $0.00007 | $0.00140 |
| Haiku 4.5 | $0.00003 | $0.00070 |
Grade A, and why
tfx-codex scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
tfx-codex — Codex-Only 오케스트레이터
Codex CLI만 사용하여 모든 외부 CLI 작업을 라우팅합니다. Antigravity CLI가 없는 환경에서 사용합니다.
사용법
/tfx-codex "작업 설명"
/tfx-codex N:codex "작업 설명"
동작 원리
tfx-auto와 동일한 워크플로우를 사용하되, TFX_CLI_MODE=codex 환경변수를 설정하여
모든 Gemini 에이전트(designer, writer)를 Codex로 리매핑합니다.
에이전트 라우팅
| 에이전트 | 원래 CLI | tfx-codex에서 |
|---|---|---|
| executor, build-fixer, debugger | Codex | Codex (변경 없음) |
| architect, planner, critic, analyst | Codex | Codex (변경 없음) |
| code-reviewer, security-reviewer | Codex | Codex (변경 없음) |
| scientist, document-specialist | Codex | Codex (변경 없음) |
| designer | Codex (effort: high) — UI 코드 생성 | |
| writer | Codex Spark (effort: spark_fast) — 경량 문서 | |
| explore | Claude Haiku | Claude Haiku (변경 없음) |
| verifier, test-engineer | Claude Sonnet | Claude Sonnet (변경 없음) |
실행 규칙
tfx-auto SKILL.md의 모든 Phase(1~6) 워크플로우를 그대로 따릅니다.
유일한 차이점:
-
Phase 3 CLI 실행 시
TFX_CLI_MODE=codex를 환경변수로 전달:TFX_CLI_MODE=codex bash ~/.claude/scripts/tfx-route.sh {agent} '{prompt}' {mcp_profile} -
Phase 2 트리아지에서 gemini 분류 결과를 codex로 강제 변환:
- Codex 분류가
gemini를 반환하면 →codex로 교체 - Opus 분해에서 designer/writer → Codex 에이전트 + implement/analyze MCP 프로필
- Codex 분류가
-
MCP 프로필 조정:
- designer:
implement(코드 기반 UI 작업) - writer:
analyze(문서 기반 리서치+작성)
- designer:
필수 조건
- Codex CLI:
npm install -g @openai/codex - Antigravity CLI 불필요
Troubleshooting
문제 발생 시 /tfx-doctor 실행. (--fix 자동 수정, --reset 캐시 초기화)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 66 lines · 34 tokens per session scan A a61ae37115a0
tfx-codex is a skill published in the GitHub repository tellang/triflux (7 stars, last pushed 4d ago), licensed MIT. It adds 34 tokens to every session and 702 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
ready
Make an unfamiliar repository agent-ready with a verify command, smoke tests, guardrails, and project notes. Use for repository setup, agentic engineering, verify commands, hooks, or allowlists; skip when verification and scope are already clear.
lucia-chat
Set two agent sessions talking through the Luciazero Agent Bus and watch it live in a terminal: pick the pair, open the panes, read the transcript. Use for "ให้ codex กับ claude คุยกัน" or "watch the bus".
handoff
Write a state capsule so the next session — or a different agent/harness — can resume unfinished work without re-deriving context. Use when a session is ending with work incomplete, when the user says "handoff", "pack up", "ส่งต่อ", "continue tomorrow", when switching between Claude Code and Codex mid-task, or when…
done
Run the closeout ritual before handing back non-trivial work; full verification, revert-probe honesty, independent review, and scope reporting. Use before declaring completion, opening a PR, wrapping up a change, or "ปิดงาน".
retro
Record durable lessons, null results, and footguns after hard work or debugging. Use when the user asks for a retro, dead ends need preserving, a task disproves an approach, or "จดบทเรียน". Keep repo knowledge separate from machine-local memory.
show
Visualize code structure, changes, and verification evidence in the smallest useful view. Use for connections, flows, diffs, file maps, Mermaid diagrams, evidence maps, or focused HTML; show facts and label unknowns.