A small personal toolkit for AI coding with Claude Code. A persistent headless browser plus a tight set of high-leverage skills, no marketing prose, no remote telemetry, no auto-update checks.
/browse persistent browser for QA, screenshots, dogfooding
/office-hours shape an idea before coding
/sketch translate an approved design into PPP-level pseudocode
/investigate root-cause debugging
/review pre-landing diff review
/qa browser-driven test-and-fix loop
/design-audit designer's eye visual audit driven by /browse
/quiz five questions to surface gaps in your mental model
/simplify sweeping audit for yuck and dead code
/ship git add + commit + push to main, no PR
/connect-chrome visible Chrome with the side panel
/retro weekly engineering retrospective
Requires Claude Code, Git, and Bun v1.0+.
git clone --single-branch --depth 1 https://github.com/vedthebear/vstack ~/.claude/skills/vstack
cd ~/.claude/skills/vstack && ./setupThen add a vstack section to your project's CLAUDE.md listing the skills
above and noting that /browse from vstack is the only browser tool to use
(never mcp__claude-in-chrome__*).
cd ~/.claude/skills/vstack && git pull && ./setupThere is no auto-upgrade and no version check. Pull when you want.
browse/— Playwright daemon and CLI. Stable.<skill>/SKILL.md.tmpl— generated to<skill>/SKILL.mdviabun run gen:skill-docs.config/skill-surface.sh— single source of truth for which skills install.code-complete-ethos.md— the engineering lens.ETHOS.md— Boil the Lake, Search Before Building.
MIT licensed.