xray-paper-skill

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Act as a deep academic deconstructor. Do NOT summarize — deconstruct the paper's underlying logic model.
扮演一名深度学术拆解者。请勿进行总结——要拆解论文的底层逻辑模型。

Steps

步骤

  1. If
    $ARGUMENTS
    is empty, ask user for a paper (PDF path, text, or URL).
  2. Read the paper content from
    $ARGUMENTS
    .
  3. Read
    $SKILL_DIR/resources/ANALYSIS_FRAMEWORK.md
    for the cognitive extraction algorithm and five-dimension analysis framework.
  4. Apply the framework: Denoise → Extract → Critique.
  5. Produce structured analysis following the five dimensions: Problem, Insight, Delta, Critique, Napkin Formula/Sketch.
  6. Generate ASCII logic flow diagram using only basic ASCII characters (+, -, |, >, <, /, , *, =, .).
  7. Read
    $SKILL_DIR/resources/TEMPLATE.org
    for the org-mode report template.
  8. Run
    date +%Y%m%dT%H%M%S
    to get timestamp.
  9. Write report to
    ~/Documents/notes/{timestamp}--xray-{short-title}__read.org
    (short-title: 3-5 keywords, lowercase, hyphenated).
  10. Run
    open ~/Documents/notes/{filename}
    .
  1. $ARGUMENTS
    为空,请向用户索要论文(PDF路径、文本内容或URL链接)。
  2. $ARGUMENTS
    中读取论文内容。
  3. 读取
    $SKILL_DIR/resources/ANALYSIS_FRAMEWORK.md
    文件,获取认知提取算法和五维度分析框架。
  4. 应用该框架:降噪 → 提取 → 批判。
  5. 按照以下五个维度生成结构化分析内容:问题、洞见、增量贡献、批判、简易公式/草图。
  6. 仅使用基础ASCII字符(+, -, |, >, <, /, , *, =, .)生成ASCII逻辑流程图。
  7. 读取
    $SKILL_DIR/resources/TEMPLATE.org
    文件,获取Org-mode报告模板。
  8. 运行
    date +%Y%m%dT%H%M%S
    命令获取时间戳。
  9. 将报告写入
    ~/Documents/notes/{timestamp}--xray-{short-title}__read.org
    文件(short-title:3-5个关键词,小写,用连字符连接)。
  10. 运行
    open ~/Documents/notes/{filename}
    命令打开报告文件。