.claude/skills/topic-synthesis/SKILL.md
Synthesize claims across multiple sources to identify consensus, disagreements, and emerging narratives on AI research topics. Use when you have claims from both lab researchers and critics on the same topic and need to understand where they agree, disagree, and what the overall hype level is.
npx skillsauth add rickoslyder/HypeDelta topic-synthesisInstall 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.
Synthesize claims from multiple sources to produce a coherent picture of discourse on an AI topic.
You'll receive claims grouped by source type:
What do lab researchers generally agree on? Write 2-3 sentences capturing the central themes.
Look for:
What do critics generally agree on? Write 2-3 sentences capturing the central themes.
Look for:
What do BOTH sides agree on? These are often the most reliable signal.
Examples:
Where do they fundamentally disagree? Structure as:
{
"point": "Whether scaling alone leads to AGI",
"labPosition": "Many believe continued scaling will yield AGI-like capabilities",
"criticPosition": "Fundamental architectural changes needed beyond scaling"
}
What new framings or narratives are emerging in the discourse?
Examples:
Extract specific predictions with attribution:
{
"text": "Prediction text",
"author": "Author name",
"confidence": 0.7,
"timeframe": "medium-term"
}
Rate overall quality of evidence cited (0.0-1.0):
Calculate the "hype delta" - the gap between lab enthusiasm and critic skepticism:
hypeDelta = avgLabBullishness - avgCriticBullishness
Interpretation:
Return JSON:
{
"topic": "reasoning",
"labConsensus": "Lab researchers believe...",
"criticConsensus": "Critics argue...",
"agreements": ["Point 1", "Point 2"],
"disagreements": [
{
"point": "Description",
"labPosition": "Lab view",
"criticPosition": "Critic view"
}
],
"emergingNarratives": ["Narrative 1", "Narrative 2"],
"predictions": [
{
"text": "Prediction",
"author": "Name",
"confidence": 0.7,
"timeframe": "medium-term"
}
],
"evidenceQuality": 0.6,
"hypeDelta": {
"delta": 0.25,
"labSentiment": 0.75,
"criticSentiment": 0.50,
"interpretation": "Moderately overhyped"
},
"synthesisNarrative": "Two paragraphs summarizing the current state..."
}
Write a balanced 2-paragraph narrative:
Paragraph 1: Current state of the topic
Paragraph 2: Contested areas and outlook
Maintain balanced tone - acknowledge both genuine progress AND legitimate concerns.
development
Filter and classify AI research content for relevance. Use when processing raw content from Twitter, Substacks, blogs, or podcasts to determine if it's worth extracting claims from. Assigns relevance scores, topics, and author categories.
data-ai
Track and evaluate AI predictions over time to assess accuracy. Use when reviewing past predictions to determine if they came true, failed, or remain uncertain.
testing
Assess overall hype levels across AI topics by comparing lab researcher enthusiasm against critic skepticism. Use after topic synthesis to identify which topics are overhyped, underhyped, or accurately assessed by the field.
data-ai
Detect hints about unreleased AI research or capabilities from lab researcher communications. Use when analyzing tweets, posts, or interviews from people at major AI labs to identify signals about upcoming work.