obsidian-ops
Installation
SKILL.md
Obsidian Operations Skill
This skill covers the operational aspects of maintaining an Obsidian project, including build workflows, sync procedures, and release management.
Purpose
To ensure reliable builds, consistent reference materials, and safe release processes while strictly following project policies.
Scope
This skill covers:
- Build and lint workflows
- Syncing reference documentation from external sources
- Version management and release preparation
- Build and environment troubleshooting
Core Rules
- NEVER perform automatic git operations: AI agents must never execute
git commit,git push, or any command that automatically stages or commits changes without explicit user approval for each step.
Related skills
More from davidvkimball/obsidian-dev-skills
obsidian-theme-dev
CSS/SCSS development patterns for Obsidian themes. Load when working with theme.css, SCSS variables, or CSS selectors.
13obsidian-dev
Development patterns for Obsidian. Load when implementing features or following coding conventions.
8obsidian-ref
Technical references, manifest rules, file formats, and UX guidelines for Obsidian. Load when checking API details, manifest requirements, or UI/UX standards.
6