fold-run

35 mods across 1 repository, 1 stars between them.

bench-profiler

01

fold-run/fold

Agent Claude Code

Diagnoses fold proxy-path latency and allocation regressions — runs the added-latency gate, profiles the hot path, and pinpoints which change put work on the per-request path. Use when make bench fails, before merging proxy-path changes, or when the user asks about gateway performance.

1 yesterday A 62 tokens original Apache-2.0

deploy-reviewer

02

fold-run/fold

Agent Claude Code

Reviews fold's deployment surface — the Helm chart's rendered output, Kubernetes security posture, the four Dockerfiles, and the compose stack — for what only shows up in the manifest rather than in the templates. Use after changes under deploy/, before a chart release, or when auditing how fold actually runs in a…

1 yesterday A 67 tokens original Apache-2.0

docs-sync

03

fold-run/fold

Agent Claude Code

Audits fold's documentation surface after a feature or behavior change — README sections, docs/ guides, config schema lockstep, and the "Not implemented" gap list. Use after implementation is done, before commit.

1 yesterday A 46 tokens original Apache-2.0

flake-triage

04

fold-run/fold

Agent Claude Code

Diagnoses an intermittent or race-detector test failure in fold — reproduces it reliably, localizes the shared state or timing assumption behind it, and names the real fix. Use when a test fails in CI and passes locally, when go test -race reports a data race, or when a test is suspected of being timing-dependent.

1 yesterday A 72 tokens original Apache-2.0

gateway-reviewer

05

fold-run/fold

Agent Claude Code

Reviews fold changes against the gateway's architectural invariants — pipeline order, snapshot-based reload state, audit as the single exit door, the invisibility rule, the minted error-code registry, and proxy-path allocation discipline. Use proactively after any non-trivial change to gateway/, auth/, policy/, or…

1 yesterday A 71 tokens original Apache-2.0

fold-run/fold

Agent Claude Code

Writes and extends fold's integration tests using real MCP SDK peers behind the gateway. Use when a change needs test coverage — new gateway behavior, reload/discovery paths, policy or auth changes, or a repro for a reported bug.

1 yesterday A 50 tokens original Apache-2.0

mcp-spec-auditor

07

fold-run/fold

Agent Claude Code

Audits fold against the normative MCP specification for the pinned revision — method shapes, required fields and headers, error-code allocation, caching and intermediary rules, and deprecations on the clock. Use when a change touches wire behavior, when a new protocol revision ships, or before bumping the conformance…

1 yesterday A 73 tokens original Apache-2.0

release-verifier

08

fold-run/fold

Agent Claude Code

Verifies a published fold release end to end from the outside — archives, checksums and their cosign signature, SBOMs, the four ghcr images, the OCI chart, and every sigstore attestation. Use after a tag's release workflow goes green, before announcing a release, or when someone asks whether a published artifact is…

1 yesterday A 74 tokens original Apache-2.0

security-auditor

09

fold-run/fold

Agent Claude Code

Security review of fold changes against the documented threat model — inbound auth chain, deny-by-default policy, credential confinement, tenant isolation, and the trust boundaries in docs/security-model.md. Use for changes to auth/, policy/, host validation, EMA, discovery, or credential handling, and for periodic…

1 yesterday A 65 tokens original Apache-2.0

PreToolUse

10

fold-run/fold

Hook Claude Code

Runs before the agent uses a tool for Bash, Edit and Write tool calls, executing bash-guard.sh and pre-edit-guard.sh (2 commands). From fold-run/fold.

1 yesterday A tokens not measured copy · 78% Apache-2.0

PostToolUse

11

fold-run/fold

Hook Claude Code

Runs after a tool call finishes for Edit and Write tool calls, executing post-edit.sh. From fold-run/fold.

1 yesterday A tokens not measured copy · 47% Apache-2.0

Stop

12

fold-run/fold

Hook Claude Code

Runs when the agent finishes a response, executing stop-gate.sh. From fold-run/fold.

1 yesterday A tokens not measured copy · 47% Apache-2.0

SessionStart

13

fold-run/fold

Hook Claude Code

Runs when a session starts on startup and resume, executing session-start.sh. From fold-run/fold.

1 yesterday A tokens not measured copy · 56% Apache-2.0

settings

14

fold-run/fold

Settings file Claude Code

Agent settings declaring 4 hook events (PreToolUse, PostToolUse, Stop, SessionStart) and 49 allowed tools.

1 yesterday B tokens not measured original Apache-2.0

conformance

15

fold-run/fold

Skill Claude CodeCodex

Run, debug, or bump the pinned MCP conformance suite for fold. Use when conformance fails locally or in CI, when the scheduled drift workflow flags upstream movement, or when deliberately bumping CONFORMANCECOMMIT / CONFORMANCEPKG.

1 yesterday A 52 tokens original Apache-2.0

console-sync

16

fold-run/fold

Skill Claude CodeCodex

Review, bump, or debug the vendored fold-console assets in gateway/console — the weekly bump PR, the console-check CI gate, and the manifest allowlist. Use when the console-sync workflow is red, when a bump PR needs review, or when deliberately moving CONSOLECOMMIT.

1 yesterday A 62 tokens original Apache-2.0

deps

17

fold-run/fold

Skill Claude CodeCodex

Triage a govulncheck failure, review a dependabot PR, or bump a dependency in fold — including the case where CI goes red with no commit behind it. Use when make vuln fails, when CI's vuln job is red, when a dependabot PR needs review, or when bumping the MCP SDK or the Go toolchain.

1 yesterday A 72 tokens original Apache-2.0

fold-run/fold

Skill Claude CodeCodex

Work on fold-discovery and internal/kubediscovery — the controller that turns labeled Kubernetes Services into fold's discovery document, and the trust boundary its allowlist flags defend. Use when changing cmd/fold-discovery, internal/kubediscovery, gateway/discovery.go, or docs/discovery-controller.md.

1 yesterday A 66 tokens original Apache-2.0

dogfood

19

fold-run/fold

Skill Claude CodeCodex

Run fold locally and talk to it as a real MCP client — the dev stack, the repo's .mcp.json, and what to look at once it is up. Use to see a change from a client's side, to reproduce a client-reported bug, or when a test is green and the behavior still looks wrong.

1 yesterday A 69 tokens original Apache-2.0

fold-release

20

fold-run/fold

Skill Claude CodeCodex

Cut a fold release — verify gates, write the changelog and bump the Helm chart's appVersion, then with explicit per-step approval commit/push, watch CI, tag to trigger goreleaser, verify the published artifacts via the release-verifier agent, and refresh the conformance receipt. Use when the user asks to release…

1 yesterday A 81 tokens original Apache-2.0

helm-chart

21

fold-run/fold

Skill Claude CodeCodex

Change fold's Helm chart safely — the three ci values shapes make helm-check renders against, the probe Host-header trap, Chart.yaml's two version lines, and the docs that track values. Use when editing anything under deploy/helm/, adding a value, or when make helm-check fails.

1 yesterday A 61 tokens original Apache-2.0

mcp-inspector

22

fold-run/fold

Skill Claude CodeCodex

Drive the official MCP Inspector CLI against a locally running fold to see what a real client sees — namespacing, list merging, policy filtering, auth failures, ui:// resources. Use to reproduce a client-reported bug, to diff gateway behavior against an upstream directly, or to check a change by hand before writing…

1 yesterday A 71 tokens original Apache-2.0

mcp-spec

23

fold-run/fold

Skill Claude CodeCodex

Look up the normative MCP specification text for a method, field, header, or error code before implementing or changing it in fold. Use when a change touches wire behavior, when a reviewer asks "does the spec actually say that", or when answering a protocol question — never answer MCP protocol questions from memory.

1 yesterday A 65 tokens original Apache-2.0

observability

24

fold-run/fold

Skill Claude CodeCodex

Add, rename, or retire a fold metric, span attribute, or audit event field — the bidirectional lockstep against the packaged dashboard and both alert files, the v1 freeze on names and label sets, and the docs that track them. Use when touching gateway/metrics.go, otel.go, audit/, the Grafana dashboard, or either alert…

1 yesterday A 76 tokens original Apache-2.0