office-workflows

Solid

Coordinate cross-format office workflows across CSV/TSV, XLSX, DOCX, and PPTX deliverables.

AI & Automation 109 stars 10 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

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

Skill Content

# Office Workflows Use this skill when the task spans multiple office formats or involves both analysis and polished deliverables. ## Fresh Outputs By Default - When the user asks for a new deliverable from a folder of source files, build it fresh from the primary inputs named by the task. - Do not inspect or reuse older generated artifacts in that folder such as dashboards, summary files, helper scripts, or prior reports unless the user explicitly asks to update them or use them as templates. ## Recommended Patterns - CSV/TSV -> XLSX: Run `node skills/xlsx/scripts/import_delimited.cjs input.csv output.xlsx --json`, validate the workbook, then polish the structure with the `xlsx` skill. - XLSX -> PPTX summary: Use `delegate` in `chain` mode. Step 1: inspect the workbook and extract the few metrics or charts that matter. Step 2: build the deck with the `pptx` skill. Step 3: check whether `soffice`/`libreoffice` and `pdftoppm` exist: `sh -lc 'command -v soffice >/dev/null 2>&1 || command -v libreoffice >/dev/null 2>&1'` `sh -lc 'command -v pdftoppm >/dev/null 2>&1'` Step 4: only if both checks succeed, run the PPTX render-and-review loop on thumbnails until there are no concrete slide-level issues left. Otherwise skip that QA path silently unless the user explicitly asked for QA, export, thumbnails, validation, or render verification. - XLSX -> DOCX memo: Analyze the workbook first, then draft the memo in Markdown and convert with `pandoc` or generate/edi...

Details

Author
HybridAIOne
Repository
HybridAIOne/hybridclaw
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category