Changelog observer
Skill claude-world/director-mode-lite/.claude/skills/changelog-observer
Use Claude Code like a Director, not a Programmer. MIT toolkit with Auto-Loop, guided setup, 27 commands, 14 agents, and 32 skills.
npx -y skills add claude-world/director-mode-lite --skill changelog-observerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
SKILL.md
1.1 KB, as published. Nobody here has run it
Changelog Observer
Track session context in .changelog/session-YYYY-MM-DD.md.
Log target
- Use
.changelog/session-YYYY-MM-DD.mdfor the current local date. - Create
.changelog/and the session file if they do not exist. - If the session file is new, initialize it from template.md.
- Append new entries in chronological order.
What to log
file-change: after creating, editing, or deleting project files.test-result: after running tests, checks, or validation commands.decision: after making an implementation or architecture decision worth preserving.
Entry rules
- Keep each description short and specific.
- List only directly affected files.
- Use
nonewhen no files were changed. - Do not rewrite earlier entries unless they are incorrect.
Template
Use the markdown structure in template.md for each appended entry.