Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:55:23 +08:00
commit ff43aa6f4d
42 changed files with 4239 additions and 0 deletions

21
commands/browser-close.md Normal file
View File

@@ -0,0 +1,21 @@
---
description: Close the browser session gracefully. Use --force to kill all Chrome processes.
allowed-tools: Bash(*)
argument-hint: [--force]
model: haiku
---
# Close Browser
Close the browser debugging session.
```bash
node ~/.claude/plugins/*/skills/website-debug/scripts/browser-close.js $ARGUMENTS
```
## Options
- No arguments: Graceful close via Puppeteer
- `--force`: Kill all Chrome processes (useful if stuck)
Confirm when browser is closed.