Restructured 92-mac-optimizer from a CLAUDE.md-based skill into a full Claude Code plugin with .claude-plugin/plugin.json, 6 slash commands (/mac-doctor, /mac-packages, /mac-environment, /mac-security, /mac-cleanup, /mac-resources), and auto-trigger SKILL.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
973 B
973 B
allowed-tools, description
| allowed-tools | description |
|---|---|
| Bash(bash *audit_packages.sh*), Bash(brew *), Bash(npm *), Bash(pip *), Bash(nvm *), Bash(pyenv *) | Audit package managers (Homebrew, npm, pip, pyenv) for outdated packages and issues |
Your task
Audit all package managers on this Mac.
Step 1 — Run the audit
bash $CLAUDE_PLUGIN_ROOT/skills/mac-optimizer/scripts/audit_packages.sh
Step 2 — Report
Parse JSON output and present as a severity-ranked markdown table:
| Severity | Finding | Recommended Action | Details |
|---|
Step 3 — Ask for consent
List available update actions grouped by risk. Ask which actions to perform.
Safety notes
brew upgradeis generally safe but can break projects pinned to specific versions- Global npm packages are version-independent from project dependencies
- pip upgrades can break dependency chains — suggest
--dry-runfirst - Only audit pyenv-managed environments (not system Python)