confluence-publishing

Publish Markdown content to Confluence with synchronized metadata and formatting.

1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/leolionart/claude-skills --skill confluence-publishing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence-publishing
Source: https://github.com/leolionart/claude-skills/tree/main/plugins/confluence-publishing/skills/confluence-publishing
Command: npx skills add https://github.com/leolionart/claude-skills --skill confluence-publishing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Publishing Markdown content to Confluence often requires manual formatting tweaks, metadata alignment, and repetitive publishing steps. This Skill enforces a standardized workflow to ensure documents render correctly and stay synchronized with Confluence pages.

Core Features & Use Cases

  • Enforces canonical formatting and metadata syncing for Confluence pages.
  • Creates new pages, updates existing pages, and supports markdown-to-Confluence publishing workflows.
  • Use Case: update a local Markdown document and publish it to a Confluence space with minimal manual intervention.

Quick Start

Publish a Markdown document to a Confluence space by creating or updating the destination page with synchronized metadata.

Frequently Asked Questions about confluence-publishing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish Markdown to Confluence automatically?

To publish Markdown to Confluence automatically, you can use a CLI wrapper to read local content and enforce compliant formatting. This process creates new pages or updates existing ones while synchronizing metadata during the publish flow.

What is the best way to sync local Markdown documentation with Confluence pages?

The best way to sync local Markdown documentation with Confluence pages is through an automated publishing workflow. It enforces canonical formatting and metadata alignment, ensuring documents render correctly and stay consistently synchronized with minimal manual intervention.

Does this Markdown to Confluence publishing workflow update existing pages or only create new ones?

This Markdown to Confluence publishing workflow supports both creating new pages and updating existing ones. It uses bundled scripts to read, update, and publish content while enforcing compliant formatting and metadata synchronization.

Do I need a CLI wrapper to automate Markdown publishing to Atlassian Confluence?

Yes, you need the bundled Confluence CLI wrapper to automate Markdown publishing to Atlassian Confluence. The provided scripts rely on this wrapper to read local files, enforce formatting compliance, and execute the publish flow.

Why does my Markdown formatting break when publishing to Confluence?

Markdown formatting often breaks when publishing to Confluence due to manual formatting tweaks and metadata misalignment. Using an automated publishing workflow enforces canonical formatting and metadata syncing to ensure documents render correctly.