Публикация Markdown в Confluence

★ 7.1 · vibe-coding

markdown-to-confluence is a Claude Code skill that publishes a local Markdown file to Confluence by creating a new page or updating an existing one through the Atlassian MCP server. It accepts a file path and a destination — either a page URL or a space plus an optional parent page — then runs an MCP preflight check and executes the create-or-update call using one of seven dedicated Confluence MCP tools. Publication mode can be set to draft or live, with draft as the safe default. The skill does not write or rewrite Markdown; it posts an existing file verbatim, including any embedded Confluence storage macros. Developers and technical writers who need to push a finished document to Confluence without touching the browser will find it the most direct option; for document-then-publish flows, the companion skills project-documentation-to-confluence and plan-a-feature-to-confluence handle the full cycle.