feat(obsidian-cli): expand SKILL.md with comprehensive command coverage#90
Open
maikaiuuuChange wants to merge 1 commit into
Open
feat(obsidian-cli): expand SKILL.md with comprehensive command coverage#90maikaiuuuChange wants to merge 1 commit into
maikaiuuuChange wants to merge 1 commit into
Conversation
- Add file management: prepend, delete, open, move, rename - Add search: search:context, search:open - Add daily notes: daily, daily:prepend, daily:path - Add properties: property:read, property:remove, properties - Add tasks: task toggle - Add tags and links: tag, links, orphans, deadends, unresolved - Add files and folders: files, folders, file, folder, recents, random, wordcount - Add templates: templates, template:read, template:insert - Add bookmarks, commands, hotkeys - Add workspace: tabs, tab:open, outline, reload, restart - Add vault info commands - Add bases (databases) section - Add plugins and themes section with enable/disable/install/uninstall - Add sync section with history, restore, diff - Add file recovery (history) section - Add CDP debugging commands to plugin development Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Owner
|
In practice, have you found this to be necessary? The skill instructs the agent to use |
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.
Summary
This PR significantly expands the
obsidian-cliSKILL.md to cover the full range of commands available in Obsidian CLI v1.12.x, making the skill more useful for Claude Code users working with Obsidian vaults.What's New
Common Patterns (reorganized into sections)
prepend,delete,open,move,renamesearch:context,search:opendaily,daily:prepend,daily:pathproperty:read,property:remove,propertiestask(toggle)tag,links,orphans,deadends,unresolvedfiles,folders,file,folder,recents,random,wordcounttemplates,template:read,template:insertbookmarks,bookmarkcommands,command,hotkeys,hotkeyworkspace,tabs,tab:open,outline,reload,restartvault,vaults,versionNew Sections
bases,base:query,base:create,base:viewssync:status,sync:history,sync:read,sync:restore,sync:deleted,diffhistory:list,history:read,history:restoredev:debug,dev:cdp)Testing
All commands were verified against
obsidian helpoutput from Obsidian v1.12.7.