Install in seconds
Install this skill
Copy the command and run it in your terminal. You can review the source before installing.
terminal
git clone https://github.com/a5c-ai/babysitter

Works with Git. The repository opens in your current directory.

📊
AutomationJavaScript

Babysitter

by a5c-ai

Formats and emits real-time progress events with timestamps, stage information, and completion percentages for streaming UI consumption. Useful for tracking agentic workflow execution stages.

1.6K stars94 forksAdded 2026/07/20
agent-orchestrationagent-skillsagentic-aiagentic-workflowai-agentsai-automationbabysitterclaude-codeclaude-code-skillsclaude-code-workflowsclaude-skillsclaude-workflowscodex-plugincodex-skillscodex-workflowhermes-pluginpi-extensiontrustworthy-aivibe-coding

Documentation

README

Streaming Progress

Emit real-time progress events for streaming UI consumption.

Agent

Progress Streamer - automaker-progress-streamer

Workflow

  1. Receive progress event from execution stage
  2. Format event with timestamp and stage information
  3. Calculate completion percentage
  4. Generate human-readable summary
  5. Include machine-readable data for UI rendering
  6. Emit formatted event

Inputs

  • projectName - Project name
  • featureId - Feature being tracked
  • event - Progress event with stage, message, data

Outputs

  • Formatted streaming event with progress metrics

Process Files

  • automaker-orchestrator.js - Phase 3 (batch progress)
  • automaker-agent-execution.js - All stages