jovesun-lab/arcgram

Arcgram — an interactive diagram engine for human–AI collaboration: an AI agent draws its reasoning as an auditable node-and-edge flow and self-audits it, delivered as one standalone HTML file. (Arcgram the AI diagram tool — not Archigram.)

9Stars on the repository
5Mods indexed here, across every type
14d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

arcgram

01

jovesun-lab/arcgram

Skill Claude CodeCodex

Generate an interactive node-and-edge diagram as a single standalone HTML file (Arcgram v2). Triggers on: arcgram, interactive/architectural diagram, topology, node graph, flow diagram, system map, dependency graph, workflow diagram, knowledge map, 'show me how X connects to Y', 'visualize this workflow', 'make this a…

9 14d ago A 140 tokens original Apache-2.0

checkpoint

02

jovesun-lab/arcgram

Skill Claude CodeCodex

Validate an Arcgram diagram as a logic spec: is the flow well-formed and coherent? Reads node/edge structure (id/f/t/kind/role/type), never geometry. Typed findings - dangling edge, orphan node, missing branch, disconnected island, duplicate id, missing schema, plus optional coherence (every action traces to a goal).…

9 14d ago A 103 tokens original Apache-2.0

reconcile

03

jovesun-lab/arcgram

Skill Claude CodeCodex

Check that an Arcgram diagram's @spec values still match the code that implements it. Reads each node's desc "@spec key=value" line, finds the same-named code constant (holdms HOLDMS / holdMs), diffs the literals. Typed findings: drift, missing constant, non-literal, ambiguous. Reads only the @spec line + named…

9 14d ago A 115 tokens original Apache-2.0

validate

04

jovesun-lab/arcgram

Skill Claude CodeCodex

Run both Arcgram self-checks in one call. A thin wrapper over Checkpoint (structure) and Reconcile (values): validate(diagram,{code}) runs Checkpoint always and Reconcile when code is supplied, then merges into one source-tagged result in the same {findings,summary,attestation,clean} contract. clean = checkpoint.clean…

9 14d ago A 111 tokens original Apache-2.0