Agentlog.Nvim banner
illegalstudio illegalstudio

Agentlog.Nvim

AI community

Description

Make AI agent scrollback readable in NVIM

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

agentlog.nvim logo

agentlog.nvim

Make AI agent scrollback readable.

Stars License: MIT Neovim ≥ 0.10 Follow @nahime0 on X

Automatic source detection · Structured document model · Layered diff rendering · Tree-sitter highlighting

agentlog.nvim turns terminal scrollback produced by AI agents - Codex, Claude Code, and Cursor Agent, opened from Zellij - into a structured, navigable Neovim buffer without changing its original text.


Why agentlog?

I spend a lot of time running AI coding agents - usually Codex, Claude Code, and Cursor Agent - inside Zellij. When I need to jump back through their history or copy part of an agent's output, I prefer to stay on the keyboard: `Ctrl+S`, then `E`, opens the active pane's scrollback in my default editor, Neovim.

That workflow is fast, but raw agent scrollback is not especially pleasant to read. Prose, tool calls, code, and diffs all compete for attention in what is ultimately a plain-text buffer. I wanted the output to become structured and syntax-highlighted as soo