スキル一覧に戻る
stephenwinters81

weaver

by stephenwinters81

0🍴 0📅 2026年1月13日
GitHubで見るManusで実行

SKILL.md


name: weaver description: Map-Reduce system for comprehensive reports and literature reviews. Breaks topic into chapters, researches each in parallel, then weaves into unified document. Use for deep research, reports, and synthesis.

The Weaver: Deep Research Synthesis Protocol

When to Activate

Use this skill when the user requests:

  • Comprehensive literature reviews
  • Long-form reports or documents
  • Deep research on complex topics
  • Multi-chapter synthesis
  • User explicitly mentions "weaver", "report", or "literature review"

Architecture

Map-Reduce with Editorial Synthesis

Phase 1: The Loom (Map)

  • Planner agent breaks topic into Table of Contents
  • Typically 5-10 chapters/sections
  • Each chapter has clear scope and questions

Phase 2: Spinning (Execute)

  • Spawn N parallel Worker agents (one per chapter)
  • Each worker researches their chapter deeply
  • Workers operate independently (no cross-talk)

Phase 3: Weaving (Reduce)

  • Editor agent ingests all chapter reports
  • Identifies gaps, contradictions, redundancies
  • Stitches into coherent Master Document
  • Adds transitions, executive summary, conclusions

Invocation

python3 ~/.claude/skills/weaver/weaver.py "Your research topic"

Options

python3 ~/.claude/skills/weaver/weaver.py "Your topic" --chapters 8 --output report.md

Example Usage

User: "Write a comprehensive report on Australia's critical minerals opportunity"

python3 ~/.claude/skills/weaver/weaver.py "Australia's critical minerals opportunity: resources, processing, markets, and policy"

Output Structure

1. Executive Summary
2. [Chapter 1 - from Worker 1]
3. [Chapter 2 - from Worker 2]
...
N. Conclusions and Recommendations
N+1. Sources and Further Reading

Why This Works

  1. Parallel Depth: Each chapter gets dedicated deep research
  2. No Context Limits: Workers don't share context, avoiding truncation
  3. Editorial Coherence: Final pass ensures unified voice and flow
  4. Comprehensive Coverage: Structured approach ensures no gaps

Requirements

  • Claude Code CLI installed and authenticated (claude command available)
  • Python package: rich (for formatted output)

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です