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

22
commands/screenshot.md Normal file
View File

@@ -0,0 +1,22 @@
---
description: Take a screenshot of the current browser viewport. Use --full for full page, --selector for specific element.
allowed-tools: Bash(*)
argument-hint: [--full | --selector=".class"]
model: haiku
---
# Screenshot
Take a screenshot of the current browser state.
```bash
node ~/.claude/plugins/*/skills/website-debug/scripts/browser-screenshot.js $ARGUMENTS
```
## Options
- No arguments: Viewport screenshot
- `--full`: Full page screenshot (scrollable content)
- `--selector=".class"`: Screenshot of specific element
After capturing, analyze the screenshot for any visual issues.