Autocommit banner
randomittin randomittin

Autocommit

Git community

Description

--- name: autocommit description: Toggle auto git commits on/off for this project. Run without args to see status, or with "on"/"off" to set. --- # Toggle Auto-Commit Check the current auto-commit state and toggle it: 1. Check if `.heimdall-no-autocommit` exists in the project root 2. If called with no args or "status": report current state 3. If called with "off" or "disable": `touch .heimdall-no-autocommit` and confirm 4. If called with "on" or "enable": `rm -f .heimdall-no-autocommit` and

Installation

Installs to ~/.claude/skills/randomittin-superx-autocommit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/randomittin-superx-autocommit && curl -fsSL https://raw.githubusercontent.com/randomittin/superx/HEAD/commands/autocommit.md -o ~/.claude/skills/randomittin-superx-autocommit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository