Comark extends standard Markdown with a component system and provides high-performance parsing, streaming/incremental parsing with auto-close for incomplete syntax, and framework renderers for Vue, React, and Svelte. It outputs a lightweight Comark AST, supports frontmatter, automatic TOC generation, and Shiki-based syntax highlighting.
Use Comark for static site generators, real-time markdown editors, documentation platforms, or any workflow where embedding custom components in markdown and streaming LLM output safely is required. It's ideal when you need incremental rendering or to render AI-generated content without broken markup.
Works well with agents that stream LLM output and need robust markdown handling (e.g., agents using incremental rendering or CLI agents that render ANSI output).
Comark is a markdown parser/rendering library with component syntax, streaming support, and renderers for Vue/React/Svelte/Angular. The skill is documentation-only with no scripts — essentially a library README in skill format. The SKILL.md is well-written with clear sections, code examples, and API references, but reads more as a developer reference than an actionable agent skill. No security concerns since there are no scripts or executable content.
This is a library documentation skill rather than an operational agent skill. The content quality is high — good examples, clear API reference, well-organized sections — but the skill doesn't define trigger conditions or actionable steps for an agent. The references/ directory structure is used correctly for deeper docs.