Mastering Confluence Agent Skill banner
SpillwaveSolutions SpillwaveSolutions

Mastering Confluence Agent Skill

Documentation community

Description

Claude Code skill for comprehensive Confluence documentation management - Wiki Markup conversion, Markdown sync, Mermaid diagrams, and large document uploads

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Mastering Confluence - AI Agent Skill

A comprehensive AI agent skill for managing Confluence documentation, including Wiki Markup mastery, Markdown conversion, Mermaid diagram integration, and seamless interaction with the Atlassian MCP server.

[![Agent Skill Standard](https://img.shields.io/badge/Agent%20Skill%20Standard-Compatible-blue)](https://agentskills.io/) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![SkillzWave](https://img.shields.io/badge/SkillzWave-Marketplace-purple)](https://skillzwave.ai/skill/SpillwaveSolutions__mastering-confluence-agent-skill__mastering-confluence__SKILL/)

Key Features

  • Upload/Download: Seamlessly sync Markdown files with Confluence pages
  • Format Conversion: Convert between Markdown and Wiki Markup formats
  • Diagram Support: Render Mermaid/PlantUML diagrams and embed in pages
  • Image Handling: Automatic image upload and attachment management
  • CQL Search: Advanced Confluence Query Language support
  • Git Integration: Sync documentation from Git repos using mark CLI
  • No Size Limits: Upload large documents without API restrictions

Installing with Skilz (Universal Installer)

The recommended way to install this skill is using the [skilz](https://github.com/SpillwaveSolutions/skilz-cli) universal installer, which supports 14+ AI coding agents.

Step 1: Install Skilz

pip install skilz

Step 2: Install the Skill

**From SkillzWave Marketplace (Recommended):**

# Claude Code (user-level, available in all projects)
skilz install SpillwaveSolutions_mastering-confluence-agent-skill/mastering-confluence

# Claude Code (project-level only)
skilz install SpillwaveSolutions_mastering-confluence-agent-skill/mastering-confluence --project

**From GitHub:**

# Using HTTPS
skilz install -g https://github.com/SpillwaveSolutions/mastering-confluence-agent-skill

# Using SSH
skilz install --git git@git