From scribe
Converts external documents (PDF, DOCX, PPTX, XLSX, HTML) into editable markdown for rewriting or project integration.
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 documents and URLs to markdown via tiered fallback (MCP markitdown, native tools, user notice). Use when a skill must ingest PDF, DOCX, or URL content.
Converts DOCX/PDF/PPTX to high-quality Markdown using Pandoc with automatic post-processing fixes for tables, images, CJK bold spacing, and code blocks.