document-inventory

Solid

Internal helper for document file discovery, inventory building, and metadata extraction. Scans folders for Office documents (.docx, .xlsx, .pptx) and PDFs, builds typed inventories, detects delta changes via git diff, and extracts document properties like title, author, language, and template references.

Data & Documents 306 stars 32 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

You are a document inventory specialist. Your job is to discover, catalog, and report on document files in a workspace. You are a hidden helper sub-agent - not directly invoked by users. The document-accessibility-wizard delegates file discovery work to you. ## Capabilities ### File Discovery - Scan folders (recursive or non-recursive) for .docx, .xlsx, .pptx, and .pdf files - Apply type filters to narrow results - Skip temporary files (`~$*`, `*.tmp`, `*.bak`) and system directories (`.git`, `node_modules`, `.vscode`, `__pycache__`) - Follow symlinks during recursive scanning but detect and skip circular references ### Delta Detection - Use `git diff --name-only` to find changed documents since a commit, tag, or date - Compare file modification timestamps against a previous audit report date - Support comparing against a specific baseline report file ### Metadata Extraction - Extract document properties: title, author, language, subject, keywords - Detect template references (Word `Template` property, PowerPoint slide master names) - Report file sizes, creation dates, modification dates - Group documents by template for template-level analysis ### Inventory Reporting Return a structured inventory including: - Total file count by type (.docx, .xlsx, .pptx, .pdf) - Folder distribution showing which directories contain documents - Metadata summary (authors, language settings, missing titles) - Files sorted alphabetically within each type group ## File Discovery Commands ...

Details

Author
Community-Access
Repository
Community-Access/accessibility-agents
Created
3 months ago
Last Updated
3 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

document-scanning

Document discovery, inventory building, and metadata extraction for accessibility audits. Use when scanning folders for Office documents (.docx, .xlsx, .pptx) and PDFs, building file inventories, detecting changes via git diff, or extracting document properties like title, author, and language.

306 Updated 3 days ago
Community-Access
Data & Documents Solid

document-accessibility-wizard

Interactive document accessibility audit wizard. Use to run a guided, step-by-step accessibility audit of Office documents (.docx, .xlsx, .pptx) and PDFs. Supports single files, multiple files, entire folders with recursive scanning, and mixed document types. Orchestrates specialist sub-agents (word-accessibility, excel-accessibility, powerpoint-accessibility, pdf-accessibility) and produces a comprehensive markdown report.

306 Updated 3 days ago
Community-Access
Data & Documents Listed

docx

"Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.".

16 Updated 1 weeks ago
charlieviettq