Multi-Source Research
Use this skill to build encyclopedia pages from multiple source types.
Workflow
- •Define 5-10 semantic queries for the entity.
- •Run RAG search against chunked data.
- •Run keyword grep across newsletters, articles, emails, transcripts.
- •Collect passages with file paths for citations.
- •Synthesize using the style rules in
references/style-guide.md.
Script
bash
python3 scripts/search_pack.py --query "your topic" --root <corpus-root>
References
- •
references/search-protocol.md - •
references/style-guide.md
Related Skills
- •Enhanced by: local-markdown-search, semantic-chunking-rules
- •Feeds into: wiki-ontology-design, podcast-wiki-pipeline