CO

confluence-deep-reader

Explores Confluence documentation trees up to 3 levels deep to provide comprehensive summaries of hierarchical content.

Install

mkdir -p .claude/skills/confluence-deep-reader && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4967" && unzip -o skill.zip -d .claude/skills/confluence-deep-reader && rm skill.zip

Installs to .claude/skills/confluence-deep-reader

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Read a Confluence page and recursively explore its child pages up to 3 levels deep. Use when users want to comprehensively read a Confluence page tree, understand hierarchical documentation, or analyze content across parent and child pages.
240 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Recursively read Confluence pages
  • Discover child page hierarchy
  • Limit exploration to 3 levels deep
  • Synthesize hierarchical documentation summaries

How it works

The skill uses getConfluencePage to read content and getConfluencePageDescendants to map the tree, tracking depth to stop at 3 levels.

Inputs & outputs

You give it
Confluence page URL
You get back
Hierarchical summary of page content and descendants

When to use confluence-deep-reader

  • Explore Confluence page trees
  • Summarize complex project documentation
  • Analyze hierarchical content across pages

About this skill

Confluence Deep Reader

This skill guides you to recursively read Confluence pages and their descendants up to 3 levels deep.

When to Use This Skill

Use this skill when:

  • User provides a Confluence link and wants to read "everything" or "all related pages"
  • User asks to "read this page and subpages"
  • User wants to understand the full content tree of a Confluence page
  • User needs comprehensive analysis of hierarchical documentation

Workflow

Step 1: Read the Starting Page

Use getConfluencePage to read the initial page provided by the user.

Step 2: Discover Child Pages

Use getConfluencePageDescendants to find all child pages of the current page. This tool returns the hierarchical structure of descendants.

Step 3: Read Each Child Page (Depth 1)

For each child page found:

  1. Use getConfluencePage to read its content
  2. Track that this is depth 1

Step 4: Recursively Explore Deeper Levels

For each child page read in Step 3:

  1. Use getConfluencePageDescendants to check if it has its own children
  2. If children exist and current depth < 3:
    • Read each grandchild page (depth 2)
    • Repeat this process for depth 3

IMPORTANT: Stop at depth 3. Do not explore beyond 3 levels from the starting page.

Step 5: Synthesize Information

After reading all pages within the depth limit:

  1. Organize information hierarchically
  2. Provide comprehensive summary or answer user's question
  3. Note if there are deeper levels that were not explored (beyond depth 3)

Depth Tracking

Keep track of the current depth level:

  • Depth 0: Starting page (the one user provided)
  • Depth 1: Direct children of starting page
  • Depth 2: Grandchildren
  • Depth 3: Great-grandchildren (STOP HERE)

Best Practices

  • Show progress: Let user know which pages you're reading (e.g., "Reading main page... Found 5 child pages... Reading child 1/5...")
  • Respect the limit: Never go beyond depth 3
  • Be efficient: If there are many pages (>20), consider asking user if they want to continue or focus on specific sections
  • Handle errors gracefully: If a page cannot be accessed, note it and continue with others
  • Provide structure: When presenting results, maintain the hierarchical structure so users understand the page relationships

Example Usage

User: "Read this Confluence page and all its subpages: [link]"

Your workflow:
1. Read the starting page (depth 0)
2. Find its children using getConfluencePageDescendants
3. Read each child (depth 1) and find their children
4. Read each grandchild (depth 2) and find their children
5. Read each great-grandchild (depth 3) - STOP
6. Synthesize all information into a comprehensive summary

When to Ask for Clarification

  • If there are 50+ pages in the tree, ask if user wants to proceed with all or focus on specific branches
  • If user asks for content "deeper than 3 levels", explain the limit and offer to focus on specific deep branches

When not to use it

  • When the page tree contains more than 50 pages
  • When content is deeper than 3 levels from the start

Prerequisites

Confluence page link

Limitations

  • Hard limit of 3 levels of depth
  • Requires manual intervention for trees exceeding 50 pages

How it compares

It automates the recursive traversal of page trees that would otherwise require manual navigation and individual page reading.

Compared to similar skills

confluence-deep-reader side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
confluence-deep-reader (this skill)15moNo flagsBeginner
search-company-knowledge25moNo flagsBeginner
knowledge-base16moReviewBeginner
business-knowledge-workflow13moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

More by krafton-ai

View all by krafton-ai

email-action-extractor

krafton-ai

Extract actionable tasks assigned to the user from email text. Filters out informational emails (announcements, newsletters, ads, automated reports) and only processes emails with clear action requests. Handles group emails by identifying user-specific assignments.

16

scratch-pad

krafton-ai

Markdown-based working memory for complex tasks. Use when: 5+ tool calls needed, researching multiple sources, analyzing/comparing items, multi-step workflows. Record process → Reference for response → Delete after use

13

slack-memory-cleanup

krafton-ai

Memory cleanup and organization skill for AI employees. Provides guidelines for detecting duplicates, fixing misclassified files, and removing stale information from memory storage.

14

slack-memory-retrieval

krafton-ai

Retrieve and utilize stored memories for AI employees in Slack environments. Efficiently searches and loads relevant context (channels, users, projects, decisions, meetings) from organized memory storage to inform responses. Use this when answering questions that require historical context, user preferences, project status, or any previously stored information. Works with slack-memory-store storage system.

12

slack-memory-store

krafton-ai

Comprehensive memory storage system for AI employees in IT companies who communicate via Slack. Automatically classifies and stores diverse information types (Slack messages, Confluence docs, emails, meetings, projects, decisions, feedback) in an organized folder structure with efficient indexing and retrieval. Use when managing or searching employee memory, storing conversations, documenting decisions, tracking projects, or organizing any work-related information.

13

slack-proactive-intervention-patterns

krafton-ai

메모리에서 7가지 개입 기회 패턴을 감지하는 지식 베이스. 조사 제안, 스케줄링, 문서화, 초안 작성, 연결 조율, 예측적 제안, 루틴 자동화 패턴의 시그널과 점수 계산 방법.

13

You might also like

search-company-knowledge

atlassian

Search across company knowledge bases (Confluence, Jira, internal docs) to find and explain internal concepts, processes, and technical details. When Claude needs to: (1) Find or search for information about systems, terminology, processes, deployment, authentication, infrastructure, architecture, or technical concepts, (2) Search internal documentation, knowledge base, company docs, or our docs, (3) Explain what something is, how it works, or look up information, or (4) Synthesize information from multiple sources. Searches in parallel and provides cited answers.

211

knowledge-base

incidentfox

Search runbooks, documentation, and knowledge base articles from Confluence. Use when looking for incident response procedures, service documentation, post-mortems, or troubleshooting guides.

12

business-knowledge-workflow

TencentBlueKing

业务知识获取与 Skill 文档编写工作流。当用户需要熟悉新业务模块、从 iWiki 获取文档、结合代码分析生成架构文档、或将业务知识沉淀为 Skill 时使用。

15

wiki

jmstar85

>

00

citation-management

davila7

Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.

2395

postmortem-writing

wshobson

Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response processes.

1799

Search skills

Search the agent skills registry