/sync-registry

SkillDev tools

Rebuild a company resource registry index.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the /sync-registry skill

What this skill tells your AI

The instructions your AI receives, as published by indigoai-us/hq-core in .claude/skills/sync-registry/SKILL.md and read by ahel’s review.

Regenerate a company's resource-registry index (registry.yaml) from its resources/*.yaml files.

Usage

/sync-registry [company-slug] — slug optional; falls back to cwd / handoff context when omitted.

Workflow

COMPANY="${1:-$(jq -r '.active.slug // empty' workspace/threads/handoff.json 2>/dev/null)}"
[ -z "$COMPANY" ] && echo "no company resolved" && exit 1
cd "companies/$COMPANY/registry" && bash scripts/generate-index.sh

Writes the regenerated registry.yaml and exits. See companies/{co}/registry/scripts/generate-index.sh for the index shape.

Signals

GitHub stars
84
Forks
15
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
sync-registry
Source
github.com/indigoai-us/hq-core