Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub samtalki/agentrepl.jl --plugin juliaHow this skill is triggered — by the user, by Claude, or both
Slash command
/julia:julia-logThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Control the log viewer that displays Julia output in a separate terminal window.
Renders a prepared tmux layout for operator-side observability of session side-channels (STATE.md tail, CI watch, events.jsonl tail). Default 4-pane layout or debug layout. Read-only — coordinator chat stays in original terminal.
Tail, read, or search Stata log files from previous commands or background tasks. Tails last 50 lines by default or shows search matches with 2-line context. Invoke with log path, task_id, or query.
Guides Julia 1.10+ development with modern features, multiple dispatch, performance optimization, and production-ready practices.
Share bugs, ideas, or general feedback.
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