Machine Health

Community

Monitor machine health with PowerShell.

Authordfinke
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you quickly assess the health of your machine by listing processes, services, and other metrics to identify issues or bottlenecks.

Core Features & Use Cases

  • Check Processes: Get-Process to list running processes.
  • Optional: Check Services and basic metrics to gauge system health.
  • Simple commands to surface health indicators for quick triage.

Quick Start

Run Get-Process to view the currently running processes.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Machine Health
Download link: https://github.com/dfinke/other-powershell-skills/archive/main.zip#machine-health

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository