Publish Markdown from Claude Code
Claude writes great Markdown. Sharing it shouldn't be the hard part. Point Claude Code at the OpenDocs CLI and every plan, audit, or spec ends with a real URL.
Claude Code is excellent at producing Markdown. PRDs, postmortems, migration plans, code reviews. It writes the doc, you read it in your terminal, and then it just sits there as a file in your repo.
With OpenDocs in the loop, Claude can finish the job. Tell it to publish the doc when it's done; it runs the CLI and hands you back a URL you can drop into Slack or send to your team.
How to set it up
Install the CLI once. After that, anything Claude Code runs in the terminal can publish.
# Install once
npm install -g @opendocs.cc/cli
# Authenticate (one-time, opens browser)
opendocs login --browser
# Publish, get a shareable URL back
opendocs publish report.md --jsonThen add a line to your CLAUDE.md: something like "After completing any plan or audit, publish it with opendocs publish <file> --json and return the URL." Claude will start handing you links instead of files.
What Claude Code can publish
Plans. Claude's project plans live in .md files. Publish them so the team can read them without cloning your repo.
Audits. Security reviews, codebase audits, dependency scans. Publish to a workspace-only link your team can read.
PRDs and specs. When Claude drafts a PRD, drop the URL into Linear or Slack instead of copy-pasting the body.
Migration guides and runbooks. Turn the Markdown handover doc into a URL anyone on-call can bookmark.
Want a fuller writeup of the integration? See the Claude Code integration page.
Let Claude do the publishing too.
Free plan publishes up to 10 docs. Sign up, install the CLI, point Claude at it.
Sign up free