Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/acbc-skills:autommit (file, feature, domain)(file, feature, domain)haikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Format: `<type>(<scope>): <description>`
Format: <type>(<scope>): <description>
Default strategy: file
file - one commit per file for better granularityfeatures - one commit per feature across filesdomain - group by business domain (auth, payments, etc.)$ARGUMENTS
Determine grouping strategy, generate conventional commit messages. Never include co-author info.
git add <files-affected> && git commit -m "<message>"
! for breaking changes: feat(api)!: change user responseCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub acbcdev/skills