working-with-documents

Automate document workflows across DOCX, PDF, and PPTX editing and conversion.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/hafiznaveedchuhan-ctrl/hackaton2pages --skill working-with-documents-hafiznaveedchuhan-ctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: working-with-documents
Source: https://github.com/hafiznaveedchuhan-ctrl/hackaton2pages/tree/main/.claude/skills/working-with-documents
Command: npx skills add https://github.com/hafiznaveedchuhan-ctrl/hackaton2pages --skill working-with-documents-hafiznaveedchuhan-ctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill streamlines the end-to-end lifecycle of document creation, editing, conversion, and collaboration across Word, PDF, and PowerPoint, reducing manual effort and errors.

Core Features & Use Cases

  • Reading, creating, and editing DOCX, PDF, and PPTX documents with tracked changes.
  • Converting between formats (DOCX <-> PDF <-> PPTX) and extracting content for workflows.
  • Real-world scenario: quickly assemble a report by importing data, applying edits, and exporting to multiple formats for review.

Quick Start

Open a document and apply edits across DOCX, PDF, and PPTX formats as needed.

Frequently Asked Questions about working-with-documents

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

FAQPage Schema
How do I automate document conversion between DOCX, PDF, and PPTX formats?

Automate DOCX, PDF, and PPTX document conversion by applying scripts that leverage libraries like pandoc to transform files between formats. This ensures format interoperability across business, legal, and education workflows without manual effort.

Can I edit PDF and DOCX files programmatically while tracking changes?

Edit PDF and DOCX files programmatically with tracked changes using python-docx and pdfplumber. This allows you to read, modify, and apply tracked revisions to documents automatically within automated workflows.

What is the best way to extract content from a PDF for a report workflow?

Extract content from a PDF for report workflows by utilizing pdfplumber to read and pull text and data. This enables seamless data import for assembling and exporting reports across multiple document formats.

Does this document management approach support generating legal and business documents?

This document management approach supports generating legal and business documents by automating creation and editing across DOCX, PDF, and PPTX. It applies scripts using python-docx and reportlab to produce formatted outputs.

How do I create a PPTX presentation from extracted document data?

Create a PPTX presentation from extracted document data by using scripts to import content and assemble slides. This automates the generation of PowerPoint files from data extracted via pdfplumber or other formats.

What libraries are used for DOCX and PDF document editing and conversion?

Libraries used for DOCX and PDF document editing and conversion include python-docx, pdfplumber, reportlab, and pandoc. These tools enable reading, creating, modifying, and transforming documents across formats.