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
Sourcelijigang/ljg-skills
Added on
NPX Install
npx skill4agent add lijigang/ljg-skills ljg-paper-flowTags
Translated version includes tags in frontmatterSKILL.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
| 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. 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 , 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. 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