feat(skills): vendor kepano/obsidian-skills as installable vendor skills#180
feat(skills): vendor kepano/obsidian-skills as installable vendor skills#180jankneumann wants to merge 1 commit into
Conversation
Add the five Obsidian Agent Skills (obsidian-markdown, obsidian-bases, json-canvas, obsidian-cli, defuddle) from kepano/obsidian-skills to the vendor registry in fetch-vendor-skills.sh and pin them in vendor-manifest.json. install.sh auto-discovers the vendored skill dirs. https://claude.ai/code/session_01VjzNuF2nhSyuzR9DaGsXnk
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d4b12daeef
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| obsidian backlinks file="My Note" | ||
| ``` | ||
|
|
||
| Use `--copy` on any command to copy output to clipboard. Use `silent` to prevent files from opening. Use `total` on list commands to get a count. |
There was a problem hiding this comment.
Remove unsupported
silent flag guidance
The skill instructs agents to use a silent flag, but the Obsidian CLI command reference (help.obsidian.md/cli) does not define silent for file-creation commands (the documented create flags are open, overwrite, and newtab). Following this guidance will produce invalid commands in automation flows and fail note-creation steps instead of just suppressing UI behavior.
Useful? React with 👍 / 👎.
Add the five Obsidian Agent Skills (obsidian-markdown, obsidian-bases,
json-canvas, obsidian-cli, defuddle) from kepano/obsidian-skills to the
vendor registry in fetch-vendor-skills.sh and pin them in
vendor-manifest.json. install.sh auto-discovers the vendored skill dirs.
https://claude.ai/code/session_01VjzNuF2nhSyuzR9DaGsXnk