From kde-plasma
Apply Plasma look-and-feel packages, color schemes, icon themes, cursor themes, and Plasma styles via the plasma-apply-* CLI tools. Use when the user wants to script theme changes or switch between light/dark/custom presets.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin kde-plasmaThis skill uses the workspace's default tool permissions.
Plasma 6 ships dedicated CLI applicators — prefer these over editing `kdeglobals` directly.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Plasma 6 ships dedicated CLI applicators — prefer these over editing kdeglobals directly.
Bundles colour scheme + Plasma style + icon theme + window deco + cursor + wallpaper.
# List installed
plasma-apply-lookandfeel --list
# Apply
plasma-apply-lookandfeel --apply org.kde.breezedark.desktop
plasma-apply-colorscheme BreezeDark
plasma-apply-colorscheme --list-schemes
plasma-apply-desktoptheme breeze-dark
plasma-apply-desktoptheme --list-themes
plasma-apply-cursortheme breeze_cursors
plasma-apply-cursortheme --list-themes
Per-monitor via plasmashell scripting (see plasmoid-manage for the pattern). For a quick global swap:
plasma-apply-wallpaperimage /path/to/wallpaper.jpg
No dedicated applicator — write kdeglobals [Icons] Theme= via kwriteconfig-edit, then kbuildsycoca6 to refresh:
kwriteconfig6 --file kdeglobals --group Icons --key Theme "breeze-dark"
kbuildsycoca6
lookandfeeltool -a <pkg>, no plasma-apply-* shortcuts.kde-gtk-config — check ~/.config/gtk-3.0/settings.ini.${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/kde-plasma/data/theme-presets/.