confluence-docs
Atlassian Confluence integration for enterprise documentation. Create and update pages via API, manage spaces and permissions, handle content migration, and sync between Markdown and Confluence.
npx skills add a5c-ai/babysitter --skill confluence-docs --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Confluence Integration Skill Atlassian Confluence integration for enterprise documentation. ## Capabilities - Page creation and updates via API - Space management and permissions - Macro and template management - Content migration (Markdown to Confluence) - Attachment handling - Label and metadata management - Confluence Cloud and Server support - Confluence-to-Markdown export ## Usage Invoke this skill when you need to: - Sync documentation to Confluence - Migrate content between formats - Manage Confluence spaces programmatically - Automate page updates from CI/CD - Export Confluence to Markdown ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | action | string | Yes | create, update, migrate, export | | baseUrl | string | Yes | Confluence instance URL | | spaceKey | string | Yes | Target space key | | sourcePath | string | No | Source Markdown files | | pageId | string | No | Specific page ID for updates | | parentPageId | string | No | Parent page for hierarchy | ### Input Example ```json { "action": "migrate", "baseUrl": "https://company.atlassian.net/wiki", "spaceKey": "DOCS", "sourcePath": "./docs", "parentPageId": "1234
- Capabilities
- Usage
- Inputs
- Input Example
- Configuration
- confluence.config.json
- API Integration
- Confluence REST API Client
- Markdown to Confluence Conversion
- Converter
- Confluence to Markdown Export
- Exporter
- Sync Workflow
- Bidirectional Sync
Sync Markdown to Confluence node scripts/confluence-sync.js --config confluence.config.json Export Confluence to Markdown node scripts/confluence-export.js --space DOCS --output ./exported Create new space node scripts/confluence-space.js create --key NEWDOCS --name "New Documentation"
What does the confluence-docs skill do?
Atlassian Confluence integration for enterprise documentation. Create and update pages via API, manage spaces and permissions, handle content migration, and sync between Markdown and Confluence.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill confluence-docs --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
