# Commits Forbid

> Disable automatic committing. From now on, do NOT make commits unless the user explicitly asks. Used during try-and-error development. Use when: (1) User says 'commits forbid', 'no auto commit', 'don't commit automatically', (2) User wants to experiment without committing.

- Skill: `takazudo/commits-forbid` (Agent Skill)
- Install (CLI): `npx skillmds@latest add takazudo/commits-forbid`
- Raw SKILL.md: https://api.skillmd.com/api/skills/takazudo/commits-forbid/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: takazudo (https://skillmd.com/u/takazudo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/takazudo/commits-forbid

---


# Commits Forbid

From now on, do NOT make commits automatically. Making commits without explicit user permission is not allowed. Only commit when the user explicitly asks (e.g., via `/commits`).

This mode is for try-and-error development where the user is exploring different implementation directions and doesn't want intermediate work committed.

