commentable-html

Convert Markdown content into commentable HTML documents with inline comments.

6|Updated Jul 9, 2026
One-click install
npx skills add https://github.com/urikanonov/ai-marketplace --skill commentable-html
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commentable-html
Source: https://github.com/urikanonov/ai-marketplace/tree/main/plugins/commentable-html/pkg/skills/commentable-html
Command: npx skills add https://github.com/urikanonov/ai-marketplace --skill commentable-html

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, new_document.py, tools, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables the creation and management of commentable HTML documents, allowing users to review and iterate on documents with inline comments and structured feedback.

Core Features & Use Cases

  • Commentable HTML: Create HTML documents that allow users to leave inline comments on text, tables, charts, diagrams, and images.
  • Interactive Review: Collaborate with peers or AI agents by sharing the document with embedded comments for feedback and updates.
  • Portable and Non-Portable Outputs: Generate both portable and non-portable versions of the document for local iteration or sharing with others.

Quick Start

Generate a commentable HTML document from the provided Markdown content using the 'new_document.py' tool.

Frequently Asked Questions about commentable-html

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Markdown to commentable HTML for document review?

You can convert Markdown to commentable HTML using the 'new_document.py' tool, which transforms text into interactive HTML documents. This allows reviewers to leave inline comments on text, tables, charts, diagrams, and images for structured feedback.

What is the best way to add inline comments to an HTML document for collaboration?

The best way to add inline comments to an HTML document is by generating a commentable HTML file from Markdown. This embeds structured feedback capabilities directly into the document, enabling interactive reviews where peers can leave comments on specific elements.

Do I need Python to generate HTML documents with embedded comments?

Yes, Python is required to generate HTML documents with embedded comments. The document generation and processing rely on Python scripts, specifically the 'new_document.py' tool, to transform Markdown content into interactive commentable HTML.

Can I share HTML documents with inline comments for interactive review?

Yes, you can share HTML documents with inline comments for interactive review. The Skill supports generating portable document versions, allowing you to share the commentable HTML with peers or AI agents for collaborative feedback and updates.

Does the commentable HTML generation support tables, charts, and diagrams from Markdown?

Yes, commentable HTML generation supports tables, charts, and diagrams from Markdown. The conversion process transforms these Markdown elements into interactive HTML components, allowing reviewers to leave inline comments directly on them.

When should I use portable vs non-portable commentable HTML documents?

Use portable commentable HTML documents when sharing files with others for collaborative feedback. Use non-portable versions for local iteration, allowing you to review and update the document with embedded comments within your own environment.