cmux-markdown

Render Markdown files in a live-updating panel beside the terminal.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/Aradotso/ara.engineer --skill cmux-markdown-aradotso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cmux-markdown
Source: https://github.com/Aradotso/ara.engineer/tree/main/skills/cmux-markdown
Command: npx skills add https://github.com/Aradotso/ara.engineer --skill cmux-markdown-aradotso

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Open Markdown files in a dedicated, live-updating panel alongside the terminal to reduce context switching and improve readability when working with plans, documentation, or notes.

Core Features & Use Cases

  • Live rendering of Markdown in a panel beside the terminal.
  • Auto-refresh when the source file changes, supporting headings, code blocks, tables, and lists.
  • Use cases include viewing project plans, design notes, changelogs, or documentation while coding.

Quick Start

Open a Markdown file in a cmux panel and enjoy real-time updates as you work.

Frequently Asked Questions about cmux-markdown

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

FAQPage Schema
How do I display Markdown documentation in a live panel beside the terminal?

You can display Markdown files in a live, side-by-side panel beside the terminal. This panel automatically refreshes when the source file changes on disk, showing headings, code blocks, tables, and lists in real time.

What is live Markdown rendering used for during development workflows?

Live Markdown rendering is used for viewing project plans, design notes, changelogs, or documentation in a dedicated panel. This reduces context switching and improves readability when coding or debugging alongside your terminal tasks.

Does the live Markdown panel auto-refresh when the source file changes on disk?

Yes, live Markdown panels auto-refresh when the source file changes on disk. Real-time file watching detects updates and re-renders the content automatically, ensuring your side-by-side view stays current without manual reloading.

Can I view Markdown tables and code blocks in the side-by-side terminal panel?

Yes, you can view Markdown tables and code blocks in the side-by-side panel. The live rendering supports standard Markdown formatting, including headings, lists, tables, and code blocks for comprehensive documentation display.

What's the best way to keep project notes visible while working in the terminal?

The best way to keep project notes visible is opening Markdown files in a dedicated panel alongside the terminal. This side-by-side layout lets you monitor plans and notes in real time without leaving your development environment.

Why does my Markdown panel not update when I edit the source file?

Markdown panels require real-time file watching to re-render on disk changes. If your panel does not update, the file watcher may not be tracking the source file path correctly, preventing live-reload from detecting modifications.