Reclaim disk and de-clutter git repos by finding and removing merged git worktrees, their now-merged local branches, and plain scratch dirs (`.tmp` logs/run output/caches that aren't worktrees). Use when the disk is filling up, when `git worktree list` / `git…
Create polished workflow diagrams as deterministic SVG and PNG files from JSON specifications. Use when Codex needs to visualize a process, lifecycle, state flow, branching workflow, circular loop, or ASCII diagram.
Write or rewrite prose with a pinned Claude model version (e.g. opus 4.6), keeping structure, numbers, quotes and markup byte-identical. Use whenever the user names a model version for writing, or wants a draft rewritten for voice.
Fetch timestamped transcripts from passcode-protected Zoom shared recordings. Use when the user provides a zoom.us `/rec/share/` URL and wants its transcript.
Run and fix stylint checks for user-facing prose such as workshops, lessons, articles, public docs, and publishable agent-written text. Do not use for internal engineering documents, process docs, handoff docs, planning notes, or repo maintenance notes unless…
Fetch and transcribe Google Recorder voice notes. Use when the user shares a recorder.google.com link and wants the original audio file, a transcript, or wants to act on a voice note.
Transcribe local audio files with the OpenAI Audio Transcriptions API without adding OpenAI dependencies to the target project.
Create and scaffold plugin directories for Codex with a required `.codex-plugin/plugin.json`, optional plugin folders/files, valid manifest defaults, and personal-marketplace entries by default. Use when Codex needs to create a new personal plugin, add…