Files
our-claude-skills/custom-skills/81-mac-optimizer/commands/mac-resources.md
Andrew Yim 877db1aa0f refactor: reorganize skill numbering, remove obsolete skills, rename shared libs
- Rename: 00→80 claude-settings-optimizer, 88→79 dintel-skill-update,
  92→81 mac-optimizer, 93→82 tui-design-template
- Rename: dintel-shared → _dintel-shared (consistent with _ourdigital-shared)
- Remove: 61-gtm-manager, 62-gtm-guardian (obsolete), 99_archive
- Update all dintel-* skill refs (114 occurrences across 31 files)
- Sync README.md, CLAUDE.md, AGENTS.md with new structure

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 19:32:44 +09:00

854 B

allowed-tools, description
allowed-tools description
Bash(bash *audit_resources.sh*), Bash(ps *), Bash(kill *), Bash(df *) Monitor CPU, memory, disk, battery, and identify resource-hungry processes

Your task

Check system resource usage on this Mac.

Step 1 — Run the audit

bash $CLAUDE_PLUGIN_ROOT/skills/mac-optimizer/scripts/audit_resources.sh

Step 2 — Report

Parse JSON output and present as a severity-ranked markdown table:

Severity Finding Recommended Action Details

Step 3 — Offer actions

If high-resource processes are found, offer to help. But respect the deny-list:

Never suggest killing: kernel_task, launchd, WindowServer, loginwindow, mds, mds_stores, opendirectoryd, coreaudiod, SystemUIServer, Finder, Dock

For user processes consuming excessive resources, ask before terminating.