appautomaton/document-skills▌
4 approved skills in this repository
xlsx
Documents
Unless otherwise stated by the user or existing template
pptx
Productivity
A user may ask you to create, edit, or analyze the contents of a .pptx file. A .pptx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.
docx
Documents
Create, edit, and analyze Word documents with tracked changes, comments, and formatting preservation. \n \n Three distinct workflows: text extraction via pandoc, document creation using docx-js, and editing existing files via the Python Document library with OOXML manipulation \n Redlining workflow for comprehensive tracked changes with batching strategy, minimal precise edits, and systematic change implementation across document sections \n Raw XML access for comments, complex formatting, embed
Documents
This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see reference.md. If you need to fill out a PDF form, read forms.md and follow its instructions.