obsidian-plugin-ui-ux
Installation
SKILL.md
Obsidian Plugin UI and UX
Use this skill when polishing user-facing plugin behavior so commands, settings, and visible copy feel native inside Obsidian.
Use this skill for
- command ids and names
- notices, labels, placeholders, and headings
- sentence case and locale-string consistency
- settings-tab wording and interaction semantics
- avoiding awkward or redundant plugin-facing language
Prefer another skill when
- the issue is CSS, spacing, colors, or selectors →
obsidian-plugin-css-styling - the issue is shadcn component theming or variants →
obsidian-plugin-shadcn-styling - the issue is shadcn form/card/dialog composition →
obsidian-plugin-shadcn-composition