flow

flow is a command for Claude Code from synaptiai/synapti-marketplace. It costs 56 tokens per session (1,821 once invoked), scanned A, original, Apache-2.0.

A command hub for common GitHub development tasks, such as starting work, committing changes, opening pull requests, reviewing code, merging, and releasing.

In plain words
What is it for?
Use it to manage feature work, commits, pull requests, reviews, merge conflicts, releases, project status, debugging, and design discussions.
Why use it?
It gives these tasks one consistent entry point and routes each request through the relevant workflow checks.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the flow plugin — 31 skills, 21 commands, 9 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/synaptiai/synapti-marketplace/flow
Clone the repo
git clone --depth 1 https://github.com/synaptiai/synapti-marketplace

Made for: Claude Code.

Or install flow, the plugin that ships this one along with the rest of its 31 skills, 21 commands, 9 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for flow

README.md
[![agentmods](https://agentmods.dev/badge/commands/synaptiai/synapti-marketplace/flow.svg)](https://agentmods.dev/commands/synaptiai/synapti-marketplace/flow)
Your own site
<a href="https://agentmods.dev/commands/synaptiai/synapti-marketplace/flow"><img src="https://agentmods.dev/badge/commands/synaptiai/synapti-marketplace/flow.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,821 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.01821
Opus 5 $0.00028 $0.00911
Sonnet 5 $0.00011 $0.00364
Haiku 4.5 $0.00006 $0.00182

Measured 2d ago against content hash 0a7429900ec5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

flow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/flow/commands/flow.md · 153 lines

How it starts

The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Flow: Skill-Driven Workflow

Universal dispatcher for the flow plugin. Parses intent from $ARGUMENTS and routes to the appropriate sub-command with required skills.

Required Skills

None — dispatcher only. Sub-commands declare their own Required Skills (see Skill Manifests below).

Skill Manifests

Each verb requires specific domain skills. The dispatcher invokes these deterministically:

Verb Required Skills Command
start branch-and-task-management, change-classification, capability-discovery /flow:start
commit change-classification, convention-enforcement /flow:commit
pr pr-lifecycle, code-review-methodology, capability-discovery /flow:pr
review code-review-methodology /flow:review
address feedback-resolution, change-classification, capability-discovery /flow:address
merge merge-and-release /flow:merge
resolve merge-conflict-resolution, capability-discovery /flow:resolve
release merge-and-release /flow:release
status (none — read-only) /flow:status
learn (none — analysis only) /flow:learn
setup capability-discovery /flow:setup
explain (none — read-only) /flow:explain
debug debugging-patterns, change-classification /flow:debug
design architecture-patterns, capability-discovery /flow:design
brainstorm brainstorming, capability-discovery /flow:brainstorm
issue issue-crafting /flow:issue

Routing Logic

Parse $ARGUMENTS to extract verb and target:

  1. Extract verb: First word of arguments (start, commit, pr, review, address, merge, resolve, release, status, learn, setup, explain, debug, design, brainstorm, issue)
  2. Extract target: Remaining arguments (issue number, PR number, version type, etc.)
  3. Route: Invoke the corresponding sub-command via Skill tool with the target as arguments

Read the full file on GitHub · 153 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 153 lines · 56 tokens per session scan A 0a7429900ec5

Subscribe to this mod's changes

flow is a command published in the GitHub repository synaptiai/synapti-marketplace (6 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 56 tokens to every session and 1,821 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.