
from claude-skills9,486
Manage Confluence spaces, templates, permissions and documentation workflows; create page hierarchies, macros and governance for team knowledge bases.
Provides master-level guidance and automation patterns for creating and managing Atlassian Confluence spaces, page architecture, templates, macros, and content governance. Includes example scripts and templates for space creation, page creation/update, permission schemes, and macro usage; also references a templates and macros library.
Use when you need to set up or restructure a Confluence space, standardise documentation templates, embed Jira reports, audit a knowledge base, or hand off documentation to teams. Especially useful for PMs, Scrum Masters, and documentation owners.
Best fit for agents that integrate with Confluence or MCP servers (Claude Code, Codex, Cursor, and other agentic tooling); uses MCP Confluence server integration patterns.
Confluence Expert skill provides comprehensive guidance for managing Confluence spaces, documentation, macros, and governance. Two bundled Python scripts (content_audit_analyzer.py and space_structure_generator.py) are well-written with stdlib-only deps, proper argparse CLIs, type hints, and dual text/JSON output — they exit 2 when called without required positional args but are functionally complete. SKILL.md is thorough with workflows, macro reference, template library, permissions schemes, and handoff protocols.
Clean skill — no security concerns whatsoever. Scripts are pure data processing with no network calls, no credentials, no side effects. Usefulness is moderate: Confluence expertise is valuable but the skill relies on a Confluence MCP Server that isn't specified by package name, and the reference files (MACROS.md etc.) aren't bundled. The scripts are practical but niche — they need exported Confluence data as input, which limits out-of-the-box usability.