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.
npx agentmods add instructions/yolin02/scriptflow/agents-mdgit clone --depth 1 https://github.com/YoLin02/ScriptFlowWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00287 | $0.00287 |
| Opus 5 | $0.00143 | $0.00143 |
| Sonnet 5 | $0.00057 | $0.00057 |
| Haiku 4.5 | $0.00029 | $0.00029 |
Grade A, and why
ScriptFlow AGENTS.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 yesterday.
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.
What it actually says
AGENTS.md
React Flow development rules
This project uses React Flow / @xyflow/react to build a canvas-based editor.
Before implementing, refactoring, or debugging any React Flow feature, you must consult the official React Flow LLM documentation first:
- Start with: https://reactflow.dev/llms.txt
- For normal development tasks, use: https://reactflow.dev/llms-medium.txt
- For complex API, examples, layouting, custom nodes, custom edges, whiteboard, performance, or migration issues, use: https://reactflow.dev/llms-full.txt
Do not rely only on memory for React Flow APIs. Prefer the current official documentation.
When working with React Flow:
- Use
@xyflow/react, not oldreact-flow-renderer. - Import React Flow styles correctly:
@xyflow/react/dist/style.css. - Make sure the ReactFlow parent container has explicit width and height.
- For nodes, edges, handles, custom nodes, custom edges, viewport, selection, drag/drop, grouping, whiteboard features, or performance optimization, first identify the relevant section from the React Flow LLM docs.
- Before writing code, briefly summarize which React Flow docs section or API you are using.
- After changing code, run the project’s lint/typecheck/build command if available.
- Avoid large rewrites unless necessary. Prefer small, testable 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.
- yesterday First seen · 23 lines · 287 tokens per session scan A ac1f8f76e3c4
ScriptFlow AGENTS.md is an instructions file published in the GitHub repository YoLin02/ScriptFlow (133 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 287 tokens to every session, about $0.0014 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.
Other instructions, from other repositories
workflowbuilder CLAUDE.md
Instructions for synergycodes/workflowbuilder, covering workflow builder, quick reference, agent signals, monorepo structure and per-workspace docs.
GlyphWeave AGENTS.md
Instructions for HsiangNianian/GlyphWeave, covering agent instructions, 1. conventional commits, type, scope and subject.
react-flow-skill CLAUDE.md
Instructions for framara/react-flow-skill, covering claude.md, what this repo is, repository structure and editing guidelines.
agent-draw AGENTS.md
AGENTS.md instructions for nicolaerusan/agent-draw, covering agent instructions, non-negotiable boundaries and before handing off.
agent-draw CLAUDE.md
Claude Code instructions for nicolaerusan/agent-draw: Follow AGENTS.md. The durable product is the semantic Agent Draw graph and capability model; tldraw is the first editor. Start in README.md, then docs/FORMAT.md, src/model/schema.ts, and src/plugins/types.ts.
recharts AGENTS.md
Instructions for recharts/recharts: This is Recharts repository. Recharts is a React-based charting library. The goal is to provide a simple, declarative, and composable way to build charts. We value consistency, usability, and performance. Accessibility is important.