forked from guorunjie/skillpack-forge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskillpack.yaml
More file actions
25 lines (25 loc) · 720 Bytes
/
Copy pathskillpack.yaml
File metadata and controls
25 lines (25 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: "browser-ops-agent"
summary: "Browser automation skillpack for recurring operator workflows"
targets:
- "agents"
- "claude-md"
- "claude"
- "codex"
- "cursor"
- "copilot"
- "mcp"
principles:
- "Use dry-run mode before live operations"
- "Capture evidence for browser automation changes"
- "Run verification before claiming success"
commands:
install: "npm install"
test: "npm test"
dev: "npm run dev"
skills:
- name: "browser-ops-agent-developer"
description: "Use when changing browser automation workflows."
workflow:
- "Inspect selectors, fixtures, and recent browser evidence"
- "Run npm test before completion"
- "Record any live-site limitation clearly"