Превью заметок в браузере

★ 7.4 · general

preview is a Claude Code skill that renders vault notes as styled HTML pages and opens them directly in the browser. It supports multiple input modes: a direct path to a `.md` file, project progress synthesis (`progress all`, `progress project-a --week`), and slug-based lookup for decisions, blockers, and meeting notes. The shell template is chosen automatically based on source type — `shell-prd` for docs, `shell-memo` for decisions and meetings, `shell-status` for progress reports, `shell-executive` for executive summaries — and can be overridden with the `--shell` flag. Output is written to `reports/previews/` as a fully self-contained HTML file with no external dependencies, so it works offline and is safe to share. Useful whenever you want to review or distribute a document before sending it to the team.