Converts documents into markdown with two modes: quick for fast drafts and heavy for production-quality output with better handling of complex layouts. The dual mode setup is smart since you don't always need perfect conversion for every doc. Already at 169 installs with a 1.1k star repo, so it's seen real use. The orchestration approach suggests it's routing between multiple conversion tools under the hood rather than being a single parser, which probably explains why heavy mode exists. Passed three security audits. Good fit if you're regularly importing docs into markdown-based workflows and want control over the speed versus quality tradeoff.
npx skills add https://github.com/daymade/claude-code-skills --skill markdown-tools