MarkSight — Documentation skill for Claude Code
Browser-only Markdown editor that packages any document into a Claude Agent Skill (SKILL.md / .skill bundle) in one click — and exposes an MCP server for Claude Code.
How to install MarkSight
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Rinava/MarkSight and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What MarkSight does
Browser-only Markdown editor that packages any document into a Claude Agent Skill (SKILL.md / .skill bundle) in one click — and exposes an MCP server for Claude Code. Live preview, GFM tables, Mermaid, Prism, HTML/PDF export. No account, 100% local. Next.js + React.
Alternatives in Documentation
- 会话管理(Session Manager)需求文档(PRD / Markdown) — 目标:对 Codex / Claude Code 的本地会话记录进行可视化管理,并提供“一键复制 / 一键终端恢复”能力 31.7k ★
- Repo Recap — Generate a structured recap of the repository state: open PRs, open issues, recent releases, and executive sum 11.9k ★
- Ars Format Convert — ARS academic-paper format-convert mode — convert to LaTeX / DOCX / PDF / Markdown 4.5k ★
README
MarkSight
[](https://github.com/Rinava/MarkSight/actions/workflows/ci.yml) [](https://github.com/Rinava/MarkSight/graphs/contributors) [](https://github.com/Rinava/MarkSight/stargazers) [](https://github.com/Rinava/MarkSight/commits/main) [](./LICENSE) [](./CONTRIBUTING.md)
**Turn any Markdown document into an installable [Claude Agent Skill](https://code.claude.com/docs/en/skills). One click, in your browser.** MarkSight is a free, open source Markdown editor whose core doubles as a remote [MCP](https://modelcontextprotocol.io) server that Claude Code can call directly. Live preview, GFM, Mermaid diagrams, and Markdown/HTML/PDF export come with it.
🔗 **Live (no signup):** [marksight.laramateo.com](https://marksight.laramateo.com) · 🧩 One-click `.skill` export · 🔌 Built-in MCP server · 🔒 100% client-side
⭐ If MarkSight is useful to you, starring the repo helps others find it.
Quick start
**Use it (nothing to install):**
Open [marksight.laramateo.com](https://marksight.laramateo.com), write or paste Markdown, and press **⌘⇧K**. An installable `.skill` bundle downloads immediately.
Or add MarkSight's MCP server to Claude Code and let Claude build and validate skills for you:
claude mcp add --transport http marksight https://marksight.laramateo.com/api/mcpThen
Related Skills
My Harness Library
Self-hosted, searchable inventory of every Claude Code skill, agent, command, plugin and MCP server — with an
Split View Editor
Give the Inkwell editor a side-by-side markdown view — edit on the left, live preview on the
Claude Code Browser MCP Setup
Setup documentation for using Chrome DevTools MCP server with Claude Code
Think Render
Render the most recent structured thought output (from /think) as a diagram or document. Usage: /think-render
Claude Code Memory Stack
A complete, runnable template for giving Claude Code a persistent memory: a Markdown knowledge vault, skills,
Agentic Recall
Long-term memory for agentic tasks. It tells you when it doesn't know. An MCP server for Claude Desktop and Cl
Related Agents
Gsd Dom Verifier
Verifies live-DOM acceptance criteria for a completed execution wave using a browser MCP server. Writes DOM-VE
Obscura Browser
Autonomous web data collection agent using Obscura headless browser. Handles discover-then-collect pipelines,
HTML Show
将 Markdown 文档转为 HTML Preview,支持交互原型、流程图、状态图与能力矩阵。