dag-typesafe
Installation
SKILL.md
dag-typesafe
Deterministic type safety via directed acyclic graphs for reasoning language models.
Analyze any repo's public API surface, extract a typed node registry, compose validated
execution DAGs from natural language, and compile them into native pipeline code with
GraphSentry-style (artifact, certificate) verification at every node boundary.
Category
Code Scaffolding & Templates
Core Concepts
Three layers compose into a single architecture:
- Typed Node Registry — the repo's public functions/classes extracted as typed nodes with JSON Schema input/output contracts. The LLM selects from this registry; it never generates arbitrary code.