Skip to main content
ClaudeWave
Skill85 estrellas del repoactualizado 25d 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.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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