Skip to main content
ClaudeWave
Skill85 repo starsupdated 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.

Install in Claude Code
Copy
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
Then start a new Claude Code session; the skill loads automatically.

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