hud

Solid

Configure HUD display options (layout, presets, display elements)

AI & Automation 6 stars 1 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# HUD Skill Configure the OMC HUD (Heads-Up Display) for the statusline. ## Quick Commands | Command | Description | |---------|-------------| | `/hud` | Show current HUD status (auto-setup if needed) | | `/hud setup` | Install/repair HUD statusline | | `/hud minimal` | Switch to minimal display | | `/hud focused` | Switch to focused display (default) | | `/hud full` | Switch to full display | | `/hud status` | Show detailed HUD status | ## Auto-Setup When you run `/hud` or `/hud setup`, the system will automatically: 1. Check if `~/.claude/hud/omc-hud.mjs` exists 2. Check if `statusLine` is configured in `~/.claude/settings.json` 3. If missing, create the HUD wrapper script and configure settings 4. Report status and prompt to restart Claude Code if changes were made **IMPORTANT**: If the argument is `setup` OR if the HUD script doesn't exist at `~/.claude/hud/omc-hud.mjs`, you MUST create the HUD files directly using the instructions below. ### Setup Instructions (Run These Commands) **Step 1:** Check if setup is needed: ```bash ls ~/.claude/hud/omc-hud.mjs 2>/dev/null && echo "EXISTS" || echo "MISSING" ``` **Step 2:** Check if the plugin is built (CRITICAL - common issue!): ```bash # Find the latest version and check if dist/hud/index.js exists PLUGIN_VERSION=$(ls ~/.claude/plugins/cache/omc/oh-my-claudecode/ 2>/dev/null | sort -V | tail -1) if [ -n "$PLUGIN_VERSION" ]; then ls ~/.claude/plugins/cache/omc/oh-my-claudecode/$PLUGIN_VERSION/dist/hud/index.js 2>/dev...

Details

Author
mazenyassergithub
Repository
mazenyassergithub/oh-my-claudecode
Created
4 years ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category