Built-in Obsidian Skills
Added three built-in agent skills based on https://github.com/kepano/obsidian-skills. No vault setup required — available immediately after updating the plugin.
- obsidian-markdown (ON by default) — Obsidian Flavored Markdown: wikilinks, callouts, embeds, properties, tags
- json-canvas (OFF) — Create and edit .canvas files (nodes, edges, groups)
- obsidian-bases (OFF) — Create and edit .base files (filters, formulas, views)
With obsidian-markdown enabled by default, the AI now uses wikilinks instead of standard Markdown links, formats callouts correctly, and follows Obsidian's frontmatter conventions when creating or editing notes.
Other improvements
- Skill description text in the selector dropdown now wraps instead of being truncated
- Hover over active skill chips to see a tooltip with the skill description
- Built-in skills display a "built-in" badge in the selector
- Skill workflow execution now returns savedFiles metadata so the AI can verify which files were saved
- Introduced a plan → create → verify protocol for multi-step skill workflow execution