Research Synthesis Workflow
This Claude Code skill provides a structured five-step checklist for synthesizing research from multiple source documents into a coherent summary. Use it when consolidating information across multiple sources, particularly when you need to identify thematic patterns, cross-reference claims for accuracy, and produce a well-organized summary with proper citations.
git clone --depth 1 https://github.com/lofcz/LLMTornado /tmp/research-synthesis-workflow && cp -r /tmp/research-synthesis-workflow/src/LlmTornado.Agents.Samples/claude-skills/Skills/research-synthesis-workflow ~/.claude/skills/research-synthesis-workflowSKILL.md
## Research synthesis workflow Copy this checklist and track your progress: ``` Research Progress: - [ ] Step 1: Read all source documents - [ ] Step 2: Identify key themes - [ ] Step 3: Cross-reference claims - [ ] Step 4: Create structured summary - [ ] Step 5: Verify citations ``` **Step 1: Read all source documents** Review each document in the `sources/` directory. Note the main arguments and supporting evidence. **Step 2: Identify key themes** Look for patterns across sources. What themes appear repeatedly? Where do sources agree or disagree? **Step 3: Cross-reference claims** For each major claim, verify it appears in the source material. Note which source supports each point. **Step 4: Create structured summary** Organize findings by theme. Include: - Main claim - Supporting evidence from sources - Conflicting viewpoints (if any) **Step 5: Verify citations** Check that every claim references the correct source document. If citations are incomplete, return to Step 3.
Generates a structured skill template based on provided specifications.
This skill provides a comprehensive context extraction system for large codebases. It intelligently analyzes code structure, dependencies, and relationships to extract relevant context for understanding, debugging, or modifying code.
Compiles comprehensive company product context from PDF documents, web research, and industry knowledge
Performs comprehensive, multi-layered research on any topic with structured analysis and synthesis of information from multiple sources.
Generates comprehensive code tutorials on LlmTornado API formatted for Medium publication with examples, explanations, and best practices.
Extracts text and tables from PDF files, fills forms, and merges documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.
Generates Anthropic Skills with complete workflow including GitHub PR creation and local download verification.
Generates complete Anthropic SKILL packages with proper structure, documentation, and automated download verification.