By poindexter12
Git workflow commands and the Will Haacket agent - a modern take on GitHub Flow aliases
npx claudepluginhub poindexter12/claude-flow --plugin claude-flowDelete 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)
Undo last commit but keep changes in working directory
Commit tracked changes as WIP (work in progress)
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.
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
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.