Agent skill · Documentation

confluence-expert

Atlassian Confluence expert for creating and managing spaces, knowledge bases, and documentation. Configures space permissions and hierarchies, creates page templates with macros, sets up documentation taxonomies, designs page layouts, and manages content governance. Use when users need to build or restructure a Confluence space, design page hierarchies with permission structures, author or standardise documentation templates, embed Jira reports in pages, run knowledge base audits, or establish documentation standards and collaborative workflows.

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill confluence-expert --agent claude-code

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

Facts
Files in the skill folder: 6
SKILL.md size: 12 KB
Bundled scripts: yes
Path: project-management/skills/confluence-expert/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

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

From the SKILL.md

# Atlassian Confluence Expert Master-level expertise in Confluence space management, documentation architecture, content creation, macros, templates, and collaborative knowledge management. ## Atlassian MCP Integration **Primary Tool**: Atlassian Remote MCP server (bundled `.mcp.json`, server key `atlassian`). Tools are camelCase and surface as `mcp__atlassian__<toolName>`. **Canonical tool list**: `project-management/references/atlassian-mcp-tools.md`. Never invent tool names — if a capability isn't in that list, it is not available via MCP. **Key Operations** (obtain `cloudId` once via `mcp__atlassian__getAccessibleAtlassianResources`): ``` // List spaces (space CREATION is not available via MCP — see below) mcp__atlassian__getConfluenceSpaces (cloudId) // Create a page under a parent — body must be storage-format XHTML or ADF, never wiki markup mcp__atlassian__createConfluencePage (cloudId, space, title="Sprint 42 Notes", parent page id, body="<p>Meeting notes in storage-format XHTML</p>") // Update an existing page (fetch current version with getConfluencePage, then supply version + 1) mcp__atlassian__updateConfluencePage (cloudId, pageId="789012", version=5, body="<p>Updated c

What's inside
Steps it walks through
  1. Atlassian MCP Integration
  2. Workflows
  3. Space Creation
  4. Page Architecture
  5. Template Creation
  6. Documentation Strategy
  7. Knowledge Base Management
  8. Essential Macros
  9. Content Macros
  10. Dynamic Content
  11. Collaboration Macros
  12. Page Layouts & Formatting
  13. Templates Library
  14. Space Permissions
Ships with 5 files
  • references/macro-cheat-sheet.md
  • references/space-architecture-patterns.md
  • references/templates.md
  • scripts/content_audit_analyzer.py
  • scripts/space_structure_generator.py
Commands it runs
python3 scripts/space_structure_generator.py team_info.json --format json
python3 scripts/content_audit_analyzer.py pages.json --format json
More from claude-skills
All skills →
About this skill
What does the confluence-expert skill do?

Atlassian Confluence expert for creating and managing spaces, knowledge bases, and documentation. Configures space permissions and hierarchies, creates page templates with macros, sets up documentation taxonomies, designs page layouts, and manages content governance. Use when users need to build or restructure a Confluence space, design page hierarchies with permission structures, author or standardise documentation templates, embed Jira reports in pages, run knowledge base audits, or establish documentation standards and collaborative workflows.

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill confluence-expert --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 alirezarezvani/claude-skills, a repository with 23,791 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