markviewz

star 0

Open and view markdown files with Markviewz, a native macOS markdown viewer. Use when the user asks to view, show, preview, or open a .md or markdown file.

daveremy By daveremy schedule Updated 3/7/2026

name: markviewz description: Open and view markdown files with Markviewz, a native macOS markdown viewer. Use when the user asks to view, show, preview, or open a .md or markdown file.

Open a markdown file in Markviewz for viewing.

Run: markviewz $ARGUMENTS

If the command fails because markviewz is not installed, tell the user to install it:

rm -rf /tmp/Markviewz && git clone --depth 1 https://github.com/daveremy/Markviewz.git /tmp/Markviewz && cd /tmp/Markviewz && ./install.sh

If no file was specified, ask the user which markdown file they want to view.

Install via CLI
npx skills add https://github.com/daveremy/Markviewz --skill markviewz
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator