Autocode daily-summary
End of session summary. What got done, what got fixed, what comes next, progress delta.
install
source · Clone the upstream repo
git clone https://github.com/ilang-ai/autocode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ilang-ai/autocode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/daily-summary" ~/.claude/skills/ilang-ai-autocode-daily-summary-a1edb3 && rm -rf "$T"
manifest:
skills/daily-summary/SKILL.mdsource content
::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 v3.0 | ilang.ai