Agent Plugins Marketplace
All plugins

flow-kit

v1.1.0

写 + 双轴审 + 机械复验(③④ 按需)的多 agent 工作流:编排协议、脚本(flow-batch 三个点)与 hook;跨项目复用,工作区只留 flow.config.sh 与 flow-local.md

Claude Code2 Skills

By okonma0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install flow-kit for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install flow-kit@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/JAHSEH618/flow-kit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

flow-kit/
├── .claude-plugin/plugin.json
├── skills/init/SKILL.md
└── skills/protocol/SKILL.md

Included Skills2

initskills/init/SKILL.md

把 flow-kit 装进当前工作区(单仓或多仓并排工作区都行):先无声体检,一次提问定范围,出一张提案确认后连续执行 flow-init,再帮用户把门命令填进 flow.config.sh。用户说「装 flow-kit」「这个项目也用四轮制」「初始化工作流」时调用。

protocolskills/protocol/SKILL.md

写 + 双轴审 + 机械复验(③ 改 / ④ 复审按需)的多 agent 工作流编排协议。开一个批次、收任何一轮、收口时都先读本 skill;编排方一批只在三个点动手(flow-batch open · 有 finding 要裁决 · 收口),派单 / 回件模板由 kit 生成(references/dispatch-block.md · handoff-template.md · review-template.md 是它印的骨架),收口照 references/close-block.md;每条规矩的实测与病根在 references/why.md(编排方按需读,agent 不读)。用户说「派单」「起一批」「收口」「复审」「四轮制」「flow-batch」时调用。

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "flow-kit",
  "version": "1.1.0",
  "description": "写 + 双轴审 + 机械复验(③④ 按需)的多 agent 工作流:编排协议、脚本(flow-batch 三个点)与 hook;跨项目复用,工作区只留 flow.config.sh 与 flow-local.md",
  "author": {
    "name": "okonma"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[flow-kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/flow-kit)