paper-style-toolkit

Convert academic PDF papers into cleaned Markdown and extract stylistic patterns.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yjang-git/HoneyPot --skill paper-style-toolkit-yjang-git
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: paper-style-toolkit
Source: https://github.com/yjang-git/HoneyPot/tree/main/plugins/paper-style-generator/skills/paper-style-toolkit
Command: npx skills add https://github.com/yjang-git/HoneyPot --skill paper-style-toolkit-yjang-git

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mineru, jinja2, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Provides a reproducible toolchain to convert PDF research papers into cleaned Markdown, post-process formatting artifacts, and extract writing-style patterns so researchers and authors can generate style-driven templates and reports without manual cleanup.

Core Features & Use Cases

  • PDF → Markdown Conversion: MinerU-backed batch conversion with image extraction and output report generation.
  • Markdown Post-processing: Section header normalization, equation and table cleaning, figure caption extraction, and artifact removal to produce analysis-ready Markdown.
  • Style Extraction & Reporting: Corpus-level voice/tense analysis, high-frequency academic verbs, transition phrase detection, citation-style detection, and confidence reports.
  • Template Verification: Jinja2 template syntax checking for generated templates and hybrid artifacts.
  • Use Case: Convert a folder of conference papers to processed Markdown, run style_extractor to generate style_analysis.json, and validate template artifacts for downstream skill generation.

Quick Start

Run the toolkit to convert a folder of PDF papers to processed Markdown and produce a consolidated style_analysis.json using the provided scripts.

Frequently Asked Questions about paper-style-toolkit

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

FAQPage Schema
How do I convert academic PDF papers to Markdown for text analysis?▼

You can convert academic PDF papers to cleaned Markdown using MinerU-backed batch conversion that extracts images and generates output reports. This process normalizes section headers, cleans equations and tables, and removes artifacts to produce analysis-ready Markdown files.

How does academic writing style extraction from research papers work?▼

Academic writing style extraction analyzes processed Markdown to aggregate corpus-level patterns including voice, tense, high-frequency academic verbs, transition phrases, and citation styles. It outputs structured JSON analysis with confidence reports detailing detected stylistic patterns across multiple research articles.

Can I batch convert a folder of conference papers to processed Markdown?▼

Yes, you can batch convert a folder of conference PDF papers to processed Markdown using MinerU-backed conversion with glob fallbacks. The toolkit supports relative-path script execution to handle multiple files and extract figures, tables, and captions automatically.

Does Jinja2 template validation check syntax in generated style templates?▼

Yes, Jinja2 template validation checks syntax for generated templates and hybrid artifacts extracted from academic papers. This verification ensures template structures are syntactically correct before downstream use in style-driven document generation.

What are the limitations of MinerU for PDF to Markdown conversion?▼

MinerU-based PDF conversion requires proper environment setup and may need post-processing for formatting artifacts like irregular section headers or uncleaned equations. Complex table structures and figure captions often require additional normalization to produce analysis-ready Markdown output.