obsidian-plugin-development

Installation
SKILL.md

Obsidian Plugin Development

Overview

Write Obsidian plugin code that passes the ObsidianReviewBot automated review on first submission. All rules below are enforced by the bot via eslint-plugin-obsidianmd and @typescript-eslint. Violations labeled "Required" block merging.

When to Use

  • Writing or editing TypeScript in an Obsidian plugin
  • Preparing a plugin PR to obsidianmd/obsidian-releases
  • Fixing ObsidianReviewBot violations
  • Adding UI text, commands, settings tabs, or DOM manipulation

Quick Reference: Required Rules

1. Sentence Case for All UI Text

Every user-visible string: sentence case only.

Related skills
Installs
1
GitHub Stars
2
First Seen
3 days ago