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.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
4plugins reuse this skill
First indexed Jul 11, 2026
npx claudepluginhub bulozb/claude-code-plugins-plus-skills --plugin obsidian-pack