tfx-ralph

tfx-ralph is a skill for Claude Code from tellang/triflux. It costs 61 tokens per session (272 once invoked), scanned A, original, MIT.

A shortcut that sends a request directly to `tfx-auto` with Ralph retry mode enabled. Ralph is a retry loop that repeats work after failure until it succeeds or the workflow detects the same problem three times.

In plain words
What is it for?
Use `/tfx-ralph` when you want the original task passed to `tfx-auto` with retry behavior. It supports an optional request supplied as arguments.
Why use it?
It provides a consistent way to run a request with repeated attempts without routing through an install-time alias. Repeated identical failures stop the loop instead of continuing indefinitely.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the triflux plugin — 29 skills, 1 agent, 12 hooks shipped together

Good fit Use /tfx-ralph when you want the original task passed to tfx-auto with retry behavior. It supports an optional request supplied as arguments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tellang/triflux/tfx-ralph
Install

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.

Any agent
npx skills add tellang/triflux --skill tfx-ralph
Clone the repo
git clone --depth 1 https://github.com/tellang/triflux

Made for: Claude Code.

Or install triflux, the plugin that ships this one along with the rest of its 29 skills, 1 agent, 12 hooks.

Wrote 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.

agentmods badge for tfx-ralph

README.md
[![agentmods](https://agentmods.dev/badge/skills/tellang/triflux/tfx-ralph/github.svg)](https://agentmods.dev/skills/tellang/triflux/tfx-ralph)
Your own site
<a href="https://agentmods.dev/skills/tellang/triflux/tfx-ralph"><img src="https://agentmods.dev/badge/skills/tellang/triflux/tfx-ralph/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tfx-ralph

Your own site · 80×15
<a href="https://agentmods.dev/skills/tellang/triflux/tfx-ralph"><img src="https://agentmods.dev/badge/skills/tellang/triflux/tfx-ralph.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 272 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.00272
Opus 5 $0.00030 $0.00136
Sonnet 5 $0.00012 $0.00054
Haiku 4.5 $0.00006 $0.00027

Measured 10d ago against content hash 3de64ad91c3f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

tfx-ralph 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 10d 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.

packages/triflux/skills/tfx-ralph/SKILL.md · 26 lines

What it actually says

tfx-ralph — tfx-auto ralph retry 별칭

ARGUMENTS 처리: 이 스킬이 ARGUMENTS: <값>과 함께 호출되면, 해당 값을 사용자 입력으로 취급하여 워크플로우의 첫 단계 입력으로 사용한다. ARGUMENTS가 비어있거나 없으면 기존 절차대로 사용자에게 입력을 요청한다.

이 스킬은 install-time 별칭을 경유하지 않고 canonical owner인 tfx-auto로 직접 전달한다.

동작

사용자의 원래 요청을 task 인자로 그대로 전달하고 다음 형태로 실행한다:

/tfx-auto "<원래 요청>" --retry ralph

--retry ralph의 기본 --max-iterations 0은 unlimited이며, 반복 실패가 같은 원인으로 3회 이어지면 상태 머신이 STUCK으로 중단한다.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 10d ago First seen · 26 lines · 61 tokens per session scan A 3de64ad91c3f

Subscribe to this mod's changes

tfx-ralph is a skill published in the GitHub repository tellang/triflux (7 stars, last pushed yesterday), licensed MIT. It adds 61 tokens to every session and 272 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

lucia-chat

Set two agent sessions talking through the Luciazero Agent Bus and watch it live in a terminal: pick the pair, open the windows, read the transcript. Use for "ให้ codex กับ claude คุยกัน" or "watch the bus".

ohm41321/luciazero · 55 tokens

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.

ohm41321/luciazero · 50 tokens

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…

ohm41321/luciazero · 86 tokens

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 "ปิดงาน".

ohm41321/luciazero · 50 tokens

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.

ohm41321/luciazero · 55 tokens

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.

ohm41321/luciazero · 47 tokens