Skip to main content

Open Prism 26

@keeb/open-prism-26v1.5.6· MIT· 1mo agoMODELS·WORKFLOWS·SKILLS
01README

Inventory AI model output, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.

Quick start

Add @keeb/open-prism-26 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @keeb/open-prism-26

workflows:
  - name: open-prism-26-run
    jobs:
      - name: main
        steps:
          - name: list
            model: keeb/open-prism-26
            method: list

Run with swamp workflow run open-prism-26-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Typed models — Zod-validated arguments, structured outputs, and a manifest the agent can reason about.
  • Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.
  • Skills — Claude Code skills with tool whitelists and trigger-phrase manifests.

Configuration

Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.

Labels: ai evaluation tooling

02Models3
@keeb/open-prism-26/beaconv0.1.0beacon.ts
fn list(force: boolean, dryRun?: boolean)
List the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
dryRun?booleanCompute changes without applying them
fn delete(tags: array, id: string)
Delete the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
idstringResource identifier
fn sync(limit: number, tags?: array)
Sync the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
tags?arrayList of tags to apply
@keeb/open-prism-26/pulsev0.1.0pulse.ts
fn delete(limit: number, id: string)
Delete the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
idstringResource identifier
fn get(dryRun: boolean)
Get the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
@keeb/open-prism-26/guardv0.1.0guard.ts
fn create(id: string)
Create the resource.
ArgumentTypeDescription
idstringResource identifier
fn delete(tags: array, dryRun: boolean, filter: record)
Delete the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
dryRunbooleanCompute changes without applying them
filterrecordKey-value filter expression
fn list(limit: number, id?: string)
List the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
id?stringResource identifier
03Workflows2
live compasslive-compass

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
swift guardswift-guard

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
04Skills1
open-prism-26scripts6 files

Claude Code skill bundling tool whitelists and triggers.

05Stats
B
83 / 100
Downloads
24
Archive size
302.0 KB
  • Has README or module doc2/2earned
  • README has a code example0/1missing
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types0/1missing
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Security Notice
07Platforms
08Labels