cmux-markdown

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ever-oli/omni-ecosystem --skill cmux-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cmux-markdown
Source: https://github.com/ever-oli/omni-ecosystem/tree/main/omni-desktop/skills/cmux-markdown
Command: npx skills add https://github.com/ever-oli/omni-ecosystem --skill cmux-markdown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Open and render markdown files in a dedicated panel with rich formatting and live file watching.

Core Features & Use Cases

  • Live rendering of markdown content with headings, code blocks, tables, and lists.
  • Real-time updates when the source Markdown file changes on disk.
  • Use cases include displaying agent plans, documentation, or notes alongside the terminal.

Quick Start

Open a Markdown file in a live-updating panel beside your terminal.

Frequently Asked Questions about cmux-markdown

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

FAQPage Schema
How do I view markdown files with live preview beside the terminal?

To view markdown files with live preview, you can open and render them in a dedicated panel beside the terminal. The panel provides live-reload support, automatically updating the display when the source file changes on disk.

Can I display documentation and notes alongside my terminal workspace?

Yes, you can display documentation and notes alongside your terminal workspace by routing the rendered markdown to a specific panel. This allows you to reference plans and documents in real-time while executing terminal commands.

Does the live markdown viewer support rendering code blocks and tables?

The live markdown viewer supports rich rendering of headings, code blocks, tables, and lists. This ensures that structured technical documentation and notes are formatted correctly in the preview panel.

How do I open a markdown file in a specific workspace or window panel?

You can open a markdown file in a specific workspace, surface, or window using panel routing options. This directs the rendered live-preview output to display in your preferred layout configuration.

What is the best way to monitor agent plans that update in real time?

The best way to monitor agent plans that update in real time is using live file watching on the markdown source. The panel automatically reloads the rendered content whenever the plan file changes on disk.

Do I need any external dependencies to render markdown in a live-updating panel?

No external dependencies are required to render markdown in a live-updating panel. The skill operates independently to watch files on disk and provide real-time updates with rich formatting.