Hud
Skill Verified ActiveConfigure HUD display options (layout, presets, display elements)
To provide users with fine-grained control over the Claude Code HUD statusline, enhancing their development experience through personalized visibility into active processes and system status.
Features
- Configure HUD display options
- Switch between minimal, focused, and full presets
- Customize individual display elements
- Automated setup and configuration checks
- Detailed troubleshooting and manual configuration guidance
Use Cases
- Tailoring the Claude Code statusline to display specific information like Git branch, context usage, or agent status.
- Setting up a personalized HUD that reflects individual workflow preferences.
- Troubleshooting HUD display issues with clear diagnostic steps.
Non-Goals
- Modifying Claude Code's core functionality beyond statusline configuration.
- Providing general Claude Code system management or agent orchestration.
- Configuring settings outside of the HUD display options.
Installation
First, add the marketplace
/plugin marketplace add Yeachan-Heo/oh-my-claudecode/plugin install oh-my-claudecode@omcQuality Score
VerifiedTrust Signals
Similar Extensions
Running Claude Code Via Litellm Copilot
100Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.
Rule Effectiveness Analysis
100Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.
Bootstrap Project
100Initializes the Claude Code configuration in a new or existing project using the dotforge template.
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Guard
100Protect Claude Code sessions from context overflow by running a background daemon that monitors session size and auto-prunes before compaction hits. Use when the user says "guard", "protect session", "context getting long", "prevent compaction", "session management", or is running agent teams that need continuous context protection.
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration