Sync a file to Confluence
/plugin marketplace add minukHwang/claude-plugins/plugin install confluence@minukHwang-plugins# Sync File to Confluence Sync a specified file to a Confluence page. ## Step 0: Load Workflow Configuration If not exists or `confluence.enabled` is false: Extract: - `confluence.spaceKey` - Confluence space key - `jira.cloudId` - Atlassian cloud ID ## Step 1: Get File Path ### If argument provided: Use the provided file path directly. ### If no argument: **Ask user (AskUserQuestion):** "Enter file path to sync:" Validate file exists with Read tool. ## Step 2: Get Project and File Info Extract filename from path (without extension for page title). ## Step 3: Search for Exis...