← ClaudeAtlas

log-itlisted

Use when the user asks to record what a session discovered or learned ("기록해줘", "로그 남겨줘", "log this", "/log-it"), when a session ends after non-obvious findings or trial-and-error, or before /clear would lose them.
AndrewDongminYoo/cc-agents-kit · ★ 2 · Code & Development · score 68
Install: claude install-skill AndrewDongminYoo/cc-agents-kit
# Log It ## Overview A session produces facts with different lifetimes and different readers. Logging them means routing each fact to the store whose reader needs it — never writing one narrative in the most convenient place. ## Route each fact by who must see it | The fact is... | Write to | Its reader | | ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- | | What the next session in THIS project must know at start (convention, gotcha, state) | project memory `~/.claude/projects/<slug>/memory/`, per the memory system prompt | auto-loaded via MEMORY.md | | A pattern that holds beyond this project | a cross-project store you keep outside any one repo — or, for agent-behaviour guidance confirmed in 2+ projects, `~/.claude/rules/` | whatever retrieves precedent for you | | Unfinished