By poindexter12
Git workflow commands and the Will Haacket agent - a modern take on GitHub Flow aliases
Delete local branches that have been merged into default
Complete branch workflow: checkout default, sync, and clean merged branches
Quick savepoint commit (stages all changes)
Start a new feature branch from updated default branch
Sync current branch with remote (pull with rebase and prune)
Generate consistent, readable branch names from descriptions.
Generate commit messages by analyzing git diff following Conventional Commits format. Use when user says "commit", "commit my changes", "write a commit message", "what should I commit as", needs help describing changes, or is about to commit without a message.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin for git workflow automation. Modernizes Phil Haack's GitHub Flow aliases for the AI era.
| Command | Description |
|---|---|
/flow:start <branch> | Create feature branch from updated default |
/flow:sync | Pull with rebase and prune |
/flow:save [msg] | Quick savepoint commit |
/flow:wip | Commit tracked changes as WIP |
/flow:undo | Undo last commit, keep changes |
/flow:done | Complete branch: checkout default, sync, clean |
/flow:clean | Delete merged local branches |
A git workflow assistant that handles the interactive stuff:
Invoke with: @will-haacket commit and push
/flow:start.# Add to your project's .claude/settings.json
{
"plugins": ["github:poindexter12/claude-flow"]
}
# Start a feature (branch name or description)
/flow:start add-user-auth
/flow:start "add user authentication"
# Work on your code...
# Quick save
/flow:save "checkpoint before refactor"
# Ready to commit properly
@will-haacket commit and push
# After PR merges
/flow:done
MIT
npx claudepluginhub poindexter12/claude-flow --plugin claude-flowOperational tooling for development workflows - git worktree management, GitHub issues backlog
Claude Code component authoring system - agents for creating and optimizing agents, commands, and skills
Domain knowledge for infrastructure technologies - Terraform, OpenTofu, Packer, Ansible, Docker, Proxmox
Git workflow best practices with commit validation hooks
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.