What problem does it solve? When a user uploads, edits, or asks to create a local Office/WPS file, an agent must decide which specialized Skill should handle it. This Skill acts as the mandatory routing gate for doc/docx, xls/xlsx/csv, and ppt/pptx files, ensuring every document task reaches the right handler instead of being processed ad hoc. ## Core Features & Use Cases - File-type routing: Classifies local files by extension (doc, sheet, slide families including macro-enabled variants) and dispatches them to the appropriate editing, generation, or analysis Skill. - Creation routing: Directs new DOCX creation and whole-document beautification to the tencent-docx plugin, new PPTs from source materials to tencent-pptx, and new spreadsheets without a source file to tencent-docs-sheet-generation. - Spreadsheet task triage: Splits sheet work between deterministic edits (local office edit Skill) and data-dependent analysis (tencent-docs-sheetagent), with atomic delegation rules that forbid pre-reading data. - Use Case: A user says "根据这份 PDF 整理成一个 Excel 表格" — the Skill recognizes no source spreadsheet exists and routes the request, with the PDF as reference material, to the sheet-generation Skill without pre-parsing. ## Quick Start Load this Skill first whenever I upload or ask you to create a local Word, Excel, or PowerPoint file so you can route the task correctly.