confluence

Mirror and update Confluence pages, comments, and tables via local files.

5|1|Updated Jun 20, 2026
One-click install
npx skills add https://github.com/isukharev/atl --skill confluence-isukharev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence
Source: https://github.com/isukharev/atl/tree/main/plugins/atl/skills/confluence
Command: npx skills add https://github.com/isukharev/atl --skill confluence-isukharev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill bridges the gap between local development workflows and Atlassian Confluence, allowing you to treat documentation as code while maintaining the integrity of native Confluence Storage Format.

Core Features & Use Cases

  • Lossless Mirroring: Pull Confluence pages into a local workspace to inspect, diff, and mirror content using standard text editors.
  • Guarded Operations: Perform safe, version-gated updates to pages, comments, and tables with built-in conflict resolution and validation.
  • Use Case: Use this skill to perform a bulk update of documentation across multiple pages by pulling the content locally, applying changes via Markdown, and pushing the validated updates back to Confluence.

Quick Start

Use the confluence skill to pull the page with ID 123456 into your current workspace directory.

Frequently Asked Questions about confluence

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

FAQPage Schema
How do I manage Confluence content using local markdown files?

You can manage Confluence content with local markdown files by pulling pages into your workspace, applying changes locally, and pushing validated updates back. This workflow treats documentation as code while maintaining native Confluence Storage Format integrity.

Can I synchronize Confluence pages locally without causing version conflicts?

Confluence synchronization prevents version conflicts through version-gated updates and strict baseline reconciliation. All Atlassian content operations use atomic mutation locks to ensure data consistency and safe conflict resolution during incremental syncs.

How does local mirroring work for Atlassian Confluence documentation?

Local mirroring pulls Confluence pages into a local workspace so you can inspect, diff, and mirror content using standard text editors. This lossless process bridges local development workflows with Confluence without altering the native storage format.

What is the best way to perform a bulk documentation update across multiple Confluence pages?

The best way to bulk update Confluence documentation is pulling multiple pages locally, applying changes via standard text editors or markdown, and pushing the validated updates back to Confluence using version-gated operations to ensure data consistency.

Does this Confluence sync workflow validate the native storage format before pushing updates?

Yes, the workflow validates the native Confluence Storage Format before pushing updates. It ensures data consistency by enforcing strict baseline reconciliation and native storage format validation for all page, comment, and table mutations.

When should I not use a local file-based workflow for Confluence collaboration?

You should avoid local file-based Confluence workflows if your team requires real-time concurrent editing rather than version-gated updates. This approach relies on pulling, modifying, and pushing files, which uses atomic mutation locks rather than live simultaneous collaboration.