Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.29 KB

File metadata and controls

17 lines (12 loc) · 1.29 KB

🤖 Obsidian Command Center: LLM Prompt Pack

Use these curated prompts with AI assistants (like ChatGPT, Claude, or Antigravity) to build upon the Obsidian design system or create your own custom Home Assistant components.


🎨 Prompt 1: Creating a Custom Theme with Noise Texture

"Help me write a Home Assistant theme YAML using card-mod. It should use 'Outfit' for text and 'JetBrains Mono' for numbers. Most importantly, I want a global SVG noise texture overlay applied to the home-assistant-main element to give the UI a subtle tactile feel. Use a very dark background (#080810) and glassmorphic headers with a 20px blur."

🌈 Prompt 2: Designing Room-Specific Accents

"I have a Home Assistant dashboard with 12 different rooms. Show me how to define global CSS variables in a theme (like --living: #f59e0b, --kitchen: #10b981, etc.) and then how to use those variables inside a button-card to create a background with 7% opacity and a 20% opacity border that matches the room's color."

🚀 Prompt 3: Advanced Card Hover Effects

"How do I use card-mod-card-yaml in a Home Assistant theme to apply a 'hover lift' effect to ALL cards globally? I want them to translate -2px on the Y-axis and increase their shadow when hovered, but only when not in 'preview' mode (editor)."