What problem does it solve?
This skill unifies Obsidian plugin development and desktop automation, reducing repetitive setup, validation, and manual tasks by providing boilerplate tooling, ESLint enforcement, and CLI-driven workflows.
Core Features & Use Cases
- Plugin development boilerplate: generate clean plugin scaffolds ready for submission.
- ESLint validation with Obsidian-specific rules to ensure code quality and accessibility.
- CLI automation for desktop Obsidian: vault targeting, search, read, daily notes, plugin reload, and URI handoffs.
- Markdown patterns, Obsidian Bases, and JSON Canvas patterns to structure knowledge graphs.
- Use Case: a plugin author quickly scaffolds a new plugin, runs lint, tests, and validates URI handoffs in developer mode.
Quick Start
Install the skill and start the boilerplate workflow to scaffold a plugin and begin CLI automation with Obsidian.