Agent skill · Databases

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.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill confluence-docs --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/technical-documentation/skills/confluence-docs/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Capabilities
  2. Usage
  3. Inputs
  4. Input Example
  5. Configuration
  6. confluence.config.json
  7. API Integration
  8. Confluence REST API Client
  9. Markdown to Confluence Conversion
  10. Converter
  11. Confluence to Markdown Export
  12. Exporter
  13. Sync Workflow
  14. Bidirectional Sync
Ships with 1 file
  • README.md
Commands it runs
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"
More from babysitter
All skills →
About this skill
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.

Keep going