feat: add use-siyuan CLI skill - #2
Merged
Merged
Conversation
|
Review:
|
This was referenced Sep 15, 2026
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.

What
Adds a new first-party skill,
use-siyuan, documenting thesiyuankernel CLI (v3.8.3), plus a chore to make the local plugin manifest list all local skills.Why
The
siyuanCLI exposes the full SiYuan data model across 17 groups and ~90 leaf commands, but agents burn many--helpcalls discovering it and routinely hit the default-workspace trap.Contents
skills/use-siyuan/SKILL.md- workspace resolution, mental model, core workflows, output/safety rules, gotchasskills/use-siyuan/references/commands.md- full command catalog with signaturesskills/use-siyuan/README.md- house-style companionsetup-vstack/skills.json- registered asmine/vuon9/vstack.claude-plugin/plugin.json- addeduse-siyuanand the previously missingautomate-meKey facts encoded
$HOME/SiYuanand fail withdirectory not found; resolve withsiyuan workspace listand pass-w-w <path>registers the path in~/.config/siyuan/workspace.jsonas a side effect-f jsonfor parsing, global--dry-run, never hand-edit.syfilesTesting
RED then GREEN with a subagent on the same discovery task:
--helpcalls, hit thedirectory not foundwall, confused by a second registered workspaceMutations were verified on a throwaway workspace copy (document/block/attr/dailynote/export/sql), then removed.
setup-vstack/scripts/verify.pypasses and the full unittest suite is green (26 tests).