From claude-resources
Disables automatic git pushes to remote, giving the user manual control over when changes are pushed. Useful during sequential development or to save CI costs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-resources:push-forbidThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
From now on, do NOT push to the remote automatically. Even if you commit changes, never push unless I explicitly ask you to. This is typically used during sequential large development or to save CI costs.
From now on, do NOT push to the remote automatically. Even if you commit changes, never push unless I explicitly ask you to. This is typically used during sequential large development or to save CI costs.
npx claudepluginhub takazudo/claude-resources --plugin claude-resourcesDisables automatic committing during try-and-error development. Only commits when the user explicitly asks.
Stages all changes, creates a conventional commit, and pushes to the remote branch. Use when the user wants to commit and push changes to GitHub or remote.