Complete release and git workflow management. Semantic versioning, branch strategies, and conflict resolution. Use for releases, version management, git-flow setup, or resolving rebase conflicts.
Manage git-flow branching workflows. Use when working with feature branches, release branches, hotfixes, or configuring branching strategy. Supports Classic GitFlow, GitHub Flow, GitLab Flow, and custom configurations.
Initialize git-flow, manage feature/release/hotfix branches, and coordinate multi-component releases. Use when setting up branching strategy, starting/finishing branches, or releasing with semantic versioning. Integrates with release-process skill.
Resolve git rebase conflicts one block at a time with verification. Use when rebasing, resolving merge conflicts, or continuing a rebase. Works with git rerere. Always keeps HEAD by default, verifies with grep, never uses bulk operations. Delegates file edits to subagents.
Plan and execute releases with semantic versioning and bracket-based freezing. Use when: "how do I release", "bump the version", "write the changelog", "what version comes next", "release the plugin", or managing scope creep in monorepos. Prevents version thrashing; supports single projects, monorepos, and multi-component systems.
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.
Comprehensive release management and versioning guidance for Claude Code projects.
dev-flow provides comprehensive release and git workflow management for teams. It guides semantic versioning with bracket-based freezing, branch strategy coordination, and systematic rebase conflict resolution. Works with single-component projects, multi-component systems, monorepos, and Claude plugins.
The release-process skill guides you through:
The git-flow and git-flow-next skills help you:
The rebase-resolver skill helps you:
/plugin marketplace add full-stack-biz/claude-dev-flow
/plugin install dev-flow@dev-flow-marketplace
Or directly from GitHub:
claude plugin install https://github.com/full-stack-biz/claude-dev-flow --scope user
When planning a release, ask Claude:
"Help me release version X.Y.Z for my project"
or
"Guide me through the release process using the bracket system"
The plugin will:
Prevents version thrashing by freezing at scope level:
Core principle: Version freezes at bracket level until commit. Can jump to higher bracket if scope demands it. After commit, reset for next cycle.
Last commit: 1.2.0
Start patch work → 1.2.1 (patch frozen)
Discover new feature → 1.3.0 (minor frozen, jumped brackets)
Discover breaking change → 2.0.0 (major frozen, jumped brackets)
More work discovered → 2.0.0 (major, don't bump further)
Commit: 2.0.0
git diff before writing changelogIn monorepos and plugins:
npx claudepluginhub full-stack-biz/claude-dev-flow --plugin dev-flowCreate and manage Claude Code skills, plugins, subagents, and hooks. Use when building new skills, validating existing skills, testing skills empirically, creating plugins, converting projects to plugins, creating hooks, or managing plugin automation. Includes /skills-toolkit:skill-composer, /skills-toolkit:skill-refiner, /skills-toolkit:skill-tester, /skills-toolkit:plugin-creator, /skills-toolkit:subagent-creator, /skills-toolkit:hook-creator, and /skills-toolkit:ask-user-question skills.
Comprehensive Rails development guidance and reference library. Use when working with Rails projects, database migrations, API design, testing, deployment, and other Rails ecosystem tasks. Provides expert guidance on best practices, common patterns, troubleshooting, and production-safe strategies.
Fetch a URL as markdown, extract a single anchor section from a web page, or list all page anchors with hierarchy. Supports pagination for large pages. Use when you need to read a URL, fetch a specific section of a page, or discover what sections a page has.
Git workflow management with feature branches, releases, and hotfix flows
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
External artifacts: commit, pull-request, release-tag, issue-create
Enhanced Git commands for better version control workflow
Git workflow and version control specialist for git strategies (gitflow, trunk-based), merge conflict resolution, interactive rebase, cherry-pick, bisect, reflog, hooks, and submodules. Use when working with complex git operations, resolving conflicts, or implementing git workflows.
GitFlow workflow automation for feature, hotfix, and release branches