Two tools for complex Claude Code workflows: doc2md + orchestration protocol #270
neoncapy
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sharing two open-source tools that complement the resources in this repo:
1. doc2md — Document-to-Markdown Pipeline
Problem: Anthropic's copyright filter blocks PDF reading in Claude Code.
Solution: A 15,000-line Python pipeline that converts PDF/DOCX/PPTX to high-fidelity Markdown with:
https://github.com/orangefineblue/doc2md
2. claude-code-orchestration-protocol — Zero-Read Orchestrator
Problem: Context rot degrades output quality in long Claude Code sessions.
Solution: A
/orchestrateslash command that turns the main session into a pure router:https://github.com/orangefineblue/claude-code-orchestration-protocol
Both MIT licensed. They work well together for batch document processing where context management matters.
Beta Was this translation helpful? Give feedback.
All reactions