← ClaudeAtlas

use-univer-clilisted

Use when handling any workbook or spreadsheet task with Univer CLI, including ordinary workbook operations, SaC source authoring, Facade Migration Packs, assertions.ts, or complex workbook behavior.
dream-num/skills · ★ 33 · AI & Automation · score 82
Install: claude install-skill dream-num/skills
# use-univer-cli Use this as the entry skill for all workbook and spreadsheet tasks. It is intentionally short: decide which Univer skill owns the work, then load that skill. ## Route First | Task shape | Load | | --- | --- | | Ordinary workbook-visible inspection, search, import, export, pipe, bounded edit, formula review, preview, comments, commit, pull, or sync | `univer-cli` | | SaC source authoring, Facade Migration Pack work, `assertions.ts`, `univer sac`, or complex workbook behavior development | `univer-plan`, then `univer-tdd` | | Existing or legacy workbook with no SaC source, where the user wants behavior converted into SaC source | `univer-cli` for readonly baseline probes, then `univer-plan` and `univer-tdd` | Ordinary workbook-visible work should not enter the SaC TDD workflow unless the user asks to author SaC source or durable workbook behavior. For ordinary workbook-visible tasks, load `univer-cli` and stay with workbook-visible verification. ## SaC TDD Route For SaC source authoring or complex workbook behavior: 1. Load `univer-plan` before editing migration source. 2. Write or update the workspace plan under `plans/`. 3. Load `univer-tdd` for assertion coverage, apply/verify, repair, and handoff gates. In short: load `univer-plan` to plan the workbook behavior, then load `univer-tdd` to implement and verify it. Do not skip `univer-plan` for complex SaC behavior. The plan is the place where range roles, pack boundaries, and assertion gates become