Operative Namespace
@muck_gator
2 extensions
@muck_gator/swift-weaver-106
AI-assisted analysis of Kubernetes pods, deployments, and RBAC. Returns rubric-scored JSON suitable for downstream judging. ## Quick start Add `@muck_gator/swift-weaver-106` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @muck_gator/swift-weaver-106 workflows: - name: swift-weaver-106-run jobs: - name: main steps: - name: run model: muck_gator/swift-weaver-106 method: run ``` Run with `swamp workflow run swift-weaver-106-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. - **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` `finops` `metrics`
@muck_gator/open-forge-94
Pull Claude Code skills, normalize the shape, and stream into your downstream pipeline. Pagination is automatic. ## Quick start Add `@muck_gator/open-forge-94` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @muck_gator/open-forge-94 workflows: - name: open-forge-94-run jobs: - name: main steps: - name: sync model: muck_gator/open-forge-94 method: sync ``` Run with `swamp workflow run open-forge-94-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:** `claude-code` `ai` `tooling` `experimental`