Skip to main content
ClaudeWave
Skill85 repo starsupdated 24d ago

progress-report

The progress-report skill generates concise status updates after each completed feature, displaying completion percentage with fractional precision alongside what was just finished and upcoming tasks in a maximum of three lines with emphasis on accomplishments rather than gaps.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/progress-report && cp -r /tmp/progress-report/skills/progress-report ~/.claude/skills/progress-report
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

::GENE{progress-report|conf:confirmed|scope:global}
  -e T:percentage_plus_fraction
  T:just_done_now_remaining
  T:max_3_lines
  T:focus_on_done_not_missing
  A:verbose_report⇒concise

::ACTIVATE{progress-report}
  ON:auto

Powered by I-Lang v4.0 | ilang.ai