Media & Accessibility Custom Skills · Curated

PDF Accessibility Checker

Checks PDFs uploaded to the media library for accessible tagging, reading order, and text layers.

What it does

Opens each PDF in the media library and checks for a real, searchable text layer versus a scanned image with no OCR, correct heading and tag structure, a logical reading order, and alt text on any embedded images. Produces a per-file pass/fail report so the user knows which PDFs need to be re-exported or remediated rather than just replaced with an unhelpful warning.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/pdf-accessibility-checker/ (or ~/.claude/skills/pdf-accessibility-checker/ for all projects)

GitHub Copilot (VS Code)

.github/skills/pdf-accessibility-checker/

OpenAI Codex

.codex/skills/pdf-accessibility-checker/

Cursor

.cursor/skills/pdf-accessibility-checker/ (or ~/.cursor/skills/pdf-accessibility-checker/ globally)

Compatibility

Requires the agent to open and parse actual PDF file contents and structure, not just filename or upload metadata.