install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/methodologies/automaker/skills/streaming-progress" ~/.claude/skills/a5c-ai-babysitter-streaming-progress && rm -rf "$T"
manifest:
library/methodologies/automaker/skills/streaming-progress/SKILL.mdsource content
Streaming Progress
Emit real-time progress events for streaming UI consumption.
Agent
Progress Streamer -
automaker-progress-streamer
Workflow
- Receive progress event from execution stage
- Format event with timestamp and stage information
- Calculate completion percentage
- Generate human-readable summary
- Include machine-readable data for UI rendering
- Emit formatted event
Inputs
- Project nameprojectName
- Feature being trackedfeatureId
- Progress event with stage, message, dataevent
Outputs
- Formatted streaming event with progress metrics
Process Files
- Phase 3 (batch progress)automaker-orchestrator.js
- All stagesautomaker-agent-execution.js