FlowPilot CLAUDE.md

FlowPilot CLAUDE.md is an instructions file for coding agents from 6BNBN/FlowPilot. It costs 364 tokens per session, scanned A, original, MIT.

A set of instructions for FlowPilot, a workflow-scheduling engine based on Claude Agent Teams, which are groups of cooperating coding agents. It defines project conventions, workflow-state rules, memory files, hooks, commands, and optional environment variables.

In plain words
What is it for?
Use it when developing, operating, or debugging FlowPilot workflows, including memory recovery, task coordination, hooks, retries, and configuration.
Why use it?
It gives agents clear boundaries for changing workflow state, recovering context, and following the project's TypeScript and architecture rules.

Instructions file

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 instructions/6bnbn/flowpilot/claude-md
Clone the repo
git clone --depth 1 https://github.com/6BNBN/FlowPilot

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 FlowPilot CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/6bnbn/flowpilot/claude-md.svg)](https://agentmods.dev/instructions/6bnbn/flowpilot/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/6bnbn/flowpilot/claude-md"><img src="https://agentmods.dev/badge/instructions/6bnbn/flowpilot/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 364 This file is loaded in full into every session.
When invoked 364 The same file — it is already loaded in full.
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 $0.00364 $0.00364
Opus 5 $0.00182 $0.00182
Sonnet 5 $0.00073 $0.00073
Haiku 4.5 $0.00036 $0.00036

Measured 4d ago against content hash e12acf9d2e5b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

FlowPilot CLAUDE.md 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 4d 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.

CLAUDE.md · 39 lines

What it actually says

FlowPilot

全自动工作流调度引擎,基于 CC Agent Teams。

Conventions

  • JSDoc 使用中文注释
  • 严格 TypeScript(strict: true)
  • 依赖方向:interfaces → application → domain ← infrastructure
  • 运行时零外部依赖,只用 Node.js 内置模块

Important

  • 工作流状态只能通过 flow CLI 变更
  • progress.md 是记忆本体,compact/重启后读它恢复
  • 协议直接嵌入目标项目 CLAUDE.md( 标记)
  • Hooks 自动注入目标项目 .claude/settings.json(拦截 TaskCreate/TaskUpdate/TaskList)
  • 主Agent只能用 Bash、Task、Skill 工具,禁止直接读源码/写代码
  • 本工具必须在 Agent Teams 开启的环境下使用

额外命令

  • node flow.js recall <关键词> — 检索历史记忆
  • node flow.js evolve — 接收反思结果并应用进化

环境变量(可选)

  • ANTHROPIC_API_KEYANTHROPIC_AUTH_TOKEN — LLM 智能提取
  • ANTHROPIC_BASE_URL — API 中转地址
  • EMBEDDING_API_KEY — Dense embedding

长期记忆

checkpoint 时自动提取知识到 .flowpilot/memory.json,next 时语义检索注入上下文。

进化引擎

进化结果写入 .flowpilot/config.json,被 maxRetries/parallelLimit/hints/verify/hooks 消费。

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. 4d ago First seen · 39 lines · 364 tokens per session scan A e12acf9d2e5b

Subscribe to this mod's changes

FlowPilot CLAUDE.md is an instructions file published in the GitHub repository 6BNBN/FlowPilot (133 stars, last pushed 5mo ago), licensed MIT. It adds 364 tokens to every session, about $0.0018 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-30.

Related

Other instructions, from other repositories

nobrainer-tech-skills AGENTS.md

Instructions for nobrainer-tech/nobrainer-tech-skills, covering working in nobrainer-tech-skills, repository map, skill format, nobrainer delivery contract and minimum sufficient change.

nobrainer-tech/nobrainer-tech-skills · 3,519 tokens

nobrainer-tech-skills copilot-instructions.md

Instructions for nobrainer-tech/nobrainer-tech-skills: The fifteen canonical Agent Skills are under skills/; retired predecessors exist only in Git history. Read the relevant skills/ /SKILL.md before changing a skill.

nobrainer-tech/nobrainer-tech-skills · 359 tokens

nobrainer-tech-skills GEMINI.md

Instructions for nobrainer-tech/nobrainer-tech-skills, a project described as: Portable agentic workflows for guarded autonomy, visible sessions, SDD, decisions, RCA, evaluation, and durable knowledge.

nobrainer-tech/nobrainer-tech-skills · 7 tokens

multi-agent-loop-kit AGENTS.md

Instructions for anshulixyz/multi-agent-loop-kit, covering agents.md — multi-agent ownership registry, two meanings of “agent”, core rules, project lead / operator and beacon — loop intelligence agent.

anshulixyz/multi-agent-loop-kit · 1,558 tokens

nobrainer-tech-skills CLAUDE.md

Instructions for nobrainer-tech/nobrainer-tech-skills, covering working in nobrainer-tech-skills, repository map, skill format, nobrainer delivery contract and minimum sufficient change.

nobrainer-tech/nobrainer-tech-skills · 3,519 tokens

agent-eve CLAUDE.md

Instructions for shehryarsaroya/agent-eve, covering claude.md — agent eve (né the compact, then agent transfer), 0. 🚨 hard rules, 1. what this is, 2. doc map and 3. state of play (2026-07-26).

shehryarsaroya/agent-eve · 9,010 tokens