ops-dashboard

Aggregate disk usage, Git status, and load averages into a health report.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/CrimsonDevil333333/ops-dashboard --skill ops-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-dashboard
Source: https://github.com/CrimsonDevil333333/ops-dashboard/tree/main
Command: npx skills add https://github.com/CrimsonDevil333333/ops-dashboard --skill ops-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Developers and operators spend time running multiple checks to understand workspace health. This skill consolidates disk usage, Git status, load averages, and directory growth into a single, reproducible view to help you decide when to intervene.

Core Features & Use Cases

  • Snapshot disk usage, Git status, load averages, and top-level directory sizes for the workspace root.
  • Exposes a Python CLI that prints a concise health report or a more detailed resources view.
  • Use cases include pre-deployment health checks, debugging slow workspaces, and validating environment readiness for tasks.

Quick Start

Run python3 skills/ops-dashboard/scripts/ops_dashboard.py --workspace /path/to/workspace --show summary.

Frequently Asked Questions about ops-dashboard

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

FAQPage Schema
How do I check workspace health and Git status from the command line?

To check workspace health, run the Python CLI script pointing to your workspace path to generate a summary of disk usage, Git status, load averages, and top-level directory sizes.

What is included in a workspace health report for local development environments?

A workspace health report includes disk usage, Git status, system load averages, and top-level directory sizes, providing a consolidated view to help you decide when to intervene in local or CI-like environments.

Can I run a disk usage and Git status check on directories that are not Git repositories?

Yes, the CLI gracefully handles non-git folders by reading the specified workspace path and reporting available health signals without requiring a Git repository structure.

How do I get a detailed resources view instead of just a summary of my workspace?

You can view detailed resources by passing the appropriate flag to the Python CLI, which prints a comprehensive resources report instead of the concise summary view for your workspace path.

What's the best way to validate environment readiness before deployment?

The best way to validate environment readiness is to generate a consolidated health report that snapshots disk usage, Git status, and system load averages to confirm your workspace is ready for deployment.

Do I need to install any dependencies to aggregate workspace health signals with this CLI?

No dependencies are required. The Python CLI operates standalone to read your workspace path and print health summaries or detailed resource views without needing external package installations.