org-flow

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

A skill for coordinating work across multiple repositories and choosing between internal and public service providers.

In plain words
What is it for?
Use it to start or finish organization workflows, request reviews, submit work, and coordinate multiple repositories.
Why use it?
It organizes multi-repository work and creates an organization setup manifest when first used.

Skill for Claude Code

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

Part of the ops-agent plugin — 12 skills, 3 agents, 7 hooks shipped together

Good fit Use it to start or finish organization workflows, request reviews, submit work, and coordinate multiple repositories.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/idean3885/claude-ops-agent/org-flow
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.

Any agent
npx skills add idean3885/claude-ops-agent --skill org-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 12 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 org-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/idean3885/claude-ops-agent/org-flow.svg)](https://agentmods.dev/skills/idean3885/claude-ops-agent/org-flow)
Your own site
<a href="https://agentmods.dev/skills/idean3885/claude-ops-agent/org-flow"><img src="https://agentmods.dev/badge/skills/idean3885/claude-ops-agent/org-flow.svg" alt="Measured on agentmods" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,946 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00094 $0.04946
Opus 5 $0.00047 $0.02473
Sonnet 5 $0.00019 $0.00989
Haiku 4.5 $0.00009 $0.00495

Measured 7d ago against content hash e33671a9ea93, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

org-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 7d 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/org-flow/SKILL.md · 401 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

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. 7d ago First seen · 401 lines · 94 tokens per session scan A e33671a9ea93

Subscribe to this mod's changes

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

hotfix

Single-issue workflow for quick fixes and small changes that don't need full epic tracking. Creates a branch, implements the fix, commits with issue tracking, and closes.

skullninja/coco-workflow · 36 tokens

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

g-update

Fix G-Forge-managed files via Step 0 staleness preflight (stops with zero writes if cache lags GitHub, directs to /plugins first), then realigns CLAUDE.md Rules, agents, architecture rules, hooks, and native pre-commit gate. Safe — G-Forge markers only.

onlygian/G-Forge · 69 tokens

merge-review

Reviews pending fleet worktree merges before they're accepted. Reads the merge-check queue, detects file-level conflicts between branches, proposes a safe merge order, and surfaces reconciliation plans for overlapping changes.

SethGammon/Citadel · 40 tokens

catchup

Summarize and review what changed while you were away. Use after a weekend, vacation, or flight to check missed PRs, git commits, Linear tickets, and meetings — one prioritized brief, not a firehose.

oliver-kriska/claude-elixir-phoenix · 48 tokens

backlog

Read, work, and maintain a Git repo's deferred-work items in docs/backlog/, one file per item. Use when the user says "backlog", "check backlog", "what's on my backlog", "work the backlog", "address the backlog", "add to backlog", "clean up backlog", or when a review or task produced items that are real but not being…

umputun/cc-thingz · 96 tokens