Add Univer CLI builder integration skill - #102
Draft
hexf00 wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The public
univer-cliSkill is the discovery entry for operating.univercontent. Builders also need a separate entry for understanding and integrating Univer CLI, Runtime Skills, daemon/Gateway, Univerfile Links, and Cowork. This Skill explains what the components provide, where to obtain them, how to connect them, who owns each responsibility, and how to complete a real delivery without prescribing an application type.Correctness
integrate-univer-cliSkill while preserving the existinguniver-clicontent-operation entry as a separate responsibility.dream-num/harness-skills@3c8156b58da7df0bba23db434ac733e35c8d5013.univer openremains an external-open handoff and is not embedded through an iframe as a UI substitute.Long-term correctness
.d.tsdeclarations, and peer dependencies as authority.Try the Builder Skill
The temporary
builderpreview branch is kept aligned with this PR. From the application repository where the agent should work, install the Skill with:For a non-interactive project-local Codex installation:
Start a fresh agent session in the same repository and provide the actual user outcome in place of the placeholder:
During review, check that the agent:
univer openas an external-open handoff; andValidation
npm run validate: passed. The single repository gate now checks 2 official Skills, README links, and 14 contract Markdown files.quick_validate.py: passed.git diff --check: passed.skillsinstaller smoke: discovered and installed bothuniver-cliandintegrate-univer-cli; the temporary installation copy and lockfile were removed afterward.skills@1.5.19discovered exactly one Skill fromtree/builder/skills/integrate-univer-cli, installed it project-locally for Codex, and produced files identical to this PR.This PR remains a draft for public English content review.