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.zipInstalls 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.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
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:
- Use
getConfluencePageto read its content - Track that this is depth 1
Step 4: Recursively Explore Deeper Levels
For each child page read in Step 3:
- Use
getConfluencePageDescendantsto check if it has its own children - 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:
- Organize information hierarchically
- Provide comprehensive summary or answer user's question
- 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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| confluence-deep-reader (this skill) | 1 | 5mo | No flags | Beginner |
| search-company-knowledge | 2 | 5mo | No flags | Beginner |
| knowledge-base | 1 | 6mo | Review | Beginner |
| business-knowledge-workflow | 1 | 3mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by krafton-ai
View all by krafton-ai →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.
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.
business-knowledge-workflow
TencentBlueKing
业务知识获取与 Skill 文档编写工作流。当用户需要熟悉新业务模块、从 iWiki 获取文档、结合代码分析生成架构文档、或将业务知识沉淀为 Skill 时使用。
wiki
jmstar85
>
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.
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.