Claude-skill-registry action

Execute a small batch of conditional actions only after verifying they are safe and unused.

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" ~/.claude/skills/majiayu000-claude-skill-registry-action && rm -rf "$T"
manifest: skills/data/action/SKILL.md
source content

Intent

Use for small cleanup actions like removing unused deps.

Steps

  1. Verify each target independently (rg search, import checks).
  2. If used, skip with reason.
  3. If unused, execute the action safely.
  4. Report executed vs skipped.

Limits

  • Max 5 items per batch.