Claude-skill-registry action_logger
Keep an audit trail of changes, commands, and verification.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/action-logger" ~/.claude/skills/majiayu000-claude-skill-registry-action-logger && rm -rf "$T"
manifest:
skills/data/action-logger/SKILL.mdsource content
Purpose
Record what changed, why, and how it was verified.
Steps
- Add an entry to
.ACTION_LOG.md - Mirror the entry in
.ACTION_LOG.jsonl - Include commands and evidence.
- Link to
when the change is high risk.IMPACT.md
Guardrails
- Keep entries brief and factual.