gauss-agent-spawning

Spawn autonomous Gauss Agent processes with one-shot or interactive PTY sessions.

1.2k|116|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/math-inc/OpenGauss --skill gauss-agent-spawning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gauss-agent-spawning
Source: https://github.com/math-inc/OpenGauss/tree/main/skills/autonomous-ai-agents/gauss-agent
Command: npx skills add https://github.com/math-inc/OpenGauss --skill gauss-agent-spawning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spawn autonomous Gauss Agent processes to handle long-running tasks.

Core Features & Use Cases

  • Spawn fully independent Gauss Agent processes with their own sessions and state.
  • Support both non-interactive one-shot mode and interactive PTY sessions for multi-turn collaboration.
  • Enable multi-agent coordination with clear session lifecycle management and recovery guidance for reliability.

Quick Start

Start a Gauss agent in the background and interact with it using the process tool to submit tasks and monitor progress.

Frequently Asked Questions about gauss-agent-spawning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I spawn autonomous agents for long-running tasks?

To spawn autonomous agents for long-running tasks, this Skill initiates fully independent Gauss Agent processes. Each process operates with its own isolated session and state, allowing you to delegate extended workloads across multiple agent instances.

Can I run multi-agent collaboration in interactive PTY sessions?

Yes, you can run multi-agent collaboration in interactive PTY sessions. This Skill supports both non-interactive one-shot mode for automated execution and interactive PTY sessions, enabling dynamic multi-turn collaboration across independent agent instances.

What is the best way to manage multi-agent process lifecycle and prevent resource leaks?

The best way to manage multi-agent process lifecycle and prevent resource leaks is through this Skill's built-in coordination. It enforces basic safety checks during spawning and session lifecycle management to ensure recoverability and prevent resource exhaustion.

Does spawning independent agent processes allow state isolation between instances?

Yes, spawning independent agent processes allows complete state isolation between instances. Each spawned Gauss Agent process operates fully independent with its own dedicated session and state, ensuring that multi-turn collaboration remains segregated across instances.

How do I monitor progress after starting a Gauss agent in the background?

To monitor progress after starting a Gauss agent in the background, you interact with the spawned process using the process tool. This allows you to submit tasks to the autonomous agent and track its ongoing progress throughout the session lifecycle.