flow

flow is a skill for Claude Code from idean3885/claude-ops-agent. It costs 75 tokens per session (2,753 once invoked), scanned A, original, no licence file.

A single-entry workflow for taking a software issue through a specification, implementation, commit, and pull request.

In plain words
What is it for?
It helps handle issues, write specifications, implement changes, create Git commits, and open pull requests.
Why use it?
It keeps issue-based development in one flow and checks the Git state while moving through its stages.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ops-agent plugin — 11 skills, 3 agents, 7 hooks 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 skills/idean3885/claude-ops-agent/flow
Any agent
npx skills add idean3885/claude-ops-agent --skill flow
Clone the repo
git clone --depth 1 https://github.com/idean3885/claude-ops-agent

Made for: Claude Code.

Or install ops-agent, the plugin that ships this one along with the rest of its 11 skills, 3 agents, 7 hooks.

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/skills/idean3885/claude-ops-agent/flow.svg)](https://agentmods.dev/skills/idean3885/claude-ops-agent/flow)
Your own site
<a href="https://agentmods.dev/skills/idean3885/claude-ops-agent/flow"><img src="https://agentmods.dev/badge/skills/idean3885/claude-ops-agent/flow.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,753 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00075 $0.02753
Opus 5 $0.00037 $0.01376
Sonnet 5 $0.00015 $0.00551
Haiku 4.5 $0.00007 $0.00275

Measured 5d ago against content hash abdf7f05a740, 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 5d 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.

skills/flow/SKILL.md · 163 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 163 lines · 75 tokens per session scan A abdf7f05a740

Subscribe to this mod's changes

flow is a skill published in the GitHub repository idean3885/claude-ops-agent (1 stars, last pushed today), with no licence file. It adds 75 tokens to every session and 2,753 once invoked, about $0.0004 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-08-31.

Related

Other skills, from other repositories

done

Task completion workflow — run tests, commit, push, and update MASTERPLAN.md. Use when a task is finished and ready to ship. Triggers on "/done", "mark done", "task complete", "finish task", "ship it".

endlessblink/master-plan · 52 tokens

save

Save work-in-progress and push to remote. Like /done but keeps task IN PROGRESS. Use when switching machines, ending a session, or backing up work. Triggers on "/save", "save progress", "switch machine", "end session".

endlessblink/master-plan · 53 tokens

g-doc-review

Documentation review gate. Dispatches the doc-reviewer agent on the changed file set to check documentation currency against the code it describes, then issues a standalone DOCS READY or DOCS HOLD verdict. On DOCS READY it writes the doc-approval sentinel that the commit gate checks for doc/mixed commits. Read-only on…

onlygian/G-Forge · 102 tokens

g-retro

Synthesize a session retrospective from the silent-observer journal — no interview. Reads the passive activity log (.claude/journal/), git history, and g-docs/todo.md, and writes g-docs/retros/YYYY-MM-DD-topic.md with what happened, decisions inferred, patterns, and cold-start context.

onlygian/G-Forge · 69 tokens

commit

Git commit workflow with precommit hook handling, lint/type checking, README updates, and API reference updates. Use when the user wants to commit changes. Handles precommit hooks that modify files (formatting, linting) by re-staging and retrying. Runs ruff lint and pyright type checks on staged Python files, and…

ReflexioAI/claude-smart · 122 tokens

kn-commit

Use when committing code changes with proper conventional commit format and verification.

knowns-dev/knowns · 16 tokens