cognitive-fab

22 mods across 2 repositories, 11 stars between them.

polygraph

01

cognitive-fab/polygraph

Plugin Claude Code

Plugin marketplace listing 2 plugins: polygraph, polyviz.

11 5d ago A tokens not measured original Apache-2.0

polygraph

02

cognitive-fab/polygraph

Plugin Claude Code

A polygraph for your state machine. The agent does the hard part for you: it instruments your code, builds any test doubles needed to run it, and captures real execution traces — then has an LLM derive a transition-function spec from the source (default: a SAM v2 strict-profile module with named…

11 5d ago A tokens not measured original Apache-2.0

polygen

03

cognitive-fab/polygraph

Agent

Autonomously author NEW verifiable stateful code from a feature description — draft a contract, author a SAM v2 strict-profile module, self-repair against reachable invariant violations, synthesize a demo/regression corpus — and return the report. Use to generate a state machine, workflow, or reducer that comes out…

11 5d ago A 76 tokens original Apache-2.0

polynv

04

cognitive-fab/polygraph

Agent

Autonomously prepare an invariant-elicitation session — harvest candidate invariants from the contract vocabulary, traces, and snapshots, pre-check each against the machine (HOLDS / counterexample / BOUNDED / ERROR), run the mutation adequacy grade, and return the ranked question list with evidence. The INTERVIEW…

11 5d ago A 90 tokens original Apache-2.0

polyvers

05

cognitive-fab/polygraph

Agent

Autonomously check whether a state-machine version change is safe against the live fleet — classify it into compatibility lanes, run the mechanical gates (round-trip, stimuli replay, migration validation, seeded model check) over fleet snapshots, scaffold the migration when the shape changed, and return the…

11 5d ago A 84 tokens original Apache-2.0

polygraph-verifier

06

cognitive-fab/polygraph

Agent

Autonomously run the Polygraph verification loop (SAM v2 strict-profile artifact) given a contract, a source file, and a trace corpus. Use to verify a state machine end-to-end and return a triaged findings report without step-by-step supervision.

11 5d ago A 57 tokens original Apache-2.0

polygen

07

cognitive-fab/polygraph

Command

Run polygen — draft a contract from a feature description, author a verifiable SAM v2 strict-profile module against it, self-repair against reachable invariant violations, and synthesize a demo/regression trace corpus.

11 5d ago A 43 tokens original Apache-2.0

polynv

08

cognitive-fab/polygraph

Command

Run polynv — elicit the invariants for a state machine. Harvest candidates from the contract's vocabulary, traces, and fleet snapshots; contribute frontier-model domain priors; pre-check every candidate (HOLDS or a concrete counterexample); drive a plugin-led interview into an append-only intent ledger; grade…

11 5d ago C 77 tokens original Apache-2.0

polyvers

09

cognitive-fab/polygraph

Command

Run polyvers — classify a state-machine version change into compatibility lanes, run the gates those lanes require against fleet snapshots (shape round-trip, vocabulary, in-flight stimuli, migration validation, seeded model check), scaffold migrations, and check parent×child version matrices. No API key.

11 5d ago A 56 tokens original Apache-2.0

verify

10

cognitive-fab/polygraph

Command

Run the Polygraph verification loop — generate N transition-function specs from a source file and replay real traces against them, reporting spec-errors vs code-findings.

11 5d ago A 31 tokens original Apache-2.0

workflow

11

cognitive-fab/polygraph

Command

Build a feature as a workflow, not an agentic loop — design stages/signals/budgets with the user, front-load contract + invariants, author with polygen, declare effects, prove the anti-loop rules with check-effects, and stand it up under polyrun.

11 5d ago A 57 tokens original Apache-2.0

polyviz

12

cognitive-fab/polygraph

Plugin Claude Code

A deterministic, artifact-derived diagram renderer for Polygraph. Turns the artifacts the suite already produces — the state machine, the invariants, the counterexample, the polyvers compat verdict — into a fixed catalog of clean, brand-consistent SVGs (optional PNG). Same inputs → byte-identical output; no model call.

11 5d ago A tokens not measured original Apache-2.0

polyviz

13

cognitive-fab/polygraph

Agent

Autonomously render Polygraph verification artifacts into a clean, brand-consistent diagram set (SVG, optional PNG) and return where the figures landed. Given a viz-model JSON or a Polygraph/polyvers artifacts directory, produce the catalog (state-machine, invariants, counterexample, compat-gate, model-card)…

11 5d ago A 109 tokens original Apache-2.0

polyviz

14

cognitive-fab/polygraph

Command

Render Polygraph verification artifacts as deterministic diagrams (SVG, optional PNG). Renders a fixed catalog — state-machine, invariants, counterexample, compat-gate, model-card — from a viz-model JSON or straight from a Polygraph/polyvers artifacts directory. Byte-identical output; no model call at render time.

11 5d ago A 64 tokens original Apache-2.0

polyviz

15

cognitive-fab/polygraph

Skill Claude CodeCodex

Turn Polygraph verification artifacts into clean, brand-consistent diagrams (SVG, optional PNG). polyviz is a DETERMINISTIC, artifact-derived renderer — same inputs produce byte-identical output and it makes no model call at render time. Use when the user wants to "visualize / diagram the verification", "draw the…

11 5d ago A 206 tokens original Apache-2.0

capture-ready

16

cognitive-fab/polygraph

Skill Claude CodeCodex

Author stateful code capture-ready BY CONSTRUCTION, in ANY language — so verification never needs an instrumentation retrofit. Apply whenever writing or substantially reshaping a state machine, workflow, reducer, store, or protocol handler in any session and any language (Python, Go, Rust, Java, TS outside polygen…

11 5d ago A 215 tokens original Apache-2.0

polygen

17

cognitive-fab/polygraph

Skill Claude CodeCodex

Write NEW stateful code that is verifiable from the moment it's written, instead of auditing code that already exists (that's the "polygraph" skill). Draft a contract from a feature description, author a SAM v2 strict-profile module against it (named intents/schemas/domains, keyed acceptors, reject(reason), sealed…

11 5d ago A 201 tokens original Apache-2.0

polygraph

18

cognitive-fab/polygraph

Skill Claude CodeCodex

A polygraph for your state machine. Audit a stateful piece of code end-to-end: YOU (the agent) instrument a copy, build any test doubles needed to run it, and capture real execution traces, then derive a transition-function spec from its source with an LLM (default artifact: a SAM v2 strict-profile module — named…

11 5d ago A 236 tokens original Apache-2.0

polynv

19

cognitive-fab/polygraph

Skill Claude CodeCodex

Elicit the invariants for a state machine — the plugin takes the lead. Harvest candidate invariants from the contract's own vocabulary (terminal states, typed fields, reject rules, effect kinds), contribute the frontier model's domain knowledge as candidates, pre-check every candidate against the machine so each…

11 5d ago A 171 tokens original Apache-2.0

polyvers

20

cognitive-fab/polygraph

Skill Claude CodeCodex

Check whether a state-machine version change is safe to ship against the live fleet, and produce the migration when the shape changed. Classifies the change into compatibility lanes (shape, vocabulary, intent, semantic, migration, composition), runs the mechanical gates those lanes require against fleet snapshots …

11 5d ago A 184 tokens original Apache-2.0

workflow

21

cognitive-fab/polygraph

Skill Claude CodeCodex

Build an LLM-era feature as a WORKFLOW, not an agentic loop — the composition skill that drives the whole toolset end-to-end. Design the stages along the data flow with the user (each failure either bends back to ONE named stage carrying its exact signal under a bounded budget, or escalates to a human), front-load the…

11 5d ago A 227 tokens original Apache-2.0

polyflow

22

cognitive-fab/polyflow

MCP server Claude CodeCodexCursor +2

A flow-based programming framework. Runs locally from the polyflow npm package.

0 4d ago A tokens not measured original Apache-2.0