ljg-paper-flow
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseljg-paper-flow: 论文流
ljg-paper-flow: Paper Workflow
一条命令完成:读论文 → 生成解读 → 铸成卡片。支持多篇并行。
Complete the entire process with one command: Read papers → Generate analysis → Create reading cards. Supports parallel processing of multiple papers.
参数
Parameters
| 参数 | 说明 |
|---|---|
| 无参数 | 对话中已提供的论文链接/文件 |
| 卡片模具改用多卡模式(默认 |
| 卡片模具改用信息图模式 |
| Parameter | Description |
|---|---|
| No parameter | Use paper links/files already provided in the conversation |
| Switch to multi-card template mode (default is |
| Switch to infographic template mode |
执行
Execution
1. 收集论文列表
1. Collect Paper List
从用户消息中提取所有论文来源(arxiv URL、PDF 路径、论文名称等)。
Extract all paper sources from the user's message (arXiv URLs, PDF paths, paper titles, etc.).
2. 并行处理每篇论文
2. Process Each Paper in Parallel
对每篇论文,启动一个 Agent subagent,每个 subagent 按顺序执行两步:
步骤 A — 读论文(ljg-paper):
调用 Skill tool 执行 ,传入该论文的来源。等待完成,获得生成的 org 文件路径。
ljg-paper步骤 B — 铸卡片(ljg-card):
读取步骤 A 生成的 org 文件,调用 Skill tool 执行 (默认 ,或按用户指定的模具参数),以 org 文件内容为输入。等待完成,获得 PNG 文件路径。
ljg-card-lFor each paper, start an Agent subagent, and each subagent executes the following two steps in sequence:
Step A — Read Paper (ljg-paper):
Call the Skill tool to execute , passing in the source of the paper. Wait for completion and obtain the path of the generated org file.
ljg-paperStep B — Create Reading Card (ljg-card):
Read the org file generated in Step A, call the Skill tool to execute (default , or use the template parameter specified by the user), with the content of the org file as input. Wait for completion and obtain the path of the PNG file.
ljg-card-l3. 汇总报告
3. Summary Report
所有论文处理完成后,汇总输出:
════ 论文流完成 ═══════════════════════
📄 {论文标题1}
📝 解读: {org 文件路径}
🖼️ 卡片: {PNG 文件路径}
📄 {论文标题2}
📝 解读: {org 文件路径}
🖼️ 卡片: {PNG 文件路径}
...After all papers are processed, output the summary as follows:
════ Paper Workflow Completed ═══════════════════════
📄 {Paper Title 1}
📝 Analysis: {org file path}
🖼️ Reading Card: {PNG file path}
📄 {Paper Title 2}
📝 Analysis: {org file path}
🖼️ Reading Card: {PNG file path}
...关键约束
Key Constraints
- 每篇论文的两步必须串行(先 paper 后 card),但多篇论文之间并行
- ljg-paper 和 ljg-card 各自的质量标准、红线、品味准则不变
- 卡片内容来自生成的 org 文件,不是原始论文
- The two steps for each paper must be executed serially (run ljg-paper first, then ljg-card), but multiple papers can be processed in parallel
- The quality standards, red lines, and taste guidelines for ljg-paper and ljg-card remain unchanged
- The content of the reading card comes from the generated org file, not the original paper