paper2skill/paper2skill-survey-synthesis/SKILL.md
Convert survey and synthesis papers into field navigation guides. Extracts taxonomies, method selection decision trees, literature navigation heuristics, and open problems. Use this skill when extracting skills from Category 10 (Survey and Synthesis) papers — comprehensive reviews, position papers, tutorials, or roadmaps that organize a research landscape.
npx skillsauth add ADu2021/skillXiv paper2skill-survey-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.
Apply this skill when you encounter arXiv papers that:
Examples: "A Survey of Large Language Models", "Attention is All You Need" (foundational review sections), "Challenges and Opportunities in Open-Ended Learning", roadmap papers from conferences or workshops.
Do not use this skill for:
Extract what the survey bounds and covers.
**Field/Topic:** What research area is being surveyed?
**Scope Boundaries:** What is IN scope? What is OUT of scope?
**Temporal Coverage:** When was this field established? What time period does the survey cover?
**Key Assumption:** What foundational concept unites this field?
**Motivation:** Why survey this now? What triggered the need for synthesis?
Document the organizing principle the survey uses.
**Top-Level Categories:** What are the main buckets for organizing research?
**Organizing Principle:** Is it grouped by problem, solution, time, application, or some other dimension?
**Decision Points:** What factors determine which category a paper falls into?
**Key Distinctions:** What are the critical differences between categories?
**Relationship Map:** How do categories relate to each other? Orthogonal? Hierarchical? Overlapping?
Extract decision criteria for choosing between approaches.
**Method A:** [name, core idea, when to use, pros, cons, required resources]
**Method B:** [name, core idea, when to use, pros, cons, required resources]
**Method C:** [name, core idea, when to use, pros, cons, required resources]
**Decision Criteria:** What factors determine which method is best?
**Common Pitfalls:** What mistakes do practitioners make when choosing between methods?
Extract heuristics for reading the field strategically.
**Essential Foundation Papers:** Must-read foundational works to understand the field
**Landmark Shifts:** Papers that changed how the field thinks
**Domain-Specific Tracks:** Different research threads within the field (e.g., scaling track, alignment track, efficiency track)
**For Practitioners:** Key papers if you're implementing something in this domain
**For Theorists:** Key papers if you're advancing fundamental understanding
Document unresolved questions and suggested next steps.
**Identified Gaps:** What does current research NOT address?
**Open Questions:** Specific unsolved problems the survey identifies
**Scaling Frontiers:** How should the field scale in future? (scale, compute, data, human effort)
**Bottlenecks:** What is preventing progress on key challenges?
**Suggested Directions:** What research avenues does the survey recommend?
Extract the argued perspective.
**Central Claim:** What is the paper arguing?
**Target Audience:** Who needs to hear this argument? (researchers, practitioners, policymakers)
**Problem Statement:** What is the status quo getting wrong?
**Proposed Direction:** What should the field do instead?
Document how the argument is supported.
**Key Evidence:** What empirical or conceptual evidence supports the thesis?
**Counterarguments:** What objections might be raised? How does the paper address them?
**Analogies & Examples:** What real-world cases demonstrate the thesis?
**Failure Case:** What would disprove the thesis?
Extract what changes if the position is adopted.
**If Right:** How should research directions change?
**If Wrong:** What would we learn from the contradiction?
**Research Priorities:** What work becomes more important if this position is true?
**Evaluation Strategy:** How should the community test this position?
Extract the teaching structure.
**Prerequisite Knowledge:** What must readers know first?
**Pedagogical Order:** In what sequence are concepts introduced?
**Key Inflection Points:** Where does understanding suddenly click?
**Common Misconceptions:** What do learners typically misunderstand?
Document the teaching methodology.
**Simplest Case:** Minimal example showing the core idea
**Elaborated Case:** Medium-complexity example with important variations
**Edge Case:** Complex example revealing limitations or subtleties
**Anti-pattern:** Example of what NOT to do and why
Extract learning scaffolding.
**Concept Checks:** Self-test questions at each stage
**Implementation Milestones:** Checkpoints for hands-on practice
**Common Errors & Debugging:** What goes wrong during practice and how to fix it
**Next Steps:** How to extend understanding beyond the tutorial
Document what has been achieved.
**Accomplished:** What has the field solved well?
**Mature Techniques:** What approaches have been thoroughly validated?
**Standard Benchmarks:** What evaluation practices are established?
**Known Tradeoffs:** What design choices are well-understood?
Extract what is preventing progress.
**Technical Bottlenecks:** What fundamental limits are known? (e.g., scaling limits, memory constraints)
**Resource Constraints:** What bottlenecks are resource-dependent? (compute, data, human effort)
**Conceptual Gaps:** What fundamental understanding is missing?
**Measurement Challenges:** What is hard to measure or evaluate?
Document the suggested research path forward.
**Near-term (1-2 years):** What should the field tackle immediately?
**Medium-term (3-5 years):** What are the next big goals?
**Long-term (5+ years):** What are moonshot ambitious directions?
**Key Milestones:** How will we know we are making progress?
**Required Investments:** What resources (compute, data, talent) are needed?
Generate a new SKILL.md with the following structure:
Frontmatter:
---
name: [kebab-case-field-or-topic-name]
title: [Survey/Position/Roadmap: {Title} — Field Guide]
version: 0.0.2
engine: skillxiv-v0.0.2-claude-opus-4.6
license: MIT
url: [verified arxiv link to source paper]
keywords: [taxonomy, survey, research-directions, field-navigation, or domain-specific terms]
description: Navigate {field/topic} by understanding {taxonomy/position/roadmap}. Extracts {taxonomy structure OR decision tree OR open problems}, enabling practitioners to {choose approaches OR understand landscape OR guide next research}. Use when selecting methods in {field}, understanding how {domain} has evolved, identifying unresolved challenges, or planning research directions.
---
Skill Body Structure:
Length: 150-250 lines
testing
Uses flow maps as look-ahead operators to enable principled reward-guided diffusion by predicting trajectory endpoints at any denoising step. Deploy when applying rewards or preferences to diffusion trajectories with meaningful gradients throughout generation.
testing
Train language models where each expert learns independently on closed datasets, enabling flexible inference with selective data inclusion or exclusion. 41% performance improvement while allowing users to opt out of specific data sources without retraining.
data-ai
Understand how token generation flexibility in diffusion LMs paradoxically constrains reasoning, as models exploit ordering flexibility to avoid uncertain tokens, and apply simplified approaches that preserve parallel decoding benefits. Use when optimizing diffusion-based language models for reasoning tasks.
devops
Enable LLM agents to improve continuously during deployment by constructing structured experience libraries through self-reflection on successes and failures—achieving 23% improvement on reasoning without gradient-based parameter updates or external training.