feat: add mac-optimizer skill (92) — Claude Code only

macOS system health toolkit with 5 audit modules (packages, environment,
security, cleanup, resources) and cleanup executor. Fixed bugs from review:
- Replace GNU timeout with perl alarm (macOS compatible)
- Remove Linux-only ps --sort flag, use portable sort
- Add JSON escaping to all audit scripts
- Remove redundant classify_size branch

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 15:59:24 +09:00
parent 338176abbe
commit f1a973c42d
13 changed files with 1145 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
**GitHub**: https://github.com/ourdigital/our-claude-skills
This is a Claude Skills collection repository containing:
- **custom-skills/**: 61 custom skills for OurDigital workflows, SEO, GTM, Jamie Brand, NotebookLM, Notion, D.intelligence Agent Corps, Reference Curation, and Multi-Agent Collaboration
- **custom-skills/**: 62 custom skills for OurDigital workflows, SEO, GTM, Jamie Brand, NotebookLM, Notion, D.intelligence Agent Corps, Reference Curation, Mac Optimizer, and Multi-Agent Collaboration
- **example-skills/**: Reference examples from Anthropic's official skills repository
- **official-skills/**: Notion integration skills (3rd party)
- **reference/**: Skill format requirements documentation
@@ -121,7 +121,13 @@ This is a Claude Skills collection repository containing:
**User Guide:** `custom-skills/dintel-shared/USER-GUIDE.md`
### Reference Curator & Multi-Agent (90-99)
### System Tools (92)
| # | Skill | Purpose | Trigger |
|---|-------|---------|---------|
| 92 | mac-optimizer | macOS system health audit & optimization (Claude Code only) | "audit my mac", "system health", "clean up caches", "check security", "update packages" |
### Reference Curator & Multi-Agent (90-91)
| # | Skill | Purpose | Trigger |
|---|-------|---------|---------|
@@ -290,6 +296,8 @@ our-claude-skills/
│ │
│ ├── 91-multi-agent-guide/
│ │
│ ├── 92-mac-optimizer/ # macOS system health toolkit (Claude Code only)
│ │
│ └── 99_archive/
├── example-skills/skills-main/