project-sync
Installation
SKILL.md
Project Sync — CLI Bridge to Web Database
This skill provides sync.ts, the CLI script that bridges agent skills to the web database.
All release-decision skills call this script to persist state changes. No skill should construct HTTP requests or JSON payloads directly — always use sync.ts.
Script Location
Always invoke with the absolute path — the bash tool's cwd on sandbox0 VMs is /workspace, not the skill directory, so a relative scripts/sync.ts will fail with Cannot find module.
npx tsx $HOME/.claude/skills/project-sync/scripts/sync.ts <command> [args]
All flag arguments require the
--prefix (e.g.--primaryMetric '{...}', never bareprimaryMetric '{...}'). The script will reject or ignore bare-name pairs.