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.md
source content

Purpose

Record what changed, why, and how it was verified.

Steps

  1. Add an entry to
    ACTION_LOG.md
    .
  2. Mirror the entry in
    ACTION_LOG.jsonl
    .
  3. Include commands and evidence.
  4. Link to
    IMPACT.md
    when the change is high risk.

Guardrails

  • Keep entries brief and factual.