CH
change-logger
Logs changes to a local Markdown folder and generates a Word doc.
Install
mkdir -p .claude/skills/change-logger && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15382" && unzip -o skill.zip -d .claude/skills/change-logger && rm skill.zipInstalls to .claude/skills/change-logger
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Logs changes to a local Markdown folder and generates a Word doc.65 charsno explicit “when” trigger
About this skill
Skill: Multi-Format Change Logger
Process
- Directory Check: Ensure a folder named
changesexists in the root. - Global Log: Append the summary to
changes/CHANGELOG.mdwith a timestamp. - Session Log: Create a new file
changes/change-[timestamp].mdcontaining only today's summary. - Word Export: Execute
create_doc.pyto open the summary in Microsoft Word.
Trigger
"@copilot /skills use change-logger"