This is a reference card for fixing accessibility issues in Office documents programmatically. You get API snippets for python-docx, openpyxl, and python-pptx covering the common remediation tasks: setting document titles, adding alt text to images, fixing table headers, correcting heading levels, that sort of thing. There's also PowerShell COM automation for when you need to automate Office itself, plus a lookup table for the raw OOXML XML paths if you're going in with lxml. It's not a tutorial, just the specific method calls and element names you need when you're already waist deep in a batch processing script and can't remember whether it's core_properties.title or BuiltInDocumentProperties("Title").
npx skills add https://github.com/community-access/accessibility-agents --skill office-remediation