Sync Vendored banner
esond esond

Sync Vendored

Development community

Description

--- description: Check the vendored skills against their upstream repos, and pull in what changed. --- Run `sh scripts/sync-vendored.sh` from the repo root to see whether any skill vendored in `vendor/UPSTREAM.json` has moved upstream. Pass `$ARGUMENTS` through to the script. If it reports drift: 1. Show me the diff it printed, grouped by skill, and say what each change actually does — not just that lines moved. 2. Ask whether I want it. Some upstream changes are not worth taking. 3. On a

Installation

Installs to ~/.claude/commands/esond-claude-skills-sync-vendored.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/esond/claude-skills/HEAD/.claude/commands/sync-vendored.md -o ~/.claude/commands/esond-claude-skills-sync-vendored.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository