workgraph-workflow

workgraph-workflow is a skill for Claude Code, Codex from lukacf/meerkat. It costs 20 tokens per session (682 once invoked), scanned A, original, Apache-2.0.

A guide to WorkGraph, a shared graph for durable commitments, dependencies, ownership claims, and evidence. Durable means the records are meant to survive restarts, compaction, and coordination between agents.

In plain words
What is it for?
Use it to create, find, claim, link, update, block, release, provide evidence for, and close shared work items.
Why use it?
It helps teams and agents coordinate work using explicit readiness, claims, revisions, leases, and dependencies instead of private task lists or informal messages.

Skill for Claude CodeCodex

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 skills/lukacf/meerkat/workgraph-workflow
Any agent
npx skills add lukacf/meerkat --skill workgraph-workflow
Clone the repo
git clone --depth 1 https://github.com/lukacf/meerkat

Made for: Claude Code, Codex.

Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 682 The whole file, excluding the scripts and references it only reads on demand.
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.00020 $0.00682
Opus 5 $0.00010 $0.00341
Sonnet 5 $0.00004 $0.00136
Haiku 4.5 $0.00002 $0.00068

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

Security

Grade A, and why

workgraph-workflow 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 3d 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.

meerkat-workgraph/skills/workgraph-workflow/SKILL.md · 64 lines

How it starts

The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.

WorkGraph Workflow

Use WorkGraph when work must survive sessions, compaction, restarts, schedules, or coordination between agents. It is the shared commitment graph, not private scratch space and not semantic memory.

Operating Rules

  • Use workgraph_create for a new durable commitment. Keep related work in the same namespace; omitted namespace means default.
  • Use workgraph_ready to find eligible work. Do not infer readiness from item fields, blocker counts, due times, or edges yourself.
  • Claim an item before doing durable or shared work with workgraph_claim. Include your typed owner and the current expected_revision. Choose either lease_seconds or lease_expires_at, never both.
  • If a write fails with a stale revision, reload the item with workgraph_get or workgraph_snapshot, reconsider the current state, then retry only if the work still makes sense.
  • Every successful mutation advances the item revision. Use the returned item, not an older cached revision, for the next claim, update, evidence, release, block, or close operation.
  • Use workgraph_link for real dependencies and relationships. Use blocks only when the target should not be ready until the source is terminally resolved.
  • Attach evidence with workgraph_add_evidence for artifacts, PRs, logs, summaries, external tickets, or other proof that the work changed state.
  • Close with workgraph_close only when terminal truth exists. Use completed, failed, or cancelled honestly. A non-self-attested completion policy can require typed confirmation evidence before close.
  • Release a claim with workgraph_release when you are stopping before terminal completion and the work should be claimable by someone else.
  • Use workgraph_events for audit history and workgraph_snapshot for a graph-wide view. Do not reconstruct either from peer chat or task lists.
  • workgraph_policy_escalate and workgraph_attention_reassign are available only with a runtime-bound attention authority. Their absence on an unscoped surface is intentional.

Read the full file on GitHub · 64 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. 3d ago First seen · 64 lines · 20 tokens per session scan A 24678a2f6efe

Subscribe to this mod's changes

workgraph-workflow is a skill published in the GitHub repository lukacf/meerkat (20 stars, last pushed 3d ago), licensed Apache-2.0. It adds 20 tokens to every session and 682 once invoked, about $0.0001 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.