From claude-hud
Switch oh-my-claude status line themes. Use when the user wants to change their status line appearance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-hud:themeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants to change their status line theme. Use the `omc` CLI tool.
The user wants to change their status line theme. Use the omc CLI tool.
# List all themes
python3 /mnt/c/dev/oh-my-claude/bin/omc theme list
# Set a theme
python3 /mnt/c/dev/oh-my-claude/bin/omc theme set <name>
# Preview all themes with sample data
python3 /mnt/c/dev/oh-my-claude/bin/omc theme preview
# Show current theme
python3 /mnt/c/dev/oh-my-claude/bin/omc theme show
# Show environment info
python3 /mnt/c/dev/oh-my-claude/bin/omc info
/theme with no argumentsList available themes and ask which one they'd like.
/theme <name>Set the theme to $ARGUMENTS using omc theme set $ARGUMENTS.
npx claudepluginhub ericrihm/claude-hud --plugin claude-hudCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.