cgbarlow

Sync Target — Development skill for Claude Code

Development community

Clone or fast-forward the local checkout of the target repo (cgbarlow/braintrust) into target/braintrust.

How to install Sync Target

Installs to ~/.claude/commands/cgbarlow-braintrust-mh-sync-target.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/cgbarlow/braintrust-mh/HEAD/.claude/commands/sync-target.md -o ~/.claude/commands/cgbarlow-braintrust-mh-sync-target.md

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

What Sync Target does


description: "Clone or fast-forward the local checkout of the target repo (cgbarlow/braintrust) into target/braintrust."

Run `node bin/cli.js sync-target` (or `npx braintrust-mh sync-target`).

  1. Read .harness/target.json for the remote URL and default branch.
  2. Clone into target/braintrust if it doesn't exist yet, else fetch + hard-reset to origin/.
  3. Report the checkout path so subsequent agents (architect/implementer/reviewer/test-writer) read real code, not j

Alternatives in Development

  • Epic Claim — Claim an epic issue, stamp coordination state, and sync local ownership 243.5k ★
  • Om Meeting — Prep for any meeting by topic — subject-forward briefing with open tasks, blockers, and brainstormed considera 4.6k ★
  • Fidelity — Measure how faithfully a clone reproduces a site — pixel-diff plus motion-fidelity into one 0-100 score, a let 3.6k ★

Full documentation available on GitHub

View Source Repository