workflowbuilder CLAUDE.md

Project instructions for Workflow Builder, a React-based visual editor for creating workflows, with a backend and execution worker in a pnpm monorepo—a repository containing several related packages.

In plain words
What is it for?
Use them to install the SDK, start local development, launch Postgres and Temporal, apply database migrations, run the full stack, or work in the project’s documentation and packages.
Why use it?
They explain the available setup paths and commands, reducing confusion when running the demo, backend, worker, documentation site, or supporting services.

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/synergycodes/workflowbuilder/claude-md
Clone the repo
git clone --depth 1 https://github.com/synergycodes/workflowbuilder
Per session 3,751 This file is loaded in full into every session.
When invoked 3,751 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.03751 $0.03751
Opus 5 $0.01876 $0.01876
Sonnet 5 $0.00750 $0.00750
Haiku 4.5 $0.00375 $0.00375

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

Security

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.

CLAUDE.md · 194 lines

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

Read the full file on GitHub · 194 lines

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. yesterday First seen · 194 lines · 3,751 tokens per session scan A b22f80d7b787

Subscribe to this mod's changes

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.