system-performance-remediation

Community

Remediate slow systems by purging zombies

Authoroysteinkrog
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill helps you diagnose and remove slow, resource-wasting processes that accumulate when running multiple coding agents. It identifies zombie processes, long-running commands, and other cruft while protecting active coding agents.

Core Features & Use Cases

  • Detect and terminate stuck processes (zombies, long-running git, test runners) safely.
  • Audit system load, memory, and swap to inform remediation decisions.
  • Provide a recommended action plan and optional execution of cleanup.

Quick Start

Use the diagnosis workflow to identify and clean up resource-wasting processes. Example:

  • Run: echo "=== Load ===" && uptime && echo "=== Cores ===" && nproc && echo "=== Memory ===" && free -h
  • List candidates: ps aux --sort=-%cpu | head -40
  • Review identified PIDs and confirm before killing; follow the safe kill sequence.

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: system-performance-remediation
Download link: https://github.com/oysteinkrog/dotfiles/archive/main.zip#system-performance-remediation

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.