From cmux-kit
Opens Markdown files in cmux side panel for real-time preview. Auto-refreshes on changes. Prompts for recent .md file if no path given. Use while Claude edits documents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cmux-kit:previewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
마크다운 파일을 cmux 내장 뷰어로 엽니다. Claude가 문서를 수정하는 동안 실시간으로 확인할 수 있습니다.
마크다운 파일을 cmux 내장 뷰어로 엽니다. Claude가 문서를 수정하는 동안 실시간으로 확인할 수 있습니다.
인자: {{ARGUMENTS}}
인자로 파일 경로가 주어지면 바로 엽니다:
cmux-preview {{ARGUMENTS}}
인자가 없으면:
.md 파일을 찾아 보여주고실행 후 "미리보기가 열렸습니다: <파일명>" 이라고 알려줍니다.
npx claudepluginhub sanghun0724/cmux-claude-skills --plugin cmux-kitOpens markdown files in a live-reloading cmux viewer panel with rich rendering for displaying plans, documentation, or notes alongside the terminal.
Serves markdown as live-reloading browser previews using mdserve for complex docs, tables, Mermaid diagrams, and multi-file sets. Handles iterative edits.
Launches a local preview server for Markdown product documents (PRD/BRD/MRD) in docs/, with live reload via WebSocket. Use after generating docs via the product workflow.