athola/synthesize
Merges, dedupes, ranks, and formats research findings into a report. Use after research agents return results from multiple channels to produce a ranked report.
npx skills add https://github.com/athola/claude-night-market --skill synthesize
/tome:research first)/tome:dig instead)Merge findings from all channels into a ranked report.
tome.synthesis.merger.merge_findings()tome.synthesis.ranker.rank_findings()tome.synthesis.ranker.group_by_theme()tome.output.report.format_report()merge_findings(), rank_findings(), and group_by_theme()all called in sequence before output is formatted
format_report() by default, orformat_brief() / format_transcript() when the flag is set
per-channel lists
rather than generating an empty or fabricated report
to run /tome:research first
Take athola/synthesize from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.