From core
Use when committing changes to git — provides commit message formatting rules and an interactive commit workflow.
npx claudepluginhub lachtan/nicecode --plugin coreThis skill uses the workspace's default tool permissions.
Commit message formatting rules and an interactive commit workflow.
Stages intended Git changes, avoiding secrets, and commits with clear Conventional Commit messages. Use when work is ready and diff is understood.
Creates git commits with clear, value-communicating messages from staged or unstaged changes, following repo conventions or conventional commit format. Use when user says 'commit' or 'save changes'.
Generates descriptive commit messages following conventional commits format by analyzing git diffs. Useful when writing commit messages or reviewing staged changes.
Share bugs, ideas, or general feedback.
Commit message formatting rules and an interactive commit workflow.
feat:, docs:, refactor:.Co-Authored-By: ... line to commit messages unless the user explicitly requests it.git status — check the state of the working tree and staging area.git add .).git commit.