Agent skill
machine-health
Monitor and optimize system resources (CPU, RAM, Disk). Includes cleaning routines.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/machine-health
SKILL.md
Machine Health Skill
This skill provides tools to ensure the host machine remains stable and responsive during long autonomous runs.
Capabilities:
- Memory Purge: Clears stand-by memory and releases non-essential cache.
- CPU Stabilization: Identifies rogue processes and optimizes task priority.
- Ghost Process Cleanup: Kills orphaned agent subprocesses or leaked IDE instances.
How to use:
If the agent detects high latency or "Out of Memory" warnings:
- Invoke the
MachineHealthTool(via MCP). - Command:
clean_resources - Command:
status_check
Recommended Routine:
- Run
clean_resourcesevery 12 hours of continuous operation. - Run
status_checkbefore starting a high-complexity task (e.g., massive refactoring).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?