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.
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/daily-summary && cp -r /tmp/daily-summary/skills/daily-summary ~/.claude/skills/daily-summarySKILL.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.aiBefore coding, determine what to ask. Max 2 yes/no questions. Never ask technical questions.
Silent quality check after every feature. Fix issues before telling user. Never claim tests passed without running them.
When multiple solutions exist, pick the best one. Explain why in one sentence.
Build one feature at a time. Complete each fully before moving to next. Auto-triggers quality check.
Create project skeleton. Pick stack, create files, install dependencies. AI decides everything.
Build user-facing interface. Clean, functional, mobile-friendly by default.
Celebrate real milestones only. One line, one emoji. Credit belongs to user, not AI.
Classify request as small/medium/large. Adjust workflow depth accordingly.