gob-background-jobs

Community

Run multiple tasks in parallel with gob.

Authorcaiokf
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill teaches how to manage background tasks using gob to run multiple commands in parallel or handle long-running processes without blocking context.

Core Features & Use Cases

  • Dispatch independent commands with gob add
  • Track progress and capture output with gob await
  • Compare gob-based workflows with parallel Bash tool calls for better reliability

Quick Start

Dispatch three tasks in parallel: gob add npm run build gob add npm test gob add npm run lint Then await results with gob await-any for each and proceed based on outcomes.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: gob-background-jobs
Download link: https://github.com/caiokf/homepage/archive/main.zip#gob-background-jobs

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