Git add all, commit with Claude, and push to current/new feature branch
Stages all changes, creates a commit with Claude co-authorship, and pushes to current or new feature branch.
/plugin marketplace add jmagar/claude-box/plugin install claude-box@claude-boxgit branch --show-currentgit status --shortgit remote -v | head -1git add .Important:
git push -u origin <branch> for new branchesgit push for existing branchesEnd with a summary of what was pushed and the branch name.