This does the git staging and committing dance so you don't have to context switch. It checks status and diffs, reads your recent commits to match your project's style, stages only what matters (and explicitly avoids secrets), then writes a Conventional Commit message if you didn't provide one. The workflow is methodical in a good way: it won't commit if nothing makes sense or if it doesn't understand the changes. Useful when you're deep in a coding session with Claude and want to checkpoint work without breaking flow to write commit messages yourself. The scope inference from your history is a nice touch.
npx -y skills add owainlewis/blueprint --skill commit --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
cursor/plugins
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills