Namespaced Flow commands for commit authoring, push safety, and CI analysis in Claude Code.
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install flow-2@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/flow-2.json
Step 2: Install the plugin
/plugin install flow-2@flow-2
Namespaced Flow commands for conventional commits, safe pushes, and CI triage in Claude Code.
/flow:commit
— Create emoji conventional commits with intelligent splitting and lint checks (/flow:commit [topic]
)./flow:push
— Guard pushes by reviewing unpushed commits for risky content (/flow:push
)./flow:ci
— Summarize GitHub Actions runs and analyze failures (/flow:ci [workflow=<file|id>|all]
)..claude-plugin/marketplace.json
):
/plugin marketplace add ./
from this repo, or/plugin marketplace add ilyannn/claude-commands
/plugin install flow@dev-flow-tools
/flow:
to confirm the commands are available.See CONTRIBUTING.md for project layout, tasks, and contributor notes.
/flow:ci
relies on the GitHub CLI; run gh auth login
before use.
1.0.1