tabz-terminals

Community

Spawn and manage TabzChrome terminals.

AuthorGGPrompts
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables automated spawning and orchestration of terminal tabs inside TabzChrome, allowing teams to provision terminal workspaces on demand and coordinate parallel Claude sessions.

Core Features & Use Cases

  • Spawn terminal tabs via the TabzChrome REST API to initialize workers or kickoff Claude tasks.
  • Create and manage terminal workspaces, including starting commands and working directories, across multiple workers.
  • Coordinate parallel work with per-worker worktrees for isolated development sessions.

Quick Start

Use the TabzChrome Spawn API to create a terminal tab. Example: curl -X POST http://localhost:8129/api/spawn
-H "Content-Type: application/json"
-H "X-Auth-Token: $TOKEN"
-d '{"name": "Worker","workingDir": "~/projects","command": "bash"}'

Dependency Matrix

Required Modules

bdgitnpmpnpmyarnflock

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: tabz-terminals
Download link: https://github.com/GGPrompts/TabzChrome/archive/main.zip#tabz-terminals

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.