Skip to content

Instantly share code, notes, and snippets.

View mobob's full-sized avatar

Bob mobob

  • Ottawa, Ontario, Canada
  • X @mobob
View GitHub Profile
@mobob
mobob / SKILL.md
Created June 3, 2026 01:11
Claude Code skill: open-in-zed — open a directory in a brand-new Zed window via zed -n
name open-in-zed
description Open a directory in a brand-new Zed window. No argument opens the current worktree (pwd). An argument is treated as a path, or as a bare worktree name resolved under ~/Developer/paloma/wt/. Use when the user says "open in zed", "open this in a new zed window", or "zed <worktree-name>".

open-in-zed

Open a directory in a new Zed window using zed -n (forces a fresh workspace, never reuses or tabs into an existing window).

Resolve the target

@mobob
mobob / agent-browser.md
Last active June 26, 2026 11:39
Claude Code Skill for agent-browser

agent-browser

Browser automation CLI optimized for AI agents. Use npx agent-browser for all commands.

When to Use

  • Testing websites and web applications
  • Verifying UI changes after code modifications
  • Checking for console errors and page issues
  • Taking screenshots for documentation or debugging