productionos-stats

Aggregate ProductionOS component counts and render a markdown dashboard.

8|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/ShaheerKhawaja/ProductionOS --skill productionos-stats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: productionos-stats
Source: https://github.com/ShaheerKhawaja/ProductionOS/tree/main/skills/productionos-stats
Command: npx skills add https://github.com/ShaheerKhawaja/ProductionOS --skill productionos-stats

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The ProductionOS stats dashboard consolidates installation health data into a single, easy-to-read view, saving time and reducing guesswork when assessing system status.

Core Features & Use Cases

  • System overview: aggregates counts for agents, commands, hooks, templates, scripts, and tests, plus the running version.
  • Health validation: helps verify installation completeness and detect gaps after upgrades.
  • Usage scenarios: ideal for onboarding, sprint reviews, and ongoing health monitoring of a ProductionOS deployment.

Quick Start

Run the stats-dashboard script to generate the current installation dashboard.

Frequently Asked Questions about productionos-stats

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

FAQPage Schema
How do I check my ProductionOS installation health and verify deployment completeness?

Check ProductionOS installation health by aggregating counts for agents, commands, hooks, templates, scripts, and tests, then rendering a markdown dashboard. This verifies completeness and detects gaps after upgrades.

What system metrics are included in a ProductionOS stats dashboard?

ProductionOS system metrics include aggregate counts from agents/, .claude/commands/, hooks/hooks.json, templates/, scripts/, and tests/ directories, plus the running version from the VERSION file for comprehensive status tracking.

Can I generate a markdown dashboard for ProductionOS system monitoring during sprint reviews?

Yes, you can generate a markdown dashboard for ProductionOS system monitoring. The dashboard consolidates installation health data into a single view, making it ideal for sprint reviews, onboarding, and ongoing deployment tracking.

How do I track changes across ProductionOS deployments after an upgrade?

Track changes across ProductionOS deployments by running the stats dashboard to aggregate current component counts and version data. Comparing these markdown reports over time reveals discrepancies and validates upgrade success.

Does the ProductionOS stats dashboard require external dependencies or components to run?

No, the ProductionOS stats dashboard requires no external dependencies or components. It directly reads local installation directories and the VERSION file to compute system metrics and render the markdown health report.

Why does my ProductionOS dashboard show missing templates or scripts after a system update?

A ProductionOS dashboard showing missing templates or scripts indicates an incomplete installation or upgrade gap. The stats tool aggregates counts from these directories to highlight discrepancies, prompting a review of the deployment process.