Operative Namespace
@mud_ghoul
4 extensions
@mud_ghoul/core-ledger-37
Inventory developer tooling, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag. ## Quick start Add `@mud_ghoul/core-ledger-37` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @mud_ghoul/core-ledger-37 workflows: - name: core-ledger-37-run jobs: - name: main steps: - name: update model: mud_ghoul/core-ledger-37 method: update ``` Run with `swamp workflow run core-ledger-37-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. - **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` `ai`
@mud_ghoul/rapid-sentinel-84
Operate on DNS records with typed arguments, prepared-statement caching, and bounded concurrency. ## Quick start Add `@mud_ghoul/rapid-sentinel-84` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @mud_ghoul/rapid-sentinel-84 workflows: - name: rapid-sentinel-84-run jobs: - name: main steps: - name: create model: mud_ghoul/rapid-sentinel-84 method: create ``` Run with `swamp workflow run rapid-sentinel-84-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. ## Configuration Configure via `~/.swamp/config.yaml` or environment variables. The full method reference and rubric format live in the package's `manual/` directory. **Labels:** `dns` `homelab` `typescript`
@mud_ghoul/open-weaver-82
AI-assisted analysis of Slack channels and threads. Returns rubric-scored JSON suitable for downstream judging. ## Quick start Add `@mud_ghoul/open-weaver-82` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @mud_ghoul/open-weaver-82 workflows: - name: open-weaver-82-run jobs: - name: main steps: - name: delete model: mud_ghoul/open-weaver-82 method: delete ``` Run with `swamp workflow run open-weaver-82-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. - **Drivers** — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags. - **Vault provider** — encrypted secret storage with audit trail and cross-region replication. ## Configuration Configure via `~/.swamp/config.yaml` or environment variables. The full method reference and rubric format live in the package's `manual/` directory. **Labels:** `slack` `observability` `notifications`
@mud_ghoul/lite-forge-23
Inventory Kubernetes pods, deployments, and RBAC, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag. ## Quick start Add `@mud_ghoul/lite-forge-23` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @mud_ghoul/lite-forge-23 workflows: - name: lite-forge-23-run jobs: - name: main steps: - name: run model: mud_ghoul/lite-forge-23 method: run ``` Run with `swamp workflow run lite-forge-23-run`. The first invocation prints what it would change; pass `--apply` to commit. ## What's inside - **Drivers** — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags. ## 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` `homelab` `terraform`