paper-craft-skills

作者 zsyggg已验证

Claude Code skills for academic papers: deep analysis, comics, summaries | 论文工艺:深度解读、漫画生成、速览总结

1,062
Stars
68
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/zsyggg/paper-craft-skills

快速入门

使用 paper-craft-skills 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

paper-craft-skills

English | 中文

Turn academic papers into polished method figures, visual slide decks, and in-depth articles — zero config, one command.

Transformer architecture — generated from Attention Is All You Need

From arxiv link to publication-ready visuals, AIGC slide decks, and deep-dive articles.
Drop a paper, pick a style, get output that looks like a human expert made it.


How to install

Copy this into Codex or Claude Code:

Please install zsyggg/paper-craft-skills for me.
GitHub: https://github.com/zsyggg/paper-craft-skills

That's it. The agent handles clone, symlink, and registration. No API keys. No accounts. If you prefer a terminal:

npx skills add zsyggg/paper-craft-skills

Works with: Codex · Claude Code · Cursor · Windsurf


What's inside

🎨 paper-comic

Paper → Method Figures


Transformer architecture — generated from Attention Is All You Need


Reads your paper → proposes what to draw → you confirm → generates.

StyleVibe
paper-figurePublication-grade diagrams
sketchnoteBright, warm hand-drawn study notes

📄 paper-analyzer

Paper → Deep Articles


Paper → polished HTML article with formulas, code cross-reference, and choice of style


Reads the full paper → searches GitHub for code → writes in your chosen style.

Feature
🌐 OutputHTML — share anywhere, read on mobile
📐 FormulasKaTeX rendering
📊 DiagramsMermaid architecture charts
⚡ SetupZero config — no API keys

🖼️ paper-deck

Paper → Visual Slide Deck


Paper/article → analysis → outline → visual prompts → PPTX/PDF


Reads your paper → plans the deck → generates slide images → exports PPTX/PDF.

Output
🎞️ Slides16:9 visual pages
📦 Export.pptx + .pdf
🛠️ EditsRegenerate any page

paper-deck — Visual slide decks that don't look like templates

paper-deck turns a paper, article, or technical note into a designed slide deck. It first builds a deck brief and slide-by-slide outline, then writes reproducible visual prompts, generates polished 16:9 slide images, and merges them into .pptx and .pdf.

It is built for iteration: every page has its own prompt, so you can ask for precise changes like “make slide 5 more journal-like”, “replace slide 8 with a real benchmark chart”, or “keep the layout but switch the cover to liquid glass”.


Four compact style presets for the same paper topic

StyleBest for
journal-minimalNature/IEEE-inspired academic decks and thesis defenses
business-researchStrategy memos, industry research, investor/client briefings
warm-notesStudy-note explanations, teaching, approachable paper walkthroughs
liquid-glassApple-inspired visual chapters, covers, and high-impact section pages

It also supports real source visuals. When a PDF contains strong figures, tables, plots, or screenshots, the skill plans which slides should use them, where they should be cropped, and how they should be framed. Real visuals can be mounted into clean academic panels, evidence blocks, or glass-style layouts instead of being hallucinated from scratch.

/paper-deck https://arxiv.org/abs/1706.03762
/paper-deck /path/to/paper.pdf --style journal-minimal --slides 12
/paper-deck notes.md --style liquid-glass

paper-comic — How it works

/paper-comic https://arxiv.org/abs/1706.03762

Reads the paper, then recommends:

  I suggest 6 figures:
  1. Cover: one-line contribution + visual anchor
  2. Transformer architecture overview
  3. Self-attention mechanism
  4. Multi-head attention detail
  5. Encoder / Decoder Block
  6. Key results

  Or generate only 1 overview figure, or expand to 8 detailed mechanism figures.
  Language? [Chinese / English]  Style? [sketchnote / paper-figure]  Scope and count?

Example outputs


paper-figure — clean, publication-grade


sketchnote — bright, warm, approachable

Full walkthrough: examples/paper-illustrated/attention-is-all-you-need


paper-analyzer — Deep articles that read like a human expert wrote them

Not a paper translator — a re-interpreter. It reads the full paper, searches GitHub for open-source implementations, cross-references code with the paper, and writes in your chosen style.

Three writing styles

StyleReads likeUse it for
storytellingA viral blog post — hooks, analogies, golden takeawayWeChat, Twitter, blogs
academicA peer-reviewed deep dive — KaTeX formulas, comparison tablesLab meetings, lit reviews
conciseA cheat sheet — Mermaid diagram + key data tableQuick understanding

Features


Formula Explanation
Extracted paper formulas with symbol-by-symbol breakdown

Code Analysis
Aligns paper concepts with the GitHub source code
/paper-analyzer https://arxiv.org/abs/1706.03762     # arxiv link
/paper-analyzer /path/to/paper.pdf                     # local PDF
/paper-analyzer                                         # then paste text

License

MIT


Star History

Star History Chart

常见问题

What is paper-craft-skills?

paper-craft-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by zsyggg. Claude Code skills for academic papers: deep analysis, comics, summaries | 论文工艺:深度解读、漫画生成、速览总结. It has 1,062 GitHub stars.

Is paper-craft-skills safe to use?

Yes. paper-craft-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install paper-craft-skills?

Clone the repository with "git clone https://github.com/zsyggg/paper-craft-skills" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is paper-craft-skills written in?

paper-craft-skills is primarily written in Python. It is open-source under zsyggg on GitHub, so you can review or fork the full source.

Are there alternatives to paper-craft-skills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh paper-craft-skills against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情