tdoc

Generate interactive HTML documents from text prompts with collaborative commenting.

102|8|Updated May 13, 2026
One-click install
npx skills add https://github.com/serenakeyitan/tdoc --skill tdoc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdoc
Source: https://github.com/serenakeyitan/tdoc/tree/main
Command: npx skills add https://github.com/serenakeyitan/tdoc --skill tdoc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, wrangler, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to convert prompts into interactive HTML documents, enabling collaborative commenting and easy sharing. It eliminates the need for manual copy-paste and provides a seamless feedback loop for document creation.

Core Features & Use Cases

  • Prompt-to-HTML: Convert any text prompt into a fully-interactive HTML document.
  • Collaborative Comments: Users can comment on any part of the document, including text and artifacts.
  • Version Control: Each edit creates a new version of the document, allowing you to review and compare changes.
  • Publishing: Publish documents to a Cloudflare Worker for free and shareable URLs.
  • Use Case: Perfect for creating interactive guides, documentation, or collaborative research papers.

Quick Start

Use the tdoc skill by typing '/tdoc new "My new interactive document"' and follow the prompts to create and publish your document.

Frequently Asked Questions about tdoc

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

FAQPage Schema
How do I convert text prompts into interactive HTML documents for collaboration?

You can convert text prompts into interactive HTML documents by using a generation tool that parses Markdown content and supports in-document commenting. This enables a seamless feedback loop for document creation without manual copy-paste.

What do I need to publish an interactive HTML document to Cloudflare Workers?

To publish an interactive HTML document to Cloudflare Workers, you need Node.js, wrangler, and jq installed. These dependencies handle the deployment process and provide free, shareable URLs for your published documents.

Can I track changes and review edits when creating interactive HTML documents?

Yes, you can track changes when creating interactive HTML documents through built-in version control. Each edit creates a new version of the document, allowing you to review and compare changes over time.

How do users add feedback to specific parts of an interactive HTML document?

Users add feedback to an interactive HTML document through collaborative comments. This feature allows users to comment on any part of the document, including text and artifacts, for easy sharing and review.

What is the best way to create shareable interactive guides from Markdown content?

The best way to create shareable interactive guides from Markdown content is to use a prompt-to-HTML conversion tool with publishing capabilities. This generates an interactive document and publishes it to a free URL.

Does version control work automatically when editing a published HTML document?

Yes, version control works automatically when editing a published HTML document. Each edit creates a new version, allowing you to review and compare changes without needing a separate version control system.