Extract vocals from audio files using Demucs with Apple GPU acceleration, and cut/trim audio to a specified duration. Use when the user asks to: (1) separate or extract vocals/voice from music, (2) remove vocals from a song, (3) cut or trim an audio file to a shorter length, (4) extract vocals AND trim them in one step. Handles MP3, WAV, and other common formats. Requires macOS with Apple Silicon (M-series) for GPU acceleration and the `uv` tool.
Take full-page screenshots of web pages using Playwright via a uv script. Use when the user asks to screenshot a URL for documentation, READMEs, or visual reports — whether live sites or local static HTML files.
Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome)
User-facing reference for Apple’s lightweight Linux container runtime `container`, which runs on Apple Silicon Macs. Covers everyday command usage including `container run`, `container build`, `container image pull/push`, `container machine`, volumes, networks, DNS, configuration files, and troubleshooting for the `container` command.
Write and edit in GOV.UK / GDS house style — plain English, active voice, front-loaded content, sentence case, and no bold or italics for emphasis. Use when writing or editing reports, research write-ups, guidance, documentation, summaries, or any prose where clarity and accessibility matter.
Browsing/scraping for sites with anti-bot protection (Cloudflare, Akamai, etc.) using CloakBrowser. Use whenever you need to access protected sites.
Generate an interactive PR review walkthrough as an HTML page. Fetches PR data via gh API, categorizes files into core vs mechanical changes, adds reviewer annotations, and renders diffs with moved-code detection. Use when the user pastes a GitHub PR URL and asks for a review, walkthrough, or summary, or says "review this PR".
Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automates the feedback-fix-push-wait cycle.