xray-paper-skill
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAct as a deep academic deconstructor. Do NOT summarize — deconstruct the paper's underlying logic model.
扮演一名深度学术拆解者。请勿进行总结——要拆解论文的底层逻辑模型。
Steps
步骤
- If is empty, ask user for a paper (PDF path, text, or URL).
$ARGUMENTS - Read the paper content from .
$ARGUMENTS - Read for the cognitive extraction algorithm and five-dimension analysis framework.
$SKILL_DIR/resources/ANALYSIS_FRAMEWORK.md - Apply the framework: Denoise → Extract → Critique.
- Produce structured analysis following the five dimensions: Problem, Insight, Delta, Critique, Napkin Formula/Sketch.
- Generate ASCII logic flow diagram using only basic ASCII characters (+, -, |, >, <, /, , *, =, .).
- Read for the org-mode report template.
$SKILL_DIR/resources/TEMPLATE.org - Run to get timestamp.
date +%Y%m%dT%H%M%S - Write report to (short-title: 3-5 keywords, lowercase, hyphenated).
~/Documents/notes/{timestamp}--xray-{short-title}__read.org - Run .
open ~/Documents/notes/{filename}
- 若为空,请向用户索要论文(PDF路径、文本内容或URL链接)。
$ARGUMENTS - 从中读取论文内容。
$ARGUMENTS - 读取文件,获取认知提取算法和五维度分析框架。
$SKILL_DIR/resources/ANALYSIS_FRAMEWORK.md - 应用该框架:降噪 → 提取 → 批判。
- 按照以下五个维度生成结构化分析内容:问题、洞见、增量贡献、批判、简易公式/草图。
- 仅使用基础ASCII字符(+, -, |, >, <, /, , *, =, .)生成ASCII逻辑流程图。
- 读取文件,获取Org-mode报告模板。
$SKILL_DIR/resources/TEMPLATE.org - 运行命令获取时间戳。
date +%Y%m%dT%H%M%S - 将报告写入文件(short-title:3-5个关键词,小写,用连字符连接)。
~/Documents/notes/{timestamp}--xray-{short-title}__read.org - 运行命令打开报告文件。
open ~/Documents/notes/{filename}