Emit real-time progress events for streaming UI consumption.
Scanned 5/29/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill streaming-progress --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Streaming Progress?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-streaming-progress)More formats (shields.io, HTML) on the badges page.
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!