omc.hud

Retrieve latest OMC runtime state snapshot from persisted .omc/state files and summarize it concisely.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/jimmi2051/oh-my-copilot --skill omc-hud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc.hud
Source: https://github.com/jimmi2051/oh-my-copilot/tree/main/plugins/omc-copilot/skills/omc-hud
Command: npx skills add https://github.com/jimmi2051/oh-my-copilot --skill omc-hud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The OMC HUD provides a quick, readable snapshot of the current runtime state by reading persisted state data from the .omc/state directory, enabling fast issue diagnosis and status checks.

Core Features & Use Cases

  • Retrieve the latest runtime state snapshot and display key metrics like task mode, status, and iteration.
  • Provide a concise history summary for troubleshooting and retrospective analysis.
  • Use in development and operations workflows to verify the current execution context and health.

Quick Start

Run the hud command to surface the latest runtime state for your project.

Frequently Asked Questions about omc.hud

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the current runtime state of my CI/CD pipeline execution?

To check the current runtime state, you can retrieve a snapshot that reads persisted records from the .omc/state directory. This displays key metrics like task mode, execution status, and iteration count for fast issue diagnosis in live deployments.

What is the best way to view task history and execution status during local development?

Viewing task history and execution status during local development involves querying a concise runtime state summary. You retrieve the latest persisted snapshot to verify current execution context and health with minimal configuration required.

Does the OMC HUD runtime monitor require any special configuration to display state metrics?

The OMC HUD runtime monitor requires minimal configuration to display state metrics. It reads directly from the .omc/state directory to surface task mode, status, iteration, and recent history without needing complex setup or external dependencies.

Can I use this runtime state snapshot tool for retrospective troubleshooting analysis?

You can use this runtime state snapshot tool for retrospective troubleshooting analysis. It provides a concise history summary alongside current execution context, enabling you to review past iterations and diagnose issues during operations workflows.

Why is my runtime state snapshot not showing the latest iteration data?

If your runtime state snapshot is not showing the latest iteration data, the persisted records in the .omc/state directory may be outdated or inaccessible. The tool relies on reading these local state files to format concise execution summaries.

How do I retrieve an at-a-glance view of task mode and recent history for my deployment?

To retrieve an at-a-glance view of task mode and recent history for your deployment, you run a command that reads persisted state data. This surfaces the latest runtime snapshot, formatting key execution metrics into a concise, readable summary.