survey

Generate a Related Work section from wiki knowledge with thematic grouping and verified citations.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/1549171506/shizhengmubangai1 --skill survey-1549171506
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: survey
Source: https://github.com/1549171506/shizhengmubangai1/tree/main/Desktop/123/empiricalwiki/i18n/en/skills/survey
Command: npx skills add https://github.com/1549171506/shizhengmubangai1 --skill survey-1549171506

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing a Related Work section requires synthesizing many papers into coherent thematic groups with accurate citations, which is time-consuming and error-prone when done manually from scattered notes. ## Core Features & Use Cases - Thematic Grouping: Groups papers by research direction (3-8 papers per group) rather than listing them one by one, with each group ending in a positioning statement relative to your work. - Dual Output Formats: Produces LaTeX output with \cite{key} citations and fetched BibTeX entries, or Markdown with wikilink citations for wiki archiving. - Citation Verification: Fetches BibTeX from DBLP, CrossRef, and Semantic Scholar, marking unverified entries as [UNCONFIRMED] instead of fabricating references. - Use Case: After ingesting 20 papers into your research wiki, run the survey skill with your research question to get a polished, de-AI-checked Related Work section ready to paste into your paper draft. ## Quick Start Ask the assistant to generate a Related Work section on parameter-efficient fine-tuning for LLMs in LaTeX format using the papers already in the wiki.

Frequently Asked Questions about survey

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Related Work section from my research notes?

Provide a research question, claim slugs, or a PAPER_PLAN.md path as input. The skill reads your wiki's papers, concepts, and topics, groups them by research direction, and outputs a Related Work section in LaTeX or Markdown format.

What citation formats does the Related Work generator support?

It supports LaTeX output with \cite{key} citations plus fetched BibTeX entries, and Markdown output with [[slug]] wikilink citations for wiki archiving. The format is selected with the --format flag, defaulting to latex.

Can it cite papers that are not in my wiki?

No. The skill only cites papers already present in wiki/papers/ and never fabricates citations. If fewer than 5 candidate papers match, it warns you to ingest more papers first.

How are BibTeX entries verified for LaTeX output?

For each citation key, the skill attempts to fetch BibTeX from DBLP, then CrossRef, then Semantic Scholar. Entries that cannot be verified are marked [UNCONFIRMED] rather than generated from model memory.

What happens if there are too few related papers in the wiki?

With fewer than 3 wiki papers the skill errors and suggests ingesting more papers first. With fewer than 5 candidates it issues a warning but can still proceed with thematic grouping.