cursor-remarkable-upload

Convert Markdown documents to PDF and upload them to a reMarkable device.

13|3|Updated Nov 4, 2025
One-click install
npx skills add https://github.com/go-go-golems/docmgr --skill cursor-remarkable-upload
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cursor-remarkable-upload
Source: https://github.com/go-go-golems/docmgr/tree/main/.codex/skills/cursor-remarkable-upload
Command: npx skills add https://github.com/go-go-golems/docmgr --skill cursor-remarkable-upload

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Convert Markdown documents into PDFs and deliver them to a reMarkable device using a local uploader, with a safe dry-run and optional mirroring of ticket structures to keep docs organized.

Core Features & Use Cases

  • Safe, end-to-end workflow for converting Markdown to PDF and uploading to reMarkable, with a dry-run to preview actions and prevent unintended changes.
  • Ticket-aware uploads that mirror ticket structure on the device to preserve context.
  • Flexible routing: PDFs placed in date-based folders with optional ticket-dir context for precise placement.
  • Troubleshooting support for common pipelines (rmapi, pandoc, xelatex) through clear preconditions and checks.

Quick Start

Provide the path to the Markdown file you want to upload, then run a safe dry-run to preview the destination and commands, followed by the real upload only if you confirm.

Frequently Asked Questions about cursor-remarkable-upload

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

FAQPage Schema
How do I upload Markdown documents to a reMarkable as PDF?

You can upload Markdown to reMarkable as PDF by running a dry-run to preview the destination and commands, then confirming the real upload, which converts the file and transfers it using a local uploader.

Can I preview a Markdown to PDF upload before sending it to reMarkable?

Yes, you can preview a Markdown to PDF upload before sending it to reMarkable by using the safe dry-run mode, which displays the target destination and exact commands without executing any file transfers.

Do I need Pandoc and XeLaTeX installed to convert Markdown for reMarkable?

Yes, you need Pandoc and XeLaTeX installed to convert Markdown for reMarkable, because the local uploader script relies on these tools to render the Markdown documents into PDF format before transfer.

How does the reMarkable upload handle ticket directory structures?

The reMarkable upload handles ticket directory structures by optionally mirroring ticket structures on the device, placing PDFs in date-based folders with ticket-directory context to preserve organizational hierarchy.

What should I do if rmapi or my Markdown to PDF pipeline is not working?

If rmapi or your Markdown to PDF pipeline is not working, this Skill provides troubleshooting support by checking clear preconditions and validating dependencies for rmapi, Pandoc, and XeLaTeX to identify failures.