| Write one survey-quality paragraph from evidence packs (tension → contrast → evaluation anchor → limitation).
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill grad-paragraph
Purpose: produce a single paragraph that reads like real survey prose, not “outline expansion”.
This is a writing micro-skill you can apply repeatedly inside subsection-writer (per H3 file under sections/).
Mission: decide the paragraph’s tension/contrast/eval/limitation before writing.
Do:
Avoid:
Mission: turn the plan into one content-bearing paragraph with embedded citations.
Do:
Avoid:
You are writing one paragraph of a technical survey.
Your job is to perform one argument move under evidence:
- tension/question (why this matters here)
- explicit contrast (A vs B; not a list)
- evaluation anchor (task/metric/constraint)
- limitation (what breaks transfer or comparability)
Style:
- natural prose, content-bearing
- no narration (“This paragraph surveys…”)
- no repeated discourse stems across paragraphs
Constraints:
- do not invent facts or citations
- embed citations inside the sentence that needs them
- stay within the subsection’s citation scope
In one paragraph (typically 4–6 sentences), cover:
outline/subsection_briefs.jsonl (for rq, axes, clusters, paragraph_plan)outline/evidence_drafts.jsonl (for evidence snippets + candidate comparisons)outline/evidence_bindings.jsonl (allowed citations for this H3)citations/ref.bibsections/S<sub_id>.md file.Write a 4-line plan before prose:
1) Tension sentence (1 line)
2) Contrast sentence (1 line; A vs B)
3) Evaluation anchor sentence (1 line)
4) Limitation sentence (1 line)
Rules:
Turn the plan into one natural paragraph.
Rules:
Key takeaway:; let the sentence carry the point....; however, ...) over “PPT narration” signposting.Bad (template narration + vague claims + cite dump):
This subsection surveys how agents use memory. Taken together, these approaches improve performance across tasks [@example2023; @example2024; @example2025].
Why it is bad:
Good (tension -> contrast -> eval anchor -> limitation; citations embedded):
Plan (kept out of final prose):
1) Tension: Memory increases capability but makes evaluation and reproducibility harder.
2) Contrast: Retrieval-style memory [@example2023] differs from write-heavy episodic memory [@example2024] in what gets stored and when it can be trusted.
3) Eval anchor: Results are typically reported on agent benchmarks with success-rate style metrics under tool/budget constraints (state the specific benchmark/metric when available).
4) Limitation: Comparisons remain fragile when protocols differ or when memory writes are not logged, so some gains may not transfer.
Paragraph (final prose):
A recurring tension in agent memory is that richer state can expand what the system can do, yet it also complicates evaluation and reproducibility. Retrieval-style designs emphasize selecting and grounding a small working set of relevant context [@example2023], whereas write-heavy episodic approaches accumulate longer-term traces that can change the agent behavior across episodes [@example2024]. These choices often surface in benchmarked evaluations as different failure patterns under fixed tool and budget constraints (e.g., higher success at the cost of more brittle behavior when memory writes are noisy). At the same time, cross-paper comparisons remain limited when protocols are not aligned or when memory writes are not transparently logged, making it unclear which gains reflect memory design versus evaluation artifacts.
... / … / TODO / scaffold phrases.whereas, however, in contrast, 相比, 不同于, 相较.benchmark, dataset, metric, protocol, evaluation, 评测, 基准, 数据集, 指标.limited, unclear, sensitive, may, 缺乏, 受限, 尚不明确, 需要核验.[@BibKey]) and subsection-scoped (in outline/evidence_bindings.jsonl).Symptom:
Causes:
Solutions:
Concrete comparisons / Failure/limitations in the evidence pack.Symptom:
Causes:
Solutions:
papers/paper_notes.jsonl (abstract/fulltext) and rerun evidence-draft.Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.
Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.
Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.
Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, executing computational experiments, performing literature searches, or generating publication-ready papers in LaTeX format. Supports end-to-end research pipelines with customizable agent orchestration.
Automated LLM-driven hypothesis generation and testing on tabular datasets. Use when you want to systematically explore hypotheses about patterns in empirical data (e.g., deception detection, content analysis). Combines literature insights with data-driven hypothesis testing. For manual hypothesis formulation use hypothesis-generation; for creative ideation use scientific-brainstorming.
Take willoscar/grad-paragraph from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.