Skill for AI agent capabilities
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill hierarchical-agent-search --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hierarchical Agent Search?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-hierarchical-agent-search)More formats (shields.io, HTML) on the badges page.
---
name: skill.md---hierarchical-parallel-agent-framework-f
description: Skill for AI agent capabilities
---
# SKILL.md - Hierarchical Parallel Agent Framework for Web Search
## Paper Reference
- **arXiv:** 2604.02971
- **Title:** A Scalable Hierarchical Parallel Agent Framework for Web Information Seeking
- **Utility Score:** 0.85
- **Authors:** Yuxuan Huang et al.
- **Code:** https://github.com/agent-on-the-fly/InfoSeeker
- **Date:** April 2026
## Core Insights
### Problem Addressed
Existing agentic search systems:
- Focus on deep reasoning, neglect wide-scale synthesis
- Face context saturation
- Cascading error propagation
- High end-to-end latency
### Solution: Hierarchical Framework
Based on **principle of near-decomposability:**
1. **Host:** Strategic coordination
2. **Managers:** Aggregation + reflection mechanisms
3. **Workers:** Parallel execution
### Key Features
- **Context isolation:** Manager layer prevents saturation
- **Error containment:** Stops cascading propagation
- **Parallelism:** Worker layer accelerates execution
### Results
- **3-5x speed-up**
- WideSearch-en: 8.4% success rate
- BrowseComp-zh: 52.9% accuracy
## Practical Applications
### Multi-Agent Search Architecture
```markdown
1. Host: Parse query → distribute to managers
2. Manager: Aggregate worker results → reflect
3. Worker: Execute search tasks in parallel
4. Return: Synthesized answer
```
### Design Principles
- Near-decomposability: Tasks can be parallelized
- Context isolation: Each manager handles subset
- Reflection: Quality check at manager level
### When to Use
- Large-scale information synthesis
- Many heterogeneous sources
- High-latency tolerance unacceptable
- Error propagation risk
## Key Takeaways
- Hierarchical structure solves saturation/latency
- Parallelism essential for wide-scale search
- Manager reflection improves quality
- Open-source implementation available
## Open Resources
- GitHub: https://github.com/agent-on-the-fly/InfoSeeker
## Benchmarks
- WideSearch-en
- BrowseComp-zh
## Further Reading
- Full paper: https://arxiv.org/abs/2604.02971
- PDF: https://arxiv.org/pdf/2604.02971
## Description
SKILL.md - Hierarchical Parallel Agent Framework for Web Search
## Activation Keywords
- hierarchical-agent-search
- hierarchical-agent-search 技能
- hierarchical-agent-search skill
## Tools Used
- `read` - Read documentation and references
- `web_search` - Search for related information
- `web_fetch` - Fetch paper or documentation
## Instructions for Agents
Follow these steps when applying this skill:
### Step 1: Host:
### Step 2: Managers:
### Step 3: Workers:
### Step 4: Understand the Request
### Step 5: Search for Information
### When to Apply
- Large-scale information synthesis
- Many heterogeneous sources
- High-latency tolerance unacceptable
## Examples
### Example 1: Basic Application
**User:** I need to apply SKILL.md - Hierarchical Parallel Agent Framework for Web Search to my analysis.
**Agent:** I'll help you apply hierarchical-agent-search. First, let me understand your specific use case...
**Context:** Apply the methodology
### Example 2: Advanced Scenario
**User:** Large-scale information synthesis
**Agent:** Based on the methodology, I'll guide you through the advanced application...
### Example 2: Advanced Application
**User:** What are the key considerations for hierarchical-agent-search?
**Agent:** Let me search for the latest research and best practices...
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!