Skip to main content

Lite Prism 77

@marsh_beast/lite-prism-77v2.3.9· BSD-3-Clause· 22d agoMODELS·WORKFLOWS·DRIVERS·SKILLS
01README

Operate on LLM responses with typed arguments, prepared-statement caching, and bounded concurrency.

Quick start

Add @marsh_beast/lite-prism-77 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @marsh_beast/lite-prism-77

workflows:
  - name: lite-prism-77-run
    jobs:
      - name: main
        steps:
          - name: get
            model: marsh_beast/lite-prism-77
            method: get

Run with swamp workflow run lite-prism-77-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.
  • Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.
  • 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: llm evaluation claude-code

02Models3
@marsh_beast/lite-prism-77/tracerv0.1.0tracer.ts
fn get(dryRun: boolean, tags: array, filter?: record)
Get the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
tagsarrayList of tags to apply
filter?recordKey-value filter expression
fn diff(limit: number)
Diff the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
@marsh_beast/lite-prism-77/anchorv0.1.0anchor.ts
fn sync(limit: number)
Sync the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
fn list(filter: record)
List the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
fn get(id: string, limit: number, filter?: record)
Get the resource.
ArgumentTypeDescription
idstringResource identifier
limitnumberMaximum results to return
filter?recordKey-value filter expression
fn update(filter: record, force: boolean, id?: string)
Update the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
forcebooleanSkip confirmation and apply immediately
id?stringResource identifier
@marsh_beast/lite-prism-77/pilotv0.1.0pilot.ts
fn diff(force: boolean)
Diff the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
fn create(force: boolean, filter: record, tags?: array)
Create the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
filterrecordKey-value filter expression
tags?arrayList of tags to apply
fn get(id: string)
Get the resource.
ArgumentTypeDescription
idstringResource identifier
03Workflows2
lite prismlite-prism

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.
open sentinelopen-sentinel

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.
04Drivers1
lite-prism-77-driver
@marsh_beast/lite-prism-77/driverdriver.ts

Execution driver with bounded concurrency and retries.

05Skills1
lite-prism-77scripts7 files

Claude Code skill bundling tool whitelists and triggers.

06Stats
A
100 / 100
Downloads
8
Archive size
193.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • 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
07Security Notice
08Platforms
09Labels