document-creation

Create, read, and edit Word, PDF, PPTX, and Excel documents.

12|41|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/pingwu/solo-unicorn --skill document-creation-pingwu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-creation
Source: https://github.com/pingwu/solo-unicorn/tree/main/skills/document-creation
Command: npx skills add https://github.com/pingwu/solo-unicorn --skill document-creation-pingwu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documents are fundamental deliverables across teams, yet creating, reading, and editing multiple formats (Word, PDF, PowerPoint, Excel) is repetitive, error-prone, and time-consuming.

Core Features & Use Cases

  • Document generation across formats: Create docx, pdf, pptx, and xlsx from templates or data sources.
  • Reading and editing with tracked changes: Open existing documents and apply reviews with tracked changes.
  • Use Case: Draft a project report, generate a shareable PDF, and assemble a slide deck with notes for stakeholders.

Quick Start

Create a professional project brief in Word, generate a PDF for distribution, and prepare a PowerPoint deck with talking points.

Frequently Asked Questions about document-creation

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

FAQPage Schema
How do I automate document generation across Word, PDF, PPTX, and Excel?

Automating document generation across Word, PDF, PPTX, and Excel involves utilizing document-processing libraries to create, parse, and modify files directly from templates or data sources. This streamlines drafting reports, presentations, and spreadsheets into a unified workflow.

Can I edit existing Word documents with tracked changes for team collaboration?

Yes, you can edit existing Word documents with tracked changes for team collaboration. The process reads the original document, applies reviews, and tracks modifications natively within the file, maintaining a clear record of team workflow adjustments.

What's the best way to generate a shareable PDF from a project report?

The best way to generate a shareable PDF from a project report is using document-processing libraries that parse the source content and compile it into a fixed-layout PDF file. This ensures consistent formatting across stakeholders without requiring editable access.

Do I need specific document-processing libraries to create and modify xlsx and pptx files?

Yes, you need document-processing libraries to create and modify xlsx and pptx files. These libraries provide the programmatic interface required to generate spreadsheets and presentations, populate them with data, and apply structural modifications.

Does this approach support compiling spreadsheets from external data sources?

Yes, this approach supports compiling spreadsheets from external data sources. The document generation process ingests external data and automatically populates xlsx files, structuring the information accurately to eliminate manual data entry errors.

When should I not use automated document generation for team workflows?

You should not use automated document generation for team workflows when documents require highly custom, non-repetitive design layouts or complex conditional logic that exceeds standard template structures, as this can cause parsing errors and formatting inconsistencies.