ieee-paper

Generate IEEE-compliant .docx papers from structured JSON content.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/ThanabordeeN/gemini-productivity-skills --skill ieee-paper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ieee-paper
Source: https://github.com/ThanabordeeN/gemini-productivity-skills/tree/main/ieee-paper
Command: npx skills add https://github.com/ThanabordeeN/gemini-productivity-skills --skill ieee-paper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docx, and includes scripts (resource) components.

What problem does it solve?

Converts JSON-defined content into IEEE-compliant Word documents, automating the complex formatting required for academic submissions.

Core Features & Use Cases

  • Iterative editing with dedicated JSON templates to evolve papers
  • Automated IEEE two-column layout, typography, and citations
  • Use Case: generate or update a full IEEE manuscript from a single JSON source

Quick Start

Run node scripts/generate_paper.cjs templates/ieee_content.json to produce an IEEE-compliant document.

Frequently Asked Questions about ieee-paper

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

FAQPage Schema
How do I generate an IEEE-compliant Word document from JSON?

You generate an IEEE-compliant .docx document by running the Node.js generator script on a structured JSON file. The script applies the two-column layout and Times New Roman typography automatically.

What is the best way to automate academic paper formatting for IEEE submissions?

Automating academic paper formatting involves defining your manuscript content in a dedicated JSON template. A Node.js generator then iteratively edits and reproduces the complex IEEE two-column layout without manual formatting.

Do I need Node.js and the docx package to automate IEEE paper generation?

Yes, you need Node.js and the docx-js package installed to run the generator scripts. These dependencies are required to parse the JSON template and produce the final Word document.

Can I iteratively edit an IEEE manuscript without reformatting the entire document?

Yes, iterative editing is supported by updating the dedicated JSON content template. Running the generator script again instantly reproduces the manuscript with the updated content while maintaining strict IEEE formatting.

Does the docx package support two-column layouts and Times New Roman typography for academic writing?

Yes, the docx-js package supports generating documents with a two-column layout and Times New Roman typography. The generator scripts leverage these features to match IEEE academic submission standards.