mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-06-26 12:23:01 +02:00
a42aab248a
Three new skills replacing the deprecated commit-commands plugin: - git-commit: Convention-aware commit creation with logical commit splitting at the file level when changes have distinct concerns - git-commit-push-pr: Adaptive PR descriptions that scale in depth with change complexity, conditional test plans, and GitHub-safe formatting - git-clean-gone-branches: Fetch-first branch cleanup with user confirmation and worktree handling, using a shell script for reliable parsing All three use `command git` to bypass RTK proxies and shell aliases.