Sync Agent Briefs
Use this skill for durable repo changes, not session notes. Typical triggers:
- top-level layout, packages, routes, integrations, MCP tools, or key files changed
- root scripts, CI behavior, lint/typecheck policy, or completion workflow changed
- environment variables, setup steps, or operating conventions changed
Workflow
- Read the relevant code changes and decide whether the repo brief is now stale.
- Make the durable documentation edits in
AGENTS.mdfirst. Treat it as the canonical source. - Run
pnpm agent-briefs:syncfrom the repo root to regenerateCLAUDE.mdandGEMINI.md. - Run
pnpm agent-briefs:checkto confirm the three files are synchronized. - Before marking the work done, run
pnpm lintandpnpm typecheck.
Rules
- Do not mark work done while
pnpm lintorpnpm typecheckfail. - For broader validation or PR-ready work, prefer
pnpm check. - Keep the three orientation files semantically aligned. Harness-specific label lines are the only intended differences.
- Do not add ephemeral TODOs, debugging notes, or session history to these files.
Source: michaelzick/timefraim — distributed by TomeVault.