dale-graph

dale-graph is a skill for Codex from lubluniky/dale. It costs 45 tokens per session (810 once invoked), scanned A, original, MPL-2.0.

A task-graph tool that creates a connected set of visible coding tasks, with dependencies, evidence requirements, and optional smaller agents working inside each task.

In plain words
What is it for?
Use it to plan and coordinate repository work that has multiple dependent tasks, separate evidence needs, or parallel investigations.
Why use it?
It helps organize complex work into related pieces and makes progress, prerequisites, and review points visible.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents; mentions Codex; $skill-name invocation.

Good fit Use it to plan and coordinate repository work that has multiple dependent tasks, separate evidence needs, or parallel investigations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lubluniky/dale/dale-graph
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.

Any agent
npx skills add lubluniky/dale --skill dale-graph
Clone the repo
git clone --depth 1 https://github.com/lubluniky/dale

Made for: Codex.

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 dale-graph

README.md
[![agentmods](https://agentmods.dev/badge/skills/lubluniky/dale/dale-graph/github.svg)](https://agentmods.dev/skills/lubluniky/dale/dale-graph)
Your own site
<a href="https://agentmods.dev/skills/lubluniky/dale/dale-graph"><img src="https://agentmods.dev/badge/skills/lubluniky/dale/dale-graph/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dale-graph

Your own site · 80×15
<a href="https://agentmods.dev/skills/lubluniky/dale/dale-graph"><img src="https://agentmods.dev/badge/skills/lubluniky/dale/dale-graph.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 810 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00045 $0.00810
Opus 5 $0.00023 $0.00405
Sonnet 5 $0.00009 $0.00162
Haiku 4.5 $0.00005 $0.00081

Measured 3d ago against content hash 708bb2be0eb8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

dale-graph 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.

skills/dale-graph/SKILL.md · 78 lines

How it starts

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

Dale Graph

Derive the graph from the requested outcome, dependencies, and write ownership. Keep the calling agent responsible for integration and delivery. Small or inseparable work stays local; do not manufacture agents to justify the skill.

Choose execution

Delegate a bounded work unit when it can progress independently and saves time or provides a materially independent check. Use collaboration subagents by default, within the live capacity. While they run, do useful complementary work; do not repeat their investigation. Read node-subagents.md before delegating, and model-routing.md only when choosing an explicit model or economy profile. Default to inherited settings.

Use separate Codex tasks only when the user explicitly requests separate tasks, forks, or a durable handoff. Requesting a graph or selecting this skill alone selects subagent execution. Read thread-execution.md only for the explicitly requested task mode. Do not require saved-project registration for local subagent work.

If delegation is unavailable, complete safe sequential work and disclose the lack of independent review. Block only the acceptance criterion that actually requires unavailable independence, authority, or evidence.

Derive and run the graph

  1. Identify the observable outcome, acceptance criteria, current authority, existing user changes, and direct evidence needed for completion.
  2. Create work units for independently useful artifacts or proof obligations. Add edges only for an input, decision, or conflicting mutation target.
  3. Merge tightly coupled units. Assign exclusive write scopes; serialize any overlapping files or shared mutable resources. Subagents share the checkout unless explicit isolation has been established.
  4. Show a short description of ready work and why it is split. Keep speculative downstream work provisional. This is an update, not an approval checkpoint.
  5. Dispatch ready units with concrete inputs, deliverables, scope, and evidence. The coordinator also owns useful work. Reuse a worker for focused revisions.
  6. Re-evaluate as results arrive: unlock dependencies, remove redundant work, and add newly necessary work. Compare each addition with doing it directly.
  7. Inspect raw evidence, resolve contradictions, integrate accepted artifacts, and verify the final result in the destination checkout or requested system.

Read the full file on GitHub · 78 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 Changed · -163 lines · -55 tokens per session 708bb2be0eb8
  2. 11d ago First seen · 241 lines · 100 tokens per session scan A 561972d3aabd

Subscribe to this mod's changes

dale-graph is a skill published in the GitHub repository lubluniky/dale (51 stars, last pushed 5d ago), licensed MPL-2.0. It adds 45 tokens to every session and 810 once invoked, about $0.0002 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 skills, from other repositories

agent-creation-skill

Procedural guide for creating new agents from templates when project complexity requires delegation.

majiayu000/claude-skill-registry · 0 tokens

memory-fabric

Knowledge graph orchestration layer with entity extraction, natural language query parsing, deduplication (>85% similarity), and cross-reference boosting. Unifies search results ranked by recency, relevance, and authority. Use when designing memory retrieval, building entity graphs, or optimizing knowledge graph…

yonatangross/orchestkit · 61 tokens

loop-graph

Compile one durable loop-graph run into executor, ledger, directives, ops, and supervisor artifacts under a dated .longgraph directory, then present copy-ready host prompts. Use directly for a custom multi-round shape with gated milestones, independent audit, cross-host execution, or durable state; focused sibling…

levi-qiao/longgraph-skill · 84 tokens

longgraph

Route and author durable long-horizon loop-graph runs. Use for multi-round work needing durable state, gated milestones, owner boundaries, host switching, or independent audit. Route code cleanup to /loop-converge, feature requirements to /loop-deliver, and evidence-backed solution comparison to /loop-research; use…

levi-qiao/longgraph-skill · 104 tokens

loop-converge

Author and optionally direct-launch a two-node loop-graph run whose North Star is code convergence — delete unused code, merge duplicates, reuse, slim. Use when the user invokes /loop-converge, or asks to loop on dead code, duplication, unused exports, DRY cleanup, or merging twin implementations. Starts the owner…

levi-qiao/longgraph-skill · 110 tokens

loop-deliver

Author and optionally direct-launch a two-node loop-graph run for implementing a product or engineering requirement through verified vertical slices. Use when a requested feature, integration, migration, or behavior change needs multiple rounds, durable acceptance proof, and independent audit. Not for code cleanup…

levi-qiao/longgraph-skill · 84 tokens