with one click
julia-log
Control the log viewer for real-time Julia output
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Control the log viewer for real-time Julia output
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Activates when user asks to plot, chart, or visualize data in the Julia REPL.
Activates when user asks to run, evaluate, or test Julia code in a persistent REPL session, or mentions Julia REPL, Julia session, or hot-reloading Julia changes.
Build, run, and drive the AgentREPL.jl MCP server. Use when asked to start AgentREPL, launch the Julia REPL MCP server, run its tests, eval Julia code through it, render a plot, or confirm a change works against the running server.
Manage multiple Julia REPL sessions (create, switch, list, destroy)
Activate a Julia project/environment for the session
Set up a Julia development workflow with Revise hot-reloading
| name | julia-log |
| description | Control the log viewer for real-time Julia output |
| argument-hint | <mode> |
| allowed-tools | ["mcp__plugin_julia_julia-repl__log_viewer"] |
Control the log viewer that displays Julia output in a separate terminal window.
mode - One of: auto, tmux, file, off| Mode | Description |
|---|---|
auto | Automatically choose the best viewer (tmux if available, otherwise file) |
tmux | Open a tmux pane showing live output |
file | Write output to ~/.julia/logs/repl.log (view with tail -f) |
off | Disable the log viewer |
log_viewer with the specified modestdout and stderr from eval calls in real-timeauto is the recommended mode for most users