From scribe
Imports PDF, DOCX, PPTX, XLSX, HTML documents into clean, editable markdown for project documentation, content rewriting, or remediation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/scribe:doc-importerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Import external documents into editable markdown.
Import external documents into editable markdown.
tome:papersmemory-palace:knowledge-intakescribe:doc-generator
remediation mode directlyDetermine the source document:
Apply the leyline:document-conversion protocol:
After conversion, normalize the markdown:
# style, not setext underlines)leyline:markdown-formattingApply the leyline:content-sanitization checklist:
Write the converted markdown to the target location.
Default: same directory as source, with .md extension.
Ask the user for target path if ambiguous.
If the user wants polishing or rewriting:
Skill(scribe:doc-generator) in Remediation
mode on the imported fileOffer this step; do not assume the user wants remediation.
The imported markdown should:
# Title from the document title references
(note: image files may need separate handling)<!-- REVIEW: conversion artifact -->npx claudepluginhub athola/claude-night-market --plugin scribeConverts PDF, Word, PPTX, PPT, and TXT documents to Markdown, preserving titles, lists, tables, structure, and PPT slide sections. Adds frontmatter, annotates images, suggests output path for archiving or import.
Converts PDFs, DOCX, PPTX, XLSX, HTML, images, URLs, CSV, JSON, and more to markdown via tiered fallbacks: MCP markitdown, native tools, or user notice. For ingesting non-plain-text files.
Converts files and URLs to clean Markdown using MarkItDown. Supports PDF, DOCX, XLSX, PPTX, HTML, images (OCR), audio, CSV, and YouTube transcripts. Optimized for LLM ingestion pipelines.