Claude Live Progress Skill — Development skill for Claude Code
A Claude Agent Skill that shows a live progress bar, step timeline and ETA for long-running agent tasks.
How to install Claude Live Progress Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open bhu0345/claude-live-progress-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Live Progress Skill does
A Claude Agent Skill that shows a live progress bar, step timeline and ETA for long-running agent tasks. 让 Claude 长任务有实时进度条和预计完成时间。
Alternatives in Development
- 07 Timeline Gap Analysis — Timeline Gap Analysis 1.1k ★
- Recent Memories — Display the most recent memories and activity from Claude's persistent storage 332 ★
- Anything2explainer — Topic in, narrated explainer video out 151 ★
README
Live Progress: a progress bar and ETA for Claude's long tasks
**English** | [简体中文](README.zh-CN.md)
  
When Claude works on a long task (research, batch file processing, a multi-section report), you usually can't tell how far along it is or how long it will take. **live-progress** is an [Agent Skill](https://github.com/anthropics/skills) that fixes that. At the start of a long task, Claude publishes a live progress page as an artifact. You can open it at any time to see:
- what Claude is doing right now
- every step, with its status and time taken
- a segmented progress bar, where each segment is sized by that step's estimated time
- time elapsed, time left, and the expected finish time
- a short activity log
**[▶ Try the live demo](https://bhu0345.github.io/claude-live-progress-skill/en/)** (simulated data, updates every few seconds)
How it works
Claude ──ArtifactData.update──▶ artifact database (run/state) ──live subscription──▶ progress page
(once per checkpoint) (ticks every second)
- The page never writes anything. It subscribes to one document,
run/state, in the artifact's database. - Claude writes a small merge update at each checkpoint, usually when one step ends and the next begins. Only the changed fields are sent.
- The page does all the timing and ETA work itself, every second, from the timestamps Claude wrote.
How the ETA is estimated
- Claude gives every step an estimate in minutes (
est) when it plans the task. - The page learns a **p
Related Skills
Claudometer
Your Claude usage limits in the macOS menu bar — shown exactly the way Claude shows them, plus live service st
Caff
macOS menu bar app that keeps the Mac awake during long-running agent tasks (Swift + IOKit)
Clawake
Keep your Mac awake, even with the lid closed. Tiny native menu-bar app for long-running tasks: Claude Code, b
Octobench
Benchmark harness that compares coding agents — not just models — on real, contamination-resistant tasks: 80 f
Csf Quarterly Update
Claude Agent Skill that drafts a CSF quarterly update (Quarterly_Updates row) from an evidence corpus — timeli
Team Status
Get comprehensive status report for the current agent team. Shows phase progress, findings, and recommendation
Related Agents
Autonomous
Long-running autonomous tasks, background processing, multi-step workflows
Code Review Bar Raiser
Review code for production readiness — correctness, operability, testability, backward compatibility, readabil
Deck Critic
Looks at the rendered PNGs of a finished Marp deck and critiques composition against the examples/ quality bar