Operative Namespace
@marsh_beast
3 extensions
@marsh_beast/core-vault-99
Pull developer tooling, normalize the shape, and stream into your downstream pipeline. Pagination is automatic. ## Quick start Add `@marsh_beast/core-vault-99` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @marsh_beast/core-vault-99 workflows: - name: core-vault-99-run jobs: - name: main steps: - name: get model: marsh_beast/core-vault-99 method: get ``` Run with `swamp workflow run core-vault-99-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:** `tooling` `llm` `claude-code`
@marsh_beast/lite-prism-77
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`: ```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`
@marsh_beast/open-tracer-67
Sync state of Kubernetes pods, deployments, and RBAC against a desired-state YAML. Diffs are previewed before any mutation. ## Quick start Add `@marsh_beast/open-tracer-67` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @marsh_beast/open-tracer-67 workflows: - name: open-tracer-67-run jobs: - name: main steps: - name: run model: marsh_beast/open-tracer-67 method: run ``` Run with `swamp workflow run open-tracer-67-run`. The first invocation prints what it would change; pass `--apply` to commit. ## What's inside - **Datastore provider** — collection-level Zod schemas, change-stream subscriptions, TTL indexes. - **Reports** — markdown roll-ups grouped by label and breaking-change flag. ## Configuration Configure via `~/.swamp/config.yaml` or environment variables. The full method reference and rubric format live in the package's `manual/` directory. **Labels:** `kubernetes` `security` `metrics`