add-paper-session

Convert a research PDF into a publish-ready article set with Mermaid diagrams.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/shuheikomatsuki/lab-seminar-skills --skill add-paper-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-paper-session
Source: https://github.com/shuheikomatsuki/lab-seminar-skills/tree/main/add-paper-session
Command: npx skills add https://github.com/shuheikomatsuki/lab-seminar-skills --skill add-paper-session

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Automates the end-to-end creation of a new paper introduction session by converting a research paper PDF into a ready-to-publish article set, including a summary article, Mermaid diagrams, and updated site navigation.

Core Features & Use Cases

  • Paper-to-session pipeline: extracts abstract, background, method, experiments, and conclusions; generates a self-contained index article and navigation entries.
  • Artifacts generation: creates diagrams/architecture.mmd, image slots, and an image prompts file for manual image generation.
  • Scope & automation: updates mkdocs.yml and docs/index.md to reflect the new session and supports building a navigable seminar site.

Quick Start

Run the skill with a PDF path and optional slug to generate a new paper-session article and update the site's navigation and build artifacts.

Frequently Asked Questions about add-paper-session

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

FAQPage Schema
How do I automate creating a seminar article from a research paper PDF?

To automate creating a seminar article from a research paper PDF, this skill extracts abstract, background, method, experiments, and conclusions, generating a self-contained index article plus Mermaid diagrams and updating site navigation.

Can I automatically generate Mermaid diagrams from a PDF document?

Yes, you can automatically generate Mermaid diagrams from a PDF document during the article creation pipeline, producing an architecture diagram file and image prompts to visualize the paper's core concepts.

Does this paper-to-article pipeline update mkdocs.yml navigation automatically?

Yes, the paper-to-article pipeline updates mkdocs.yml and docs/index.md automatically, ensuring the newly generated session integrates seamlessly into your navigable seminar site build.

How do I extract abstract and method sections from a PDF for a seminar session?

You extract abstract and method sections from a PDF for a seminar session by running this skill, which parses the document and structures the extracted content into a publish-ready article set.

What inputs do I need to generate a paper-session article set?

To generate a paper-session article set, you need to provide a research PDF path and an optional slug, alongside predictable seminar configuration inputs to ensure a successful site build.

What is the best way to convert research papers into a navigable seminar site?

The best way to convert research papers into a navigable seminar site is using an end-to-end automation skill that extracts content, generates Mermaid diagrams, and updates mkdocs.yml navigation automatically.