ljg-paper-flow

Original🇨🇳 Chinese
Translated

Paper Workflow: Read papers and create reading cards in one go. Accepts one or more arXiv links, paper URLs, PDFs, or paper titles. For each paper, it runs ljg-paper (generates org-format analysis) followed by ljg-card -l (generates long-form reading card PNG). Trigger this workflow when the user says '论文流', 'paper flow', '读论文并做卡片', '论文卡片', or provides multiple papers and requires both analysis and reading cards.

9installs
Added on

NPX Install

npx skill4agent add lijigang/ljg-skills ljg-paper-flow

SKILL.md Content (Chinese)

View Translation Comparison →

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

ParameterDescription
No parameterUse paper links/files already provided in the conversation
-c
Switch to multi-card template mode (default is
-l
long image template)
-i
Switch to infographic template mode

Execution

1. Collect Paper List

Extract all paper sources from the user's message (arXiv URLs, PDF paths, paper titles, etc.).

2. Process Each Paper in Parallel

For 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
ljg-paper
, passing in the source of the paper. Wait for completion and obtain the path of the generated org file.
Step B — Create Reading Card (ljg-card):
Read the org file generated in Step A, call the Skill tool to execute
ljg-card
(default
-l
, 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.

3. Summary Report

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

  • 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