agent skill · drop-in markdown

mac-cleanup ・ teach your agent to audit your Mac.

A single self-contained markdown skill for Claude Code, Cursor, or any skill-aware coding agent. Paste one prompt and your agent fetches the skill, checks the atlas CLI is installed, and starts walking you through what to uninstall ・ all locally, nothing leaves your machine.

Raw .md

Paste the install prompt into a fresh chat with your coding agent. It does the rest.

How to use it

Two steps.

1 · Copy the install prompt into your coding agent

Works with Claude Code, Cursor, or anything that understands markdown skills. The prompt tells the agent where to fetch the skill and what to do next.

2 · Or install the skill file directly

If your agent reads skills from a directory, save the file there. For Claude Code that's ~/.claude/skills/mac-cleanup/SKILL.md.

$ mkdir -p ~/.claude/skills/mac-cleanup && curl -fsSL https://raw.githubusercontent.com/FriedScholvinck/atlas/main/skills/mac-cleanup/SKILL.md -o ~/.claude/skills/mac-cleanup/SKILL.md

What's inside

The skill itself ・ this is what gets copied and what your agent reads. View raw at its canonical URL.