gathering-documentation
Installation
SKILL.md
Gathering Documentation
Complete guide for researching and gathering technical documentation from multiple sources using Claude Code's research tools.
Research Tools Overview
graph TD
A[Documentation Task] --> B{Source Type?}
B -->|Search Needed| C[WebSearch]
B -->|Known URL| D[WebFetch]
B -->|Complex Extraction| E[Playwright]
C --> F[Find Sources]
D --> G[Extract Content]
E --> H[Scrape & Structure]