Hud
Skill Verifiziert AktivConfigure 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.
Funktionen
- 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
Anwendungsfälle
- 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.
Nicht-Ziele
- 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
Zuerst Marketplace hinzufügen
/plugin marketplace add Yeachan-Heo/oh-my-claudecode/plugin install oh-my-claudecode@omcQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Running Claude Code Via Litellm Copilot
100Verwenden Sie dies beim Routing von Claude Code über einen lokalen LiteLLM-Proxy zu GitHub Copilot, um die direkten Anthropic-Ausgaben zu reduzieren, indem Sie ANTHROPIC_BASE_URL- oder ANTHROPIC_MODEL-Overrides konfigurieren oder Fehler bei der Einrichtung des Copilot-Proxys beheben, wie z. B. model-not-found, kein localhost-Traffic oder GitHub 401/403-Authentifizierungsfehler.
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
100Schützen Sie Claude Code-Sitzungen vor Kontextüberlauf, indem Sie einen Hintergrund-Daemon ausführen, der die Sitzungsgröße überwacht und automatisch bereinigt, bevor die Komprimierung erreicht wird. Verwenden Sie dies, wenn der Benutzer "guard", "protect session", "context getting long", "prevent compaction", "session management" sagt oder Agententeams ausführt, die einen kontinuierlichen Kontextschutz benötigen.
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration