From accelerator
Create VCS commits for session changes. Use when the user wants to commit their work with well-structured, atomic commits.
npx claudepluginhub atomicinnovation/accelerator --plugin accelerator[optional message or flags]This skill is limited to using the following tools:
!`${CLAUDE_PLUGIN_ROOT}/scripts/vcs-status.sh`
Analyzes Git changes, groups staged/unstaged files into logical commits by feature/type/scope, and executes them one-by-one using conventional commit format.
Stages and commits git changes atomically with conventional messages. Analyzes status and diffs, groups into logical units (structural, behavioral, docs, config) without modifying code.
Stages session-modified files or all changes (--all), analyzes git diffs to generate conventional commit messages with type inference, and optionally pushes (--push) or closes issues (--close).
Share bugs, ideas, or general feedback.
!${CLAUDE_PLUGIN_ROOT}/scripts/vcs-status.sh
!${CLAUDE_PLUGIN_ROOT}/scripts/vcs-log.sh
!${CLAUDE_PLUGIN_ROOT}/scripts/config-read-context.sh
!${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-context.sh commit
!${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-instructions.sh commit