cmux-markdown

cmux markdown

manaflow-ai 25k ↓ 4.5k NOASSERTION updated 25d ago
Claude Code
View source ↗

What it does

  • Displaying an agent plan or task list alongside the terminal
  • Showing documentation, changelogs, or READMEs while working
  • Reviewing notes that update in real-time (e.g., a plan file being written by another process)
  • Direct writes (echo "..." >> plan.md)
  • Editor saves (vim, nano, VS Code)
  • Atomic file replacement (write to temp, rename over original)
  • Agent-generated plan files that are updated progressively

Requirements & configuration

Configuration: AGENTS

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

cmux markdown

Source

Repository: https://github.com/manaflow-ai/cmux

cmux-markdown FAQ

What does the cmux-markdown skill do?

Open markdown files in a formatted viewer panel with live reload. Use when you need to display plans, documentation, or notes alongside the terminal with rich rendering (headings, code blocks, tables, lists). Displaying an agent plan or task list alongside the terminal Showing documentation, changelogs, or READMEs while working

How do I install cmux-markdown?

Run: npx -y skills add https://github.com/manaflow-ai/cmux --skill cmux-markdown --agent claude-code — the source lives at github.com/manaflow-ai/cmux.

Maintain cmux-markdown?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[cmux-markdown on getagentictools](https://getagentictools.com/skills/manaflow-ai-cmux-cmux-markdown?ref=badge)
npx agentictools info skills/manaflow-ai-cmux-cmux-markdown

The second line is the CLI lookup for this page — handy in READMEs and docs.