
Related Work Writing
- 1.3k installs
- 255 repo stars
- Updated February 27, 2026
- lingzhi227/agent-research-skills
related-work-writing provides documented workflows for Write Related Work sections that compare and contrast prior work with your approach. Organize by theme, cite broadly, and explain how your work differs. Use whe
About
The related-work-writing skill write Related Work sections that compare and contrast prior work with your approach. Organize by theme, cite broadly, and explain how your work differs. Use when writing or improving the Related Work section of a paper. # Related Work Writing Generate publication-quality Related Work sections with proper citations and thematic organization. ## Input - `$0` - Current paper draft or method description - `$1` - Collected literature (BibTeX entries, paper summaries, or literature review notes) ## References - Related work writing prompts and strategies: `~/.claude/skills/related-work-writing/references/related-work-prompts.md` ## Workflow ### Step 1: Analyze the Paper's Contributions - Read the current paper draft (especially Methods and Introduction) - Identify the key contributions and novelty claims - List the technical components that need literature context ### Step 2: Organize Literature by Theme Group related papers into thematic clusters: - Each cluster should represent a research direction or technique - Common themes: problem formulation, methodology family, application domain, evaluation approach - Order themes from most to least relevant.
- `$0` - Current paper draft or method description
- `$1` - Collected literature (BibTeX entries, paper summaries, or literature review notes)
- Related work writing prompts and strategies: `~/.claude/skills/related-work-writing/references/related-work-prompts.md`
- Read the current paper draft (especially Methods and Introduction)
- Identify the key contributions and novelty claims
Related Work Writing by the numbers
- 1,268 all-time installs (skills.sh)
- +38 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #258 of 2,064 Data Science & ML skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
related-work-writing capabilities & compatibility
- Capabilities
- `$0` current paper draft or method description · `$1` collected literature (bibtex entries, pap · related work writing prompts and strategies: `~/ · read the current paper draft (especially methods · identify the key contributions and novelty claim
- Use cases
- documentation · planning
What related-work-writing says it does
# Related Work Writing Generate publication-quality Related Work sections with proper citations and thematic organization.
npx skills add https://github.com/lingzhi227/agent-research-skills --skill related-work-writingAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.3k |
|---|---|
| repo stars | ★ 255 |
| Security audit | 3 / 3 scanners passed |
| Last updated | February 27, 2026 |
| Repository | lingzhi227/agent-research-skills ↗ |
How do I use related-work-writing for the task described in its SKILL.md triggers?
Write Related Work sections that compare and contrast prior work with your approach. Organize by theme, cite broadly, and explain how your work differs. Use when writing or improving the Related Work.
Who is it for?
Teams invoking related-work-writing when the user request matches documented triggers and prerequisites.
Skip if: Skip when cached docs are missing, the request is a negative trigger, or another sibling skill owns the workflow.
When should I use this skill?
Write Related Work sections that compare and contrast prior work with your approach. Organize by theme, cite broadly, and explain how your work differs. Use when writing or improving the Related Work section of a paper.
What you get
Step-by-step guidance grounded in related-work-writing documentation and reference files.
- related work section draft
- thematic literature comparison
Files
Related Work Writing
Generate publication-quality Related Work sections with proper citations and thematic organization.
Input
$0— Current paper draft or method description$1— Collected literature (BibTeX entries, paper summaries, or literature review notes)
References
- Related work writing prompts and strategies:
~/.claude/skills/related-work-writing/references/related-work-prompts.md
Workflow
Step 1: Analyze the Paper's Contributions
- Read the current paper draft (especially Methods and Introduction)
- Identify the key contributions and novelty claims
- List the technical components that need literature context
Step 2: Organize Literature by Theme
Group related papers into thematic clusters:
- Each cluster should represent a research direction or technique
- Common themes: problem formulation, methodology family, application domain, evaluation approach
- Order themes from most to least relevant to your work
Step 3: Write Each Theme Paragraph
For each thematic group: 1. Topic sentence — Introduce the research direction 2. Describe key works — Summarize 2-5 representative papers 3. Compare and contrast — How does each approach differ from yours? 4. Transition — Connect to the next theme or to your contribution
Step 4: Refine
- Ensure every cited paper has a clear reason for inclusion
- Check that your work's novelty is clear from the comparisons
- Verify all
\cite{}keys exist in the.bibfile - Aim for 1-2 pages (single column) or 0.5-1 page (double column)
Rules
- Compare and contrast, don't just describe — "Unlike [X] which assumes..., our method..."
- Organize by theme, not chronologically — Group by research direction
- Cite broadly — Not just the most popular papers; include recent and diverse work
- Be fair — Acknowledge strengths of prior work before stating limitations
- Explain inapplicability — If a method could apply to your setting, explain why you don't compare experimentally, or add it to experiments
- Use present tense for established facts — "Smith et al. propose..." or "This approach uses..."
- End with positioning — The final paragraph should clearly position your work relative to all discussed prior work
Related Skills
- Upstream: literature-search, literature-review, citation-management
- Downstream: paper-writing-section
- See also: survey-generation
Related Work Writing Prompts Reference
Per-Section Tips (from AI-Scientist + AgentLaboratory)
Related Work Section Guidelines
- Academic siblings of our work, i.e. alternative attempts in literature at trying to solve the same problem.
- Goal is to "Compare and contrast" — how does their approach differ in either assumptions or method?
- If their method is applicable to our Problem Setting, I expect a comparison in the experimental section.
- If not, there needs to be a clear statement why a given method is not applicable.
- Note: Just describing what another paper is doing is not enough. We need to compare and contrast.
- Organize by theme, not chronologically.
- Cite broadly — not just the most popular papers.Writing Strategy
Step 1: Thematic Clustering
Organize cited papers into thematic groups. Common themes:
1. Problem formulation variants — Different ways the same problem has been formulated 2. Methodology families — Groups of methods sharing a core technique (e.g., attention-based, graph-based) 3. Application domains — Where similar techniques have been applied 4. Evaluation approaches — Different benchmarks or evaluation paradigms 5. Theoretical foundations — Relevant theoretical results
Step 2: Per-Theme Paragraph Structure
[Topic sentence introducing the theme]
[Key work 1: what they did + how it relates to ours]
[Key work 2: what they did + contrast with work 1 and ours]
[Key work 3: extension or variation]
[Summary: what's missing / our advantage in this theme]Step 3: Comparison Patterns
Assumption differences:
Unlike \citet{smith2023} who assume access to labeled data, our method operates in a fully unsupervised setting.Methodology differences:
While \citet{jones2024} employ a two-stage pipeline, our approach integrates feature extraction and classification in an end-to-end manner, avoiding the error propagation inherent in decoupled approaches.Scope differences:
\citet{chen2023} address the related problem of X in the context of Y. Our work differs in that we consider the more general setting of Z, which subsumes their formulation as a special case.Complementary work:
Complementary to our approach, \citet{wang2024} propose a method for X that could potentially be combined with our framework to further improve performance.LaTeX Patterns
Citation Commands
\cite{key}— Parenthetical: (Smith et al., 2024)\citet{key}— Textual: Smith et al. (2024) — preferred for subject position\citep{key}— Same as\citein most styles\citeauthor{key}— Just the name: Smith et al.
Example Paragraph
\paragraph{Attention Mechanisms.}
The seminal work of \citet{vaswani2017attention} introduced the Transformer architecture,
which relies entirely on self-attention mechanisms. Subsequent works have sought to
reduce the quadratic complexity of attention. \citet{kitaev2020reformer} propose locality-sensitive
hashing to approximate attention, while \citet{wang2020linformer} project keys and values
to a lower-dimensional space. Unlike these approaches, which sacrifice exact attention
computation for efficiency, our method maintains exact attention while achieving
sub-quadratic complexity through a novel sparse attention pattern that
exploits the inherent structure of the input data.Refinement Checklist
- [ ] Every cited paper has a clear reason for inclusion
- [ ] The section is organized by theme, not chronologically
- [ ] Each paragraph compares and contrasts, not just describes
- [ ] Our work's novelty is clear from the comparisons
- [ ] All
\cite{}/\citet{}keys exist in the.bibfile - [ ] Recent work (last 2-3 years) is well-represented
- [ ] Foundational/seminal papers are included where relevant
- [ ] No self-citations that violate anonymization
- [ ] The section positions our work clearly at the end
Related skills
Forks & variants (2)
Related Work Writing has 2 known copies in the catalog totaling 13 installs. They canonicalize to this original listing.
- lingzhi227 - 12 installs
- lingzhi227 - 1 installs
FAQ
What does related-work-writing do?
Write Related Work sections that compare and contrast prior work with your approach. Organize by theme, cite broadly, and explain how your work differs. Use when writing or improving the Related Work section of a paper.
When should I use related-work-writing?
Write Related Work sections that compare and contrast prior work with your approach. Organize by theme, cite broadly, and explain how your work differs. Use when writing or improving the Related Work section of a paper.
What are common prerequisites?
--- name: related-work-writing description: Write Related Work sections that compare and contrast prior work with your approach.
Is Related Work Writing safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.