
Mac Maintenance
- 51 installs
- 6.5k repo stars
- Updated August 3, 2026
- steipete/agent-scripts
Helps with ai & agent building tasks during AI-assisted development.
About
mac-maintenance is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- mac-maintenance
- AI & Agent Building
- AI-coding skill
Mac Maintenance by the numbers
- 51 all-time installs (skills.sh)
- +3 installs in the week ending Jul 27, 2026 (Skillselion tracking)
- Ranked #7,118 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/steipete/agent-scripts --skill mac-maintenanceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 51 |
|---|---|
| repo stars | ★ 6.5k |
| Last updated | August 3, 2026 |
| Repository | steipete/agent-scripts ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
Mac Maintenance
Use when Peter asks for Mac cleanup, maintenance, or package/repo refresh.
Run
1. Homebrew:
brew update && brew upgrade2. Repos under ~/Projects:
for repo in ~/Projects/*/.git; do
dir=${repo:h}
git -C "$dir" status --short --branch
git -C "$dir" pull --ff-only
doneSkip dirty repos unless Peter explicitly asked to handle them. Report skipped paths.
3. Empty Trash:
osascript -e 'tell application "Finder" to empty trash'4. Finish with terse counts:
- brew: upgraded / already current
- repos: pulled / skipped / failed
- trash: emptied / failed
Related skills
AI & Agent Buildingagents