From obsidian-pack
Execute Obsidian primary workflow: note manipulation and vault operations. Use when implementing file operations, frontmatter handling, or programmatic note creation and modification. Trigger with phrases like "obsidian vault operations", "obsidian file manipulation", "obsidian note management".
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-pack:obsidian-core-workflow-aThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Primary workflow for Obsidian plugin development: manipulating notes, handling frontmatter, and working with the vault file system.
Primary workflow for Obsidian plugin development: manipulating notes, handling frontmatter, and working with the vault file system.
obsidian-install-auth setupFor full implementation details and code examples, load:
references/implementation-guide.md
| Error | Cause | Solution |
|---|---|---|
| File not found | Path incorrect | Verify with getAbstractFileByPath |
| Permission denied | File locked | Check if file is open in editor |
| YAML parse error | Invalid frontmatter | Validate YAML syntax |
| Circular links | Recursive backlinks | Track visited files |
For UI components, see obsidian-core-workflow-b.
Basic usage: Apply obsidian core workflow a to a standard project setup with default configuration options.
Advanced scenario: Customize obsidian core workflow a for production environments with multiple constraints and team-specific requirements.
npx claudepluginhub nickloveinvesting/nick-love-plugins --plugin obsidian-packManages Obsidian vaults using obsidian-cli: creates daily notes, moves/renames notes preserving [[wiki-links]], searches content, organizes notes with templates.
Interact with running Obsidian via CLI to read, create, search, manage vault content, and develop/debug plugins/themes from command line.
Runs Obsidian CLI commands for vault ops: search, backlinks, tags, tasks, properties, daily notes, file read/write/create/move. Use for indexed features; fallback to file tools otherwise.