tools-diagnostics

Installation
SKILL.md

System diagnostics

Overview

Interactive skill for diagnosing system resource issues. Detects OS and applies appropriate diagnostic patterns. Focuses on real-world lessons from production incidents rather than generic command documentation.

Context

Expects a Unix-like system (Linux or macOS). User describes a resource problem (memory, disk, CPU, or general slowness).

Process

  1. Detect platform: uname -s (Linux or Darwin)
  2. Identify problem type: memory, disk, CPU, or I/O
  3. Run targeted diagnostics using platform-appropriate commands
  4. Apply cleanup patterns from references for Nix-aware environments
  5. Verify: confirm resource pressure reduced

References

Installs
11
GitHub Stars
4
First Seen
Mar 2, 2026
tools-diagnostics — nikhilmaddirala/gtd-cc