Browser ops agent developer
Skill guorunjie/skillpack-forge/examples/.codex/skills/browser-ops-agent-developer
Use when changing browser automation workflows.From its SKILL.md
npx -y skills add guorunjie/skillpack-forge --skill browser-ops-agent-developerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 3 commands, including `npm install` and 2 more.
SKILL.md
0.6 KB, 115 tokens by cl100k_base, as published. Nobody here has run it
browser-ops-agent-developer
Generated from skillpack.yaml by Skillpack Forge.
Project
Browser automation skillpack for recurring operator workflows
Workflow
- Inspect selectors, fixtures, and recent browser evidence
- Run npm test before completion
- Record any live-site limitation clearly
Commands
- install:
npm install - test:
npm test - dev:
npm run dev
Principles
- Use dry-run mode before live operations
- Capture evidence for browser automation changes
- Run verification before claiming success
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.