One-click install
npx skills add https://github.com/zanetworker/aimux --skill aimux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aimux
Source: https://github.com/zanetworker/aimux/tree/main
Command: npx skills add https://github.com/zanetworker/aimux --skill aimux

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Aimux simplifies the management of multiple AI coding agent sessions (Claude, Codex, Gemini) by providing a single, intuitive dashboard for tracking, analyzing, and interacting with these agents.

Core Features & Use Cases

  • Agent Discovery & Monitoring: Automatically discovers and monitors Claude, Codex, and Gemini agents in real-time.
  • Live Tracing: Offers a live trace of every prompt, response, and tool call as agents work, including file edits, bash commands, and API calls.
  • Quality Assessment: Allows you to label turns as GOOD, BAD, or WASTE with notes, and build eval datasets from real production sessions.
  • Export & Analysis: Exports data to MLflow, Jaeger, or JSONL for further analysis and evaluation.
  • Zero Setup: No configuration, instrumentation, or SDK required. Simply run Aimux and it finds all running agents.
  • Multiple Interfaces: Accessible via a TUI and a Web dashboard with various features like filtering, session history, and plugin support.
  • Agent Management: Launch and manage agents from the CLI or UI, save profiles for repeated use, and view session history.

Quick Start

Run the Aimux CLI with the command: aimux

Frequently Asked Questions about aimux

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

FAQPage Schema
How do I monitor multiple AI coding agent sessions from a single dashboard?

You can monitor multiple AI coding agent sessions by running Aimux, which automatically discovers running Claude, Codex, and Gemini agents and displays their live tracing data in a unified TUI or Web dashboard.

Do I need to install an SDK or configure instrumentation to track AI agent tool calls?

No SDK or configuration is required to track AI agent tool calls. Aimux requires zero setup, automatically finding all running agents without any instrumentation, so you can immediately view file edits, bash commands, and API calls.

Can I export AI agent session traces to Jaeger or MLflow for evaluation?

Yes, you can export AI agent session traces to Jaeger, MLflow, or JSONL formats. This allows you to perform further analysis and evaluation on the tracked prompts, responses, and tool calls from your production sessions.

How do I build evaluation datasets from real AI coding agent sessions?

You can build evaluation datasets by using the quality assessment feature to label individual agent turns as GOOD, BAD, or WASTE with notes, and then exporting that labeled session data to JSONL or MLflow.

Does Aimux support managing and launching agent profiles from the CLI?

Yes, Aimux supports agent management from the CLI and UI. You can launch agents, save profiles for repeated use, and view session history, providing complete control over your Claude, Codex, and Gemini workflows.

What is the best way to trace file edits and bash commands executed by AI coding agents?

The best way to trace file edits and bash commands is using a live tracing tool like Aimux, which captures every prompt, response, and tool call in real-time as your AI coding agents work, requiring no manual setup.