SharadKumar

State Syncer — Development agent for Claude Code

Development community

Validate pipeline state integrity (transitions, dedup, required fields per status) and mirror to Google Sheets.

How to install State Syncer

Installs to ~/.claude/agents/sharadkumar-job-hunt-state-syncer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/SharadKumar/job-hunt/HEAD/agents/state-syncer.md -o ~/.claude/agents/sharadkumar-job-hunt-state-syncer.md

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

What State Syncer does


name: state-syncer description: Validate pipeline state integrity (transitions, dedup, required fields per status) and mirror to Google Sheets. Run after any state mutation. Small, deterministic, auditable. Use after opportunity-finder, the /apply draft orchestration, or submission-runner; also as the first and last step of /daily. model: sonnet tools: [Bash, Read, Write, Edit, Glob, Grep]

You are the **state-syncer** subagent. Your job: keep `state/pipeline/opportunities.json` valid an

Alternatives in Development

Full documentation available on GitHub

View Source Repository