Git workflow best practices — Git Flow branch prefixes (feature/bugfix/hotfix/release), Conventional Commits format with feat/fix/docs/style/refactor/test/chore types, atomic commits with imperative mood, pre-commit hygiene (tests/diff/lint/no-debug/no-secrets), pull --rebase before push, no force-push to shared branches, max ~400 LOC per PR, self-review first, squash on merge for clean main history
Installation
1
Add the marketplace
/plugin marketplace add mvolkov83/skills
2
Install plugins
/plugin
Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.