From mcpserver
Pause Claude Code work and commit/push dirty repo state when asked for "commit-sync", "checkpoint", or "sync to origin".
How this skill is triggered — by the user, by Claude, or both
Slash command
/mcpserver:commit-syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pause the active task. Report repo-scope state with `git status --short --untracked-files=all`, current branch, and origin remote. Wait for explicit acknowledgement before staging, committing, or pushing.
Pause the active task. Report repo-scope state with git status --short --untracked-files=all, current branch, and origin remote. Wait for explicit acknowledgement before staging, committing, or pushing.
After acknowledgement, stage the full dirty tree with git add -A -- ., commit all scoped changes, capture the commit SHA with git rev-parse HEAD, and push with git push origin HEAD:<current-branch>. Report the push result.
Never force push, rewrite history, rebase, reset, or discard unrelated user changes.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub sharpninja/mcpserver-claude-code-plugin --plugin mcpserver