obsidian-plugin-css-styling
Installation
SKILL.md
Obsidian Plugin CSS Styling
Use this skill when plugin UI needs production-ready styling that respects user themes and avoids conflicts with Obsidian or other plugins.
Use this skill for
styles.cssstructure and selector scoping- Obsidian CSS variable choices
- modal, view, and settings-tab container styling
- theme compatibility and coexistence with snippets/themes
- focus styling at the plugin container level
Prefer another skill when
- the issue is mostly command labels, visible copy, or interaction wording →
obsidian-plugin-ui-ux - the repo is already using shadcn/ui component variants and semantic tokens →
obsidian-plugin-shadcn-styling - the task is choosing React component structure rather than CSS rules →
obsidian-plugin-react-components