What problem does it solve? Turning scattered web documentation and topic content into organized, LLM-ready markdown requires manual scraping, cleaning, and structuring. This Skill automates that pipeline using Firecrawl to produce reference docs, RAG chunks, training datasets, or documentation mirrors. ## Core Features & Use Cases - Web Content Collection: Uses Firecrawl map, search, and scrape to gather documentation pages and topic-based corpora into markdown. - Multiple Output Modes: Produces reference markdown with sources.json, RAG chunks with manifest.json, training data as training-data.jsonl, or full documentation mirrors. - Parallel Collection: Supports splitting work across sub-agents by docs section, source type, or pipeline stage. - Use Case: Point it at a framework's documentation site and receive a structured .firecrawl/ directory of clean markdown files with preserved code examples, ready for RAG ingestion or fine-tuning. ## Quick Start Ask the assistant to build a RAG-ready knowledge base from a documentation URL using your Firecrawl API key.