npx claudepluginhub sethyanow/markymarkHigh-performance Markdown language server with LSP and MCP support. Provides go-to-definition, find-references, hover, completion, rename, diagnostics, and document symbols for Markdown files including wiki links, XML tags, and cross-document references.
No description available.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
A language server and AI agent tool for Markdown and structured data files. Rust workspace with a Zig SIMD parser core. Provides navigation, refactoring, search, and diagnostics across your workspace — as an editor extension (LSP) and AI agent tool (MCP).
Pre-release: APIs and behavior may change before v1.0.
Navigation
Search
Diagnostics
Formats
markymark is a seven-crate Rust workspace with a Zig FFI layer:
cargo install markymark-cli
Pre-built binaries: GitHub Releases
Full documentation at sethyanow.github.io/markymark:
Install the plugin for LSP + MCP document intelligence:
claude /plugin install markymark
Add to your CLAUDE.md for LSP-first document reading:
## Document Intelligence
This project uses markymark LSP. Prefer LSP over reading raw files:
- `LSP documentSymbol <file>` — structure/outline before Read
- `LSP hover <file> <line> <col>` — heading backlinks, key path info
- Diagnostics (broken links, duplicate headings) reported automatically
- Works for Markdown, JSON, YAML, TOML, .env, INI, and more