pagedrop

Render structured content as shareable annotated web pages via GitHub Gists.

7|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/Martian-Engineering/pagedrop --skill pagedrop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pagedrop
Source: https://github.com/Martian-Engineering/pagedrop/tree/main
Command: npx skills add https://github.com/Martian-Engineering/pagedrop --skill pagedrop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pagedrop solves the problem of complex, hard-to-review content becoming “stuck” inside chat threads by rendering it as a shareable web page that supports clear visual collaboration and structured feedback.

Core Features & Use Cases

  • Create shareable HTML pages from your content for PRs, architecture diagrams, and documents that don’t fit well in plain text.
  • Support Google-Docs-style inline annotation so collaborators can comment directly on the exact parts of the page.
  • Export feedback as structured markdown that the agent can convert into concrete next steps and improvements.
  • Use gist-backed hosting and revision/sharing routes so updates, caching, and controlled viewing work smoothly across devices.
  • Handle large drops with a dedicated passthrough route when edge injection isn’t appropriate.

Quick Start

Tell the agent to create self-contained HTML with Pagedrop annotation support, upload it as a secret GitHub Gist tagged with #pagedrop, and return the pagedrop.ai /g/ share link for mobile-friendly review and inline commenting.

Frequently Asked Questions about pagedrop

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

FAQPage Schema
How do I share complex structured content for visual feedback outside of a chat thread?

To share complex content for visual feedback, you can render it as a self-contained HTML web page that supports inline annotations. This allows collaborators to review architecture diagrams or PR context and leave precise comments directly on the page.

What is the best way to export inline annotations from a shared web page into actionable items?

Exporting inline annotations is best handled by converting the visual feedback into structured markdown. This allows an agent to process the comments and convert them into concrete next steps and improvements for your project.

How do I host and share a self-contained HTML file for document-style reviews using GitHub Gist?

To host and share HTML for document-style reviews, upload the file as a secret GitHub Gist tagged with #pagedrop. This provides a pagedrop.ai /g/ share link for mobile-friendly viewing and inline commenting across devices.

Does pagedrop.ai support a passthrough route for large HTML files?

Yes, pagedrop.ai supports a dedicated /h/ passthrough route for large files. You should use this specific route when edge injection is not appropriate for handling your large content drops.

Can I use Google-Docs-style inline commenting on architecture diagrams shared via a link?

Yes, you can apply Google-Docs-style inline annotation to architecture diagrams by rendering them as self-contained HTML pages. Collaborators can then comment directly on exact parts of the diagram for precise visual feedback.