From atlassian-suite
This skill should be used when the user asks to "show confluence space structure", "list pages in space", "browse confluence tree", "what's under this confluence page", or runs `/atlassian-suite:confluence-tree`. Renders the page hierarchy of a Confluence space (or sub-tree under a page).
npx claudepluginhub acendas/acendas-marketplace --plugin atlassian-suiteThis skill is limited to using the following tools:
Render the page hierarchy.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Render the page hierarchy.
$1 = Space key (e.g. ENG) or a page ID to root the tree at.
$2 = Optional depth (default 2).
Detect input type.
mcp__acendas-atlassian__getConfluenceSpaces and let user pick.Fetch tree.
confluence_get_space_page_tree (if available) with depth.confluence_get_page_children recursively up to depth, capping at 50 nodes total.Render as an indented tree:
{Space Name}
├─ Onboarding
│ ├─ Day 1 Setup
│ └─ Tools and Access
├─ Engineering
│ ├─ Architecture
│ └─ Runbooks
└─ Postmortems
Cap output. If hidden by depth, say ... 12 more pages below depth {n}. Offer to expand a specific subtree.