paper-qna

Generate self-contained Q&A HTML documentation for academic papers with SVG diagrams and Stable Diffusion images.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/limkunwoo/PaperTranslation --skill paper-qna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-qna
Source: https://github.com/limkunwoo/PaperTranslation/tree/main/.opencode/skills/paper-qna
Command: npx skills add https://github.com/limkunwoo/PaperTranslation --skill paper-qna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

학술 논문의 Q&A 문서를 작성하고, SVG 다이어그램 및 Stable Diffusion 이미지를 포함한 자체 완결형 HTML로 빌드하는 자동화된 워크플로우를 제공합니다.

Core Features & Use Cases

  • 자동 Q&A 본문 작성: Markdown으로 Q&A를 구성하고, 질문/답변 섹션으로 체계화합니다.
  • 시각 자료 통합: SVG 다이어그램과 SD 이미지를 하나의 자체 완결형 HTML에 포함합니다.
  • 배포형 출력: MathJax 기반 수식 렌더링과 오프라인 실행 가능한 HTML을 생성합니다.

Quick Start

Markdown으로 논문 QnA를 작성한 후, 빌드 스크립트를 실행하여 SVG 다이어그램 및 Stable Diffusion 이미지를 포함한 자체 완결형 HTML을 생성합니다.

Frequently Asked Questions about paper-qna

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a self-contained HTML document for academic paper Q&A?

To generate a self-contained HTML document for academic paper Q&A, you write Markdown content structured into questions and answers, then run a build script that bundles SVG diagrams and Stable Diffusion images into a single standalone offline HTML file.

Can I include SVG diagrams and Stable Diffusion images in a Markdown to HTML build?

You can include SVG diagrams and Stable Diffusion images in a Markdown to HTML build by using an automated Q&A workflow that integrates visual assets directly into the final self-contained HTML output.

Does the paper Q&A HTML build support offline viewing and MathJax rendering?

The paper Q&A HTML build supports offline viewing and MathJax rendering by utilizing offline vendor assets to produce a standalone HTML file that correctly displays mathematical formulas without an internet connection.

What is the best way to create distributable paper summaries with interactive visuals?

The best way to create distributable paper summaries with interactive visuals is to use an automated workflow that converts Markdown Q&A into a self-contained HTML file featuring embedded SVG diagrams and generated imagery.

Do I need a specific frontmatter format to build academic paper Q&A documentation?

You need a YAML frontmatter in your SKILL.md file defining the name and description to successfully build academic paper Q&A documentation using the project's build tool.

Why use an automated Markdown workflow for academic paper Q&A instead of manual HTML?

Using an automated Markdown workflow for academic paper Q&A instead of manual HTML ensures systematic content organization, seamless integration of SVG diagrams and Stable Diffusion images, and consistent offline HTML distribution.