setup-registry-workflow

Installation
SKILL.md

Setup Registry Workflow

What This Sets Up

  • Stop hook that checks if redpanda-ui component files were modified without updating registry.json
  • Reminds to rebuild registry and update changelog

Steps

1. Create hook script

Copy scripts/registry-check.sh into .claude/hooks/. Make executable.

2. Configure Stop hook in .claude/settings.json

{
  "hooks": {
    "Stop": [
      {
        "hooks": [
          { "type": "command", "command": ".claude/hooks/registry-check.sh" }
        ]
      }
    ]
  }
}

3. Verify & Commit

  • Hook is executable
  • Modifying a file in redpanda-ui/ without touching registry.json triggers reminder

Commit: Add registry workflow reminder hook

Related skills
Installs
5
GitHub Stars
3
First Seen
Mar 25, 2026