What problem does it solve? Reading and reviewing Markdown documents in a terminal often means raw text dumps or switching to a separate editor. This Skill renders Markdown files in a centered tmux popup with Glow, wrapping content at 100 columns and reloading files automatically after edits. ## Core Features & Use Cases - Single-file review: Run glow-review path/to/document.md to open one Markdown file or directory in a centered tmux popup. - Multi-file selection: Run mk with no arguments to pick multiple Markdown files with fzf, then navigate between them in Glow's file list. - In-place editing: Press e inside Glow to open the current file in Neovim via $EDITOR; Glow reloads the document when Neovim exits. - Use Case: After drafting an implementation plan in docs/, ask the agent to open it for review, read it in the rendered popup, and press e to fix typos without leaving the terminal. ## Quick Start Ask the agent to open docs/implementation-plan.md for review in the terminal using the markdown-review skill.