From context-router
Deliberate write-back skill. Triggered only by explicit user instruction: "/project-sync", "update the context file", "save this session", "write back". Never invoked automatically. Requires user intent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-router:project-syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user explicitly requests a project context update:
When the user explicitly requests a project context update:
Read current state — call read_project with the active project's keywords to get the current .md content.
Sync repo delta (if repo configured) — call sync_from_repo for the active project. Review the commit summary and diffs for architecturally significant changes.
Merge — synthesize:
Write back — call write_project with the project key and merged content. Confirm the result to the user.
Update lastSyncedCommit — remind the user to update lastSyncedCommit in their config.json to the SHA reported by sync_from_repo.
Use /context-router:project-sync to invoke.
npx claudepluginhub vproplayer/context-router --plugin context-routerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.