Skip to content

feat(assistant): add Word/PPT/Excel Creator assistants powered by officecli#1815

Merged
goworm merged 2 commits intomainfrom
feat/officecli-assistants
Mar 28, 2026
Merged

feat(assistant): add Word/PPT/Excel Creator assistants powered by officecli#1815
goworm merged 2 commits intomainfrom
feat/officecli-assistants

Conversation

@IceyLiu
Copy link
Copy Markdown
Collaborator

@IceyLiu IceyLiu commented Mar 27, 2026

Summary

  • Add 3 new preset assistants: Word Creator (📝), PPT Creator (📊), Excel Creator (📈), each with bilingual rule files (en-US / zh-CN)
  • Add officecli-based skills (officecli-docx, officecli-pptx, officecli-xlsx) with auto-install check, SKILL.md, creating.md, editing.md
  • Update Cowork assistant to use new officecli skills instead of old Python-based ones
  • Deprecate old Python/OOXML skills (docx, pptx, xlsx) → moved to _deprecated-*
  • Deprecate pptx-generator and pdf-to-ppt assistants (replaced by ppt-creator)

Changes

Area What changed
assistantPresets.ts 3 new presets at top, cowork updated, 2 old presets commented out
assistant/word-creator/ New: rule files for Word document creation
assistant/ppt-creator/ New: rule files for PPT presentation creation
assistant/excel-creator/ New: rule files for Excel spreadsheet creation
skills/officecli-docx/ New: officecli DOCX skill (SKILL.md + creating.md + editing.md)
skills/officecli-pptx/ New: officecli PPTX skill (SKILL.md + creating.md + editing.md)
skills/officecli-xlsx/ New: officecli XLSX skill (SKILL.md + creating.md + editing.md)
skills/docx,pptx,xlsx/ Moved to _deprecated-* (old Python/OOXML approach)

Test plan

  • Restart AionUi, verify 3 new assistants appear in assistant list
  • Verify 3 new skills appear in Skills Hub (技能中心)
  • Test Word Creator: create a document, verify officecli-docx skill is active
  • Test PPT Creator: create a presentation, verify officecli-pptx skill is active
  • Test Excel Creator: create a spreadsheet, verify officecli-xlsx skill is active
  • Verify Cowork assistant still works with updated officecli skills
  • Verify old deprecated skills no longer appear in Skills Hub

🤖 Generated with Claude Code

…icecli

- Add 3 new assistants: Word Creator, PPT Creator, Excel Creator
  with bilingual rule files (en-US, zh-CN)
- Add officecli-based skills (officecli-docx, officecli-pptx, officecli-xlsx)
  with SKILL.md, creating.md, editing.md for each format
- Update Cowork assistant to use new officecli skills
- Deprecate old Python-based skills (docx, pptx, xlsx) → _deprecated-*
- Deprecate pptx-generator and pdf-to-ppt assistants (replaced by ppt-creator)

Co-Authored-By: Claude Opus 4.6 <[email protected]>
goworm
goworm previously approved these changes Mar 27, 2026
@goworm goworm enabled auto-merge March 27, 2026 18:49
@goworm goworm merged commit 79b5073 into main Mar 28, 2026
9 of 17 checks passed
@goworm goworm deleted the feat/officecli-assistants branch March 28, 2026 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants