Skip to content
Automation
Skill

/streaming-progress

Emit real-time progress events for streaming UI consumption.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill streaming-progress --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/streaming-progress

Context preview

The summary Claude sees to decide when to auto-load this skill.

Emit real-time progress events for streaming UI consumption.

SKILL.md

streaming-progress.SKILL.md
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]

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
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.