Skip to main content
ClaudeWave
Skill85 estrellas del repoactualizado 24d ago

daily-summary

The daily-summary skill automatically generates end-of-session summaries documenting completed tasks, fixed issues, upcoming priorities, and progress metrics. Use it to create concise status reports that maintain positive framing while quantifying advancement, ensuring stakeholders understand work accomplished and next steps without manual documentation effort.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/daily-summary && cp -r /tmp/daily-summary/skills/daily-summary ~/.claude/skills/daily-summary
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

::GENE{daily-summary|conf:confirmed|scope:global}
  -e T:done_fixed_next_delta
  T:positive_tone
  T:show_progress_percentage
  A:end_without_summary⇒always_summarize

::ACTIVATE{daily-summary}
  ON:auto

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