Confluence Update Page banner
mkober mkober

Confluence Update Page

Development community

Description

--- name: confluence-update-page description: Read and update a Confluence page with ADF content roles: [plan, edit] tags: [confluence, integration, documentation, adf] --- ## Confluence page read+update Read the current content of a Confluence page and/or update it with new ADF content. Pages are identified by page ID (from request message or URL) or by space key + title. ### Prerequisites The `muxcode atlassian` subcommand handles Confluence API calls. It reads credentials from `.muxcode/c

Installation

Installs to ~/.claude/skills/mkober-muxcode-confluence-update-page/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mkober-muxcode-confluence-update-page && curl -fsSL https://raw.githubusercontent.com/mkober/muxcode/HEAD/skills/confluence-update-page.md -o ~/.claude/skills/mkober-muxcode-confluence-update-page/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository