Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/xiaolai/mac-it-guy-pro/organizegit clone --depth 1 https://github.com/xiaolai/mac-it-guy-proWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/xiaolai/mac-it-guy-pro/organize)<a href="https://agentmods.dev/commands/xiaolai/mac-it-guy-pro/organize"><img src="https://agentmods.dev/badge/commands/xiaolai/mac-it-guy-pro/organize.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00029 | $0.00650 |
| Opus 5 | $0.00015 | $0.00325 |
| Sonnet 5 | $0.00006 | $0.00130 |
| Haiku 4.5 | $0.00003 | $0.00065 |
Grade A, and why
organize scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Organize — order without loss
Read ${CLAUDE_PLUGIN_ROOT}/skills/it-core/SKILL.md first — the safety contract is binding, especially: dry-run first, undo manifest before batch moves, never overwrite. Read ~/ITGuy/machine.md if it exists — its Conventions section overrides default destinations. If uname is not Darwin, say this version supports Mac only and stop.
Step 0: Resolve the mode
$ARGUMENTSnames a mode (downloads,desktop,photos,pdfs,undo) → use it.- Empty → use AskUserQuestion to pick one, describing each in plain language.
photos/pdfs→ also ask which folder to organize; verify it exists before proceeding.
Mode: undo
- List manifests in
~/ITGuy/undo/newest first, with date, mode, and file count; let the user pick one (default: newest). - Reverse it per the procedure in
${CLAUDE_PLUGIN_ROOT}/skills/machine-profile/SKILL.md: rows in reverse order, move eachmoved_toback tomoved_from, skip rows whose destination no longer exists and report every skip. - Move the used manifest to the Trash; log the visit. Do not dispatch agents for undo — do it directly.
Modes: downloads / desktop / photos / pdfs
- Plan: dispatch the
mac-it-guy-pro:librarianagent (via Task) in plan mode for the chosen scope. Its destination schemes are defined in the agent; profile Conventions override them. - Show the plan: file-by-file table (first 20 + exact total), plus what will be skipped and why. State clearly: nothing has moved yet.
- Approve: AskUserQuestion — proceed as planned, adjust (take their changes, re-render the plan once), or cancel.
- Execute: dispatch the librarian in execute mode with the approved plan. It writes the undo manifest before the first move.
- Report: destinations table, count moved, the undo manifest path, and the one-line undo instruction (
/mac-it-guy-pro:organize undo).
Step: memory
Append the visit line to ~/ITGuy/visits.log. If the user adjusted destinations in step 3, record the preference in the profile's Conventions section — that is how the IT guy learns their filing habits.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 41 lines · 29 tokens per session scan A d85db4410307
organize is a command published in the GitHub repository xiaolai/mac-it-guy-pro (5 stars, last pushed 1mo ago), licensed MIT. It adds 29 tokens to every session and 650 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
app
Control macOS apps via peekaboo app.
screens
Structures product UX screen design — inventory, flow, states, and reusable briefs for external design tools — without generating pixels or UI code.
review
Cold re-quiz on code that already shipped — your own session commits, not the change in front of you.
qa
Smoke or browser-walk a running app. Report only. Do not implement. Do not merge.
reset
Guided teardown of an organic-os site - what gets deregistered automatically, what you must delete or revoke yourself, and why.
compile
Compile a FIBER decision context (world + query) and report the oracle verdict, omission accounting, and certificate digest faithfully.