Office Docs
Overview
This library contains 5 production-ready skills for automating Microsoft Office and PDF document workflows. Each skill covers a specific document type with patterns for generation, manipulation, and template-based automation. Skills follow the Anthropic Skills format with practical examples from real-world document processing pipelines.
Quick Start
# Browse available skills
ls skills/office-docs/
# Read a skill
cat skills/office-docs/python-docx/SKILL.md
# Skills are documentation - implement patterns in your document workflows
Version History
- 1.0.0 (2026-01-17): Initial release with 5 office document skills
These skills represent patterns refined across document automation systems generating thousands of documents daily in production environments.
Sub-Skills
- 1. Template Versioning (+3)
Sub-Skills
- Available Skills
- Document Creation (+3)
- Choose python-docx when: (+4)
- Python-docx Report Generation (+4)
- Document Generation Pipeline (+2)
- Error Handling (+2)
- Integration with Workspace-Hub
- Testing Document Generation
- Related Resources