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/synergycodes/workflowbuilder/claude-mdgit clone --depth 1 https://github.com/synergycodes/workflowbuilderWhat 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.03751 | $0.03751 |
| Opus 5 | $0.01876 | $0.01876 |
| Sonnet 5 | $0.00750 | $0.00750 |
| Haiku 4.5 | $0.00375 | $0.00375 |
Grade A, and why
workflowbuilder 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 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.
How it starts
The opening of the file, as written. The whole thing — 194 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Workflow Builder
Visual workflow editor SDK (React) with a reference backend and Temporal-based execution. Monorepo with pnpm workspaces.
Quick Reference
Three onboarding paths (A installs from npm; B, C run the repo locally). README "Get started" covers all three. Path A ("Embed the SDK") installs @workflowbuilder/sdk from npm; the README has install + a minimal snippet, and the full guide lives in the docs site.
| Command | Path | What it does |
|---|---|---|
pnpm preflight |
B/C | Verify Node / pnpm / Docker / ports / .env files. Add --json for agents |
pnpm dev / pnpm dev:demo |
B | Demo (UI only, port 4200). No backend, no Docker |
pnpm infra:up |
C | Start Postgres + Temporal in Docker. Required before backend/worker |
pnpm -F backend db:migrate |
C | Apply Drizzle migrations out-of-band (backend also auto-migrates on boot) |
pnpm dev:ai-studio |
C | Full stack: infra + backend (3001) + worker + AI Studio frontend (4201) |
pnpm dev:backend |
C | Backend only (debug). Needs infra up |
pnpm dev:worker |
C | Execution worker only (debug). Needs infra up |
pnpm infra:down |
C | Stop the Docker stack |
pnpm dev:docs |
- | Docs site (Astro + Starlight) |
pnpm build:lib |
- | Build the publishable chain: ui-tokens -> ui -> SDK (build:ui does the first two) |
pnpm build |
- | Build the demo app |
pnpm test |
- | Run tests in every workspace that defines a test script (pnpm -r test) |
pnpm check |
- | Lint + typecheck + format + knip |
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 · 194 lines · 3,751 tokens per session scan A b22f80d7b787
workflowbuilder CLAUDE.md is an instructions file published in the GitHub repository synergycodes/workflowbuilder (349 stars, last pushed 4d ago), licensed Apache-2.0. It adds 3,751 tokens to every session, about $0.0188 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
ScriptFlow AGENTS.md
Instructions for YoLin02/ScriptFlow, covering agents.md and react flow development rules.
react-flow-skill CLAUDE.md
Instructions for framara/react-flow-skill, covering claude.md, what this repo is, repository structure and editing guidelines.
walkerOS CLAUDE.md
Instructions for elbwalker/walkerOS, covering claude.md and important: use agent.md.
Paperlab AGENTS.md
Instructions for NourMtir0722/Paperlab, covering paperlab — for coding agents, integrating paperlab into a project, stage mode — paper as architecture, content types and lighting is data, not an enum.
experiencer CLAUDE.md
Instructions for vincentlaucsb/experiencer: The canonical repository instructions are in AGENTS.md. Read and follow that file; this compatibility entrypoint intentionally defines no independent rules.
pip-web CLAUDE.md
Instructions for playpip/pip-web, covering claude.md — agent guide for pip, read first (by task), the three layers (respect the boundaries), non-negotiables and commands / definition of done.