Projects

Open source work I build outside my day job, mostly agents and the tooling around them.

python package

tidy

Cleans up Gmail and YouTube subscriptions with AI without letting AI loose on your account. A small model judges each email; plain, tested code decides what that judgment may do; nothing risky happens until you approve.

  • Sorted a 12,158-email backlog for about $0.43
  • Never deletes, never touches starred mail, never clicks unsubscribe links
pipx install tidy-ai
  • Python
  • Agents
  • Guardrails
claude code skill

ai-workbench

A Claude Code skill that sets up a matching matrix-green and cyber-purple dev environment on Linux: prompt, terminal, editor, diffs and status line. No sudo; it reads your config before touching it.

  • Claude Code
  • Skills
  • Linux
vs code extension

awesome-copilot-toolkit

A VS Code extension to browse and install custom instructions, prompts and chat modes from the github/awesome-copilot repository without leaving the editor.

  • TypeScript
  • VS Code
  • Copilot
shell script

macify

Makes Ubuntu GNOME look like macOS in one command, with a one-command revert.

  • Shell
  • Linux