GGPromptsGGPromptsCommunityยท18 Agent Skills Included

TabzChrome

Persistent bash terminals and browser automation in Chrome sidebar

Runs real Linux bash terminals inside the Chrome sidebar with tmux persistence, profiles, and split panes. Eliminates constant window switching by keeping coding assistants, TUI apps, and dev servers visible while browsing. Adds browser automation for screenshots, form filling, network debugging, and programmatic terminal spawning via REST API.
npx skills add GGPrompts/TabzChrome --all -g -y
Available:

Instructs your AI agent on the extension architecture, terminal spawning API, MCP browser tools, and how to route work to the tabz-browser, tabz-terminals, and tabz-development skills.

All Skills in This Repository (18)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
GGPromptsGGPrompts

terminals

Spawn and manage terminal tabs in TabzChrome via REST API.

Community
Intermediate
๐Ÿ“ฆ In Repo
GGPromptsGGPrompts

integration

Integrate external projects with TabzChrome terminals via Markdown, HTML attributes, WebSocket/JS API, and POST /api/spawn.

Community
Intermediate
๐Ÿ“ฆ In Repo
GGPromptsGGPrompts

browser

Automate browser tasks with Tabz MCP tools for screenshots, form filling, and network debugging.

Community
Basic
๐Ÿ“ฆ In Repo
GGPromptsGGPrompts

breakdown

Break down epics and features into backlog tasks with dependencies.

Community
Intermediate
๐Ÿ“ฆ In Repo
GGPromptsGGPrompts

merge

Merge feature branches into main and clean up worktrees using Git.

Community
Advanced
๐Ÿ“ฆ In Repo
GGPromptsGGPrompts

prompt-craft

Craft worker prompts from backlog issues using Claude 4 best practices.

Community
Basic
๐Ÿ“ฆ In Repo
GGPromptsGGPrompts

running-tests

Discover and run Jest, Pytest, Cargo, and Go tests with a 300-second timeout.

Community
Intermediate
๐Ÿ“ฆ In Repo
GGPromptsGGPrompts

automating-browser

Automate Chrome browser tasks via Tabz MCP tools.

Community
Advanced
๐Ÿ“ฆ In Repo
GGPromptsGGPrompts

docs-check

Detect user-facing changes and write a JSON checkpoint to .checkpoints/docs-check.json.

Community
Basic
๐Ÿ“ฆ In Repo
GGPromptsGGPrompts

reviewing-code

Run codex review on the current worktree and write a structured checkpoint.

Community
Intermediate
๐Ÿ“ฆ In Repo
GGPromptsGGPrompts

visual-qa

Run visual smoke checks and write PASS/FAIL results to .checkpoints/visual-qa.json.

Community
Basic
๐Ÿ“ฆ In Repo
GGPromptsGGPrompts

brainstorming

Convert vague ideas into structured beads workflows with epics and dependencies.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How to install TabzChrome?โ–ผ

Run `npx skills add GGPrompts/TabzChrome --all -g -y` in your terminal to install all skills in this suite globally.

How to run terminals in the Chrome sidebar?โ–ผ

TabzChrome connects a Chrome side panel extension to a local Node backend over WebSocket, giving you real bash terminals that persist through tmux sessions.

Can AI control my browser with TabzChrome?โ–ผ

Yes. The included MCP tools let your agent take screenshots, fill forms, click elements, inspect network requests, and manage tabs directly in Chrome.

How to spawn parallel coding workers?โ–ผ

Use the Spawn API with git worktrees to launch multiple isolated worker terminals, each running its own coding session on a separate branch.

Does TabzChrome work on Windows and macOS?โ–ผ

Yes. It runs cross-platform on WSL2 for Windows, plus native Linux and macOS, requiring only Node.js, Chrome, and tmux.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’