Confluence Assistant Setup banner
grandcamel grandcamel

Confluence Assistant Setup

Development community

Description

--- name: confluence-assistant-setup description: Set up Confluence Assistant Skills with credentials and configuration --- # Confluence Assistant Setup You are helping the user set up Confluence Assistant Skills. Guide them through the process conversationally. ## Step 1: Check Prerequisites First, verify the environment: ```bash python3 --version ``` Check if the confluence-as package is installed: ```bash pip show confluence-as 2>/dev/null && echo "Library installed" || echo "Library mi

Installation

Installs to ~/.claude/skills/grandcamel-confluence-assistant-skills-confluence-assistant-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/grandcamel-confluence-assistant-skills-confluence-assistant-setup && curl -fsSL https://raw.githubusercontent.com/grandcamel/Confluence-Assistant-Skills/HEAD/commands/confluence-assistant-setup.md -o ~/.claude/skills/grandcamel-confluence-assistant-skills-confluence-assistant-setup/SKILL.md

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

Full documentation available on GitHub

View Source Repository