plugins/tome/skills/synthesize/SKILL.md
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 skillsauth add athola/claude-night-market synthesizeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
/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 formattedformat_report() by default, or
format_brief() / format_transcript() when the flag is set/tome:research firstdata-ai
Models a business in its own language. Use when the domain has real business rules to capture.
research
Generate diverse solution candidates with category-spanning ideation methods and rotation. Use when stuck on a design or fighting repetitive LLM output.
development
Generates and self-executes a diff-derived test plan for a PR. Use when validating PR changes before merge. Do not use for code review; use sanctum:pr-review.
development
Ramps implementation ambition a notch only after the prior increment is understood. Use when building a feature you must understand, not just ship.