Install/uninstall hooks that enforce git-town over raw git commands in Claude Code. Blocks forbidden git commands. TRIGGERS - enforce git-town, install hooks, git-town hooks, prevent raw git.
/plugin marketplace add terrylica/cc-skills/plugin install git-town-workflow@cc-skills[install|uninstall|status]<!-- ⛔⛔⛔ MANDATORY: READ THIS ENTIRE FILE BEFORE ANY ACTION ⛔⛔⛔ --> # Git-Town Enforcement Hooks — Installation **This command installs Claude Code hooks that BLOCK forbidden raw git commands.** ## What Gets Blocked | Forbidden Command | Reason | Replacement | |-------------------|--------|-------------| | `git checkout -b` | Creates untracked branches | `git town hack` | | `git pull` | Bypasses sync workflow | `git town sync` | | `git merge` | Manual merges break flow | `git town sync` | | `git push origin main` | Direct main push dangerous | `git town sync` | | `git branch -d` | Manua...