triflux
01Plugin Claude Code
CLI-first multi-model orchestrator — Codex/Antigravity/Claude routing with DAG execution, auto-triage, and cost optimization.
Plugin Claude Code
CLI-first multi-model orchestrator — Codex/Antigravity/Claude routing with DAG execution, auto-triage, and cost optimization.
Plugin Claude Code
CLI-first multi-model orchestrator for Claude Code — route tasks to Codex, Antigravity, and Claude.
Agent Claude Code
A thin fallback agent that sends work through the tfx-route.sh command to Codex or Antigravity. It does not directly read or change code.
Instructions file CodexOpenCode
Project instructions for Triflux that define how Codex should run tasks, use its agent-routing tools, handle non-interactive results, and follow project-specific safety rules.
Instructions file
Project instructions for Triflux that explain its three skill systems, command routing, multi-model coordination, swarm work, and terminal rules across Windows, macOS, and Linux.
Instructions file Gemini CLI
Project instructions for Triflux from Gemini’s perspective, covering its role in web research, multi-agent discussions, large codebase analysis, and background agent work.
Skill Claude CodeCodex
Use for meta-routing questions. Read the canonical routing SSOT and return exactly one branch and immediate owner; do not execute the requested work.
Hook
Runs when a session starts, executing hook-orchestrator.mjs via node. From tellang/triflux.
Hook
Runs on the CwdChanged event, executing hook-orchestrator.mjs via node. From tellang/triflux.
Hook
Runs when you submit a prompt, before the agent sees it, executing hook-orchestrator.mjs via node. From tellang/triflux.
Hook
Runs when the agent asks permission for an action for Bash tool calls, executing hook-orchestrator.mjs via node. From tellang/triflux.
Hook
Runs before the agent uses a tool for Bash, Agent and Skill tool calls, executing hook-orchestrator.mjs via node. From tellang/triflux.
Hook
Runs after a tool call finishes for Bash, Edit and Write tool calls, executing hook-orchestrator.mjs via node. From tellang/triflux.
Hook
Runs when a tool call fails, executing hook-orchestrator.mjs via node. From tellang/triflux.
Hook
Runs when the agent finishes a response, executing hook-orchestrator.mjs via node. From tellang/triflux.
Hook
Runs when a session ends, executing hook-orchestrator.mjs via node. From tellang/triflux.
Hook
Runs when a subagent starts, executing hook-orchestrator.mjs via node. From tellang/triflux.
Hook
Runs when a subagent finishes, executing hook-orchestrator.mjs via node. From tellang/triflux.
Hook
Runs before the context is compacted, executing hook-orchestrator.mjs via node. From tellang/triflux.
Skill Claude CodeCodex
A Korean-language workflow for squash-merging a Git worktree branch into a target branch and creating a conventional commit message. A worktree is a separate working directory connected to the same Git repository; squash-merge combines its changes into one commit.
Skill Claude CodeCodex
A setup change that adds a GitHub star request to a command-line tool's installation flow. GitHub stars are public bookmarks users can give to repositories on GitHub.
Skill Claude CodeCodex
A code and architecture analysis workflow that can ask several command-line agents to examine a project from different viewpoints, including architecture, security, performance, user experience, and documentation.
Skill Claude CodeCodex
A command-line coordinator for coding-agent work. It classifies implementation and code-change requests, then sends them to a chosen workflow, with flags to override its decisions.
Skill Claude CodeCodex
A diagnostic and repair tool for the triflux coding-agent setup. It checks components such as routing scripts, the status display, and command-line tools, and offers modes for diagnosis, repair, cache management, or reset.