Claude-night-market synthesize
install
source · Clone the upstream repo
git clone https://github.com/athola/claude-night-market
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/athola/claude-night-market "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/tome/skills/synthesize" ~/.claude/skills/athola-claude-night-market-synthesize && rm -rf "$T"
manifest:
plugins/tome/skills/synthesize/SKILL.mdsource content
Finding Synthesis
When To Use
- After research agents return results from multiple channels
- Producing a final ranked report from raw findings
When NOT To Use
- No research session is active (run
first)/tome:research - Refining a single channel (use
instead)/tome:dig
Merge findings from all channels into a ranked report.
Workflow
- Merge:
tome.synthesis.merger.merge_findings() - Rank:
tome.synthesis.ranker.rank_findings() - Group:
tome.synthesis.ranker.group_by_theme() - Format:
tome.output.report.format_report()
Output Formats
- report: Full sectioned markdown
- brief: Condensed 1-2 pages
- transcript: Raw session log