agentskills.codes
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.zip

Installs 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

  1. Directory Check: Ensure a folder named changes exists in the root.
  2. Global Log: Append the summary to changes/CHANGELOG.md with a timestamp.
  3. Session Log: Create a new file changes/change-[timestamp].md containing only today's summary.
  4. Word Export: Execute create_doc.py to open the summary in Microsoft Word.

Trigger

"@copilot /skills use change-logger"

Search skills

Search the agent skills registry