commit
✓Creates git commits. Use this skill whenever the user asks to commit, or whenever you need to commit changes as part of a task.
Installation
SKILL.md
Creating clean, atomic commits that follow best practices for version control hygiene. The core principle is one logical change per commit - each commit should represent a single, coherent, easily revertable modification that can stand alone.
ALWAYS cd to project root before git commands. NEVER use git -C. Execute git commands directly without explanatory preamble. Commit immediately without confirmation prompts (never use interactive mode).
Creates git commits. Use this skill whenever the user asks to commit, or whenever you need to commit changes as part of a task. Source: vinta/hal-9000.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vinta/hal-9000 --skill commit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/vinta/hal-9000 --skill commit- Source
- vinta/hal-9000
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-07
- Updated
- 2026-02-18
Quick answers
What is commit?
Creates git commits. Use this skill whenever the user asks to commit, or whenever you need to commit changes as part of a task. Source: vinta/hal-9000.
How do I install commit?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vinta/hal-9000 --skill commit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/vinta/hal-9000
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-07