What problem does it solve? When working with Markdown files in a conversation, you often want to preview the rendered result quickly. This Skill opens the relevant Markdown file in your browser via the local mo Markdown viewer, without you having to manually locate the file and run the command yourself. ## Core Features & Use Cases - Context-aware file selection: If no path is given, it infers which Markdown file you want to view from the conversation context (recently written, edited, or discussed files). - Safe file handling: Verifies the file exists before invoking mo, and suggests nearby path candidates if the given path is missing. - Focused browser preview: Passes files to mo with --json --no-open, then opens the URL of the most central file so the browser focuses on it. - Use Case: You just drafted design.md and api.md in a session and want to check the rendered output—invoke the Skill and it opens the main document in your browser. ## Quick Start Ask the assistant to open the Markdown file you were just working on in mo, or provide a specific file path to preview in the browser.