Themes banner
YuzukiTsuru YuzukiTsuru

Themes

Design community

Description

--- name: themes description: Work with the theme system (ThemeProvider, theme switching, CSS variables) trigger: code imports from './Themes' or '../Themes', or user asks about themes, colors, dark mode, or styling --- # Themes Module Skill This skill helps you work with the theme system in OpenixWidgets. ## Theme System Overview ### ThemeProvider - React context provider that manages theme state - Location: `src/Themes/ThemeProvider.tsx` - Props: initialMode (light/dark/system), initialThe

Installation

Installs to ~/.claude/skills/yuzukitsuru-openixwidgets-themes/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yuzukitsuru-openixwidgets-themes && curl -fsSL https://raw.githubusercontent.com/YuzukiTsuru/OpenixWidgets/HEAD/.claude/skills/themes.md -o ~/.claude/skills/yuzukitsuru-openixwidgets-themes/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository