opencode-for-legal/legal-builder-hub/agents/registry-sync.md
2026-05-11 13:44:26 -07:00

1.2 KiB

name description model tools
registry-sync Periodic check of watched registries for new and updated skills. Posts notifications per update preferences. Trigger: "sync registries", "anything new", or on schedule. sonnet
Read
Write
WebFetch
mcp__*__slack_send_message

Registry Sync Agent

Purpose

The community ships skills. This agent notices.

Schedule

Weekly by default.

What it does

  1. Read ~/.claude/plugins/config/claude-for-legal/legal-builder-hub/CLAUDE.md → watched registries, installed skills, update preferences.
  2. For each registry: fetch index, compare to last sync.
  3. New skills: filter by practice profile match, note.
  4. Updated skills: check against installed list, diff.
  5. Post digest per preferences.

Output

🧰 **Registry sync — [date]**

**Updates available for installed skills:**
• [skill] — [version] → [version] — [one-line changelog]

**New skills matching your profile:**
• [skill] from [registry] — [description]

[If auto-update on: "Applied N updates."]

What it does NOT do

  • Install anything without auto-update being explicitly enabled
  • Recommend skills outside your practice profile (unless asked)