gstack

Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with

Content Preview
---
name: gstack
description: |
  Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with
  elements, verify page state, diff before/after actions, take annotated screenshots, check
  responsive layouts, test forms and uploads, handle dialogs, and assert element states.
  ~100ms per command. Use when you need to test a feature, verify a deployment, dogfood a
  user flow, or file a bug with evidence.
  
  gstack also includes development workflow skills. When you
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/gstack.md \
  https://raw.githubusercontent.com/garrytan/gstack/main/.agents/skills/gstack/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/garrytan/gstack

Then reference at .agents/skills/gstack/SKILL.md

Related Skills