一键导入
abstract-writing
Use when the user wants to draft or revise a paper, conference, or journal abstract for a specific audience, structure, or word limit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user wants to draft or revise a paper, conference, or journal abstract for a specific audience, structure, or word limit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user wants to monitor arXiv for new papers by topic or author and produce a ranked digest of relevant preprints.
Use when the user wants to identify open research gaps, unresolved questions, or methodological blind spots across a literature corpus.
Use when the user wants to query Semantic Scholar for paper metadata, citations, references, author profiles, or semantic literature search results.
Use when the user wants to generate citation-aware manuscript sections or full research drafts grounded in the team's literature base.
Use when the user wants to draft concise conference rebuttals under response-period constraints and prioritize which reviewer concerns to address.
Use when the user wants to draft structured responses to peer review comments, supported by evidence and relevant literature.
| name | abstract-writing |
| description | Use when the user wants to draft or revise a paper, conference, or journal abstract for a specific audience, structure, or word limit. |
Drafts structured, venue-appropriate abstracts for papers, conference submissions, and journals. Generates multiple variants calibrated to different audiences, word limits, and structural conventions.
abstract_writing.from_bullets(
title="Self-supervised protein language models for low-data fitness prediction",
key_points=[
"Problem: fitness prediction is data-scarce",
"Method: contrastive pretraining on UniRef90",
"Result: 15% improvement over fine-tuned ESM-2 on low-data benchmarks",
"Significance: enables fitness prediction for orphan proteins"
],
target_venue="Nature Methods",
max_words=250
)
abstract_writing.improve(
draft_abstract="[paste current abstract]",
issues=["too vague on results", "no clear contribution statement"],
max_words=200
)
abstract_writing.lay_summary(
technical_abstract="[paste abstract]",
audience="science journalist",
max_words=150
)
Returns abstract text ready to paste. Multiple variants returned as a numbered list when requested. Lay summaries avoid jargon and explain all technical terms.
language_reviewer for expression-level diagnosis before rewritingpaper_editor when revising the abstract after claims have already been narroweddraft-generation — abstract should be written last, after the paper draft is complete