golemcloud/golem

Golem Cloud is the agent-native platform for building AI agents and distributed applications that never lose state, never duplicate work, and never require you to build infrastructure.

1.5kStars on the repository
60Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

adding-dependencies

01

golemcloud/golem

Skill Claude CodeCodex

Adding or updating crate dependencies in the Golem workspace. Use when adding a new Rust dependency, changing dependency versions, or configuring dependency features.

1.5k 2d ago A 32 tokens

golemcloud/golem

Skill Claude CodeCodex

Analysing GitHub Actions CI failures from a run URL. Use when the user pastes a GitHub CI run or job URL and wants to understand why it failed and how to reproduce locally.

1.5k 2d ago A 48 tokens

golemcloud/golem

Skill Claude CodeCodex

Adding a new built-in plugin to Golem. Use when creating a brand new plugin that ships with Golem and is auto-provisioned at startup, covering project scaffolding, WASM compilation, provisioning wiring, CLI embedding, and test framework integration.

1.5k 2d ago A 58 tokens

golemcloud/golem

Skill Claude CodeCodex

Writing database migration SQL scripts. Use when creating or modifying migration files under db/migration/ directories, adding tables, indexes, or columns.

1.5k 2d ago A 34 tokens

golemcloud/golem

Skill Claude CodeCodex

Diagnosing and fixing hanging worker executor or integration tests. Use when a test hangs indefinitely, times out, or appears stuck during execution.

1.5k 2d ago A 33 tokens

golemcloud/golem

Skill Claude CodeCodex

Explains the Golem Scala SDK WIT folder structure and how to regenerate the agentguest.wasm base image. Use when working with WIT definitions, upgrading Golem versions, or regenerating the guest runtime WASM.

1.5k 2d ago C 52 tokens

golemcloud/golem

Skill Claude CodeCodex

Generating Scala code in the Golem Scala SDK. Use when adding code generation steps, build-time source generators, scalameta AST construction, or sbt/Mill sourceGenerators to the sdks/scala/ subtree.

1.5k 2d ago A 51 tokens

golemcloud/golem

Skill Claude CodeCodex

Compile, publish, and test the Golem Scala SDK. Use when working on the sdks/scala/ subtree: building the SDK, publishing locally, compiling/running the example demo, regenerating the agentguest.wasm, or debugging end-to-end deployment.

1.5k 2d ago C 59 tokens

golemcloud/golem

Skill Claude CodeCodex

Run and debug Golem Scala SDK integration tests. Use when running golem-scala integration tests, debugging test failures, or working with GolemExamplesIntegrationSpec.

1.5k 2d ago C 41 tokens

golem-skill-harness

10

golemcloud/golem

Skill Claude CodeCodex

Developing, testing, and running Golem skill tests with the skill test harness. Use when creating new skills, writing scenario YAML files, running skill tests locally, or debugging skill test failures.

1.5k 2d ago A 46 tokens

golemcloud/golem

Skill Claude CodeCodex

Investigating benchmark performance by running Golem benchmarks with OTLP tracing enabled and analyzing trace data from Jaeger. Use when diagnosing slow benchmarks, understanding benchmark call flows, or profiling span durations during benchmark runs.

1.5k 2d ago C 48 tokens

golemcloud/golem

Skill Claude CodeCodex

Investigating worker-executor performance by running executor tests with OTLP tracing enabled and analyzing trace data from Jaeger. Use when diagnosing slow tests, understanding executor call flows, or profiling span durations.

1.5k 2d ago C 46 tokens

logging

13

golemcloud/golem

Skill Claude CodeCodex

Tracing and logging conventions for the Golem codebase. Use when adding tracing::debug!, info!, warn!, error! calls, or reviewing log statements for style.

1.5k 2d ago A 35 tokens

golemcloud/golem

Skill Claude CodeCodex

Cutting a new docs version, promoting next to a release, and managing versioned documentation content under docs/src/content/. Use when releasing a new Golem version, backporting docs fixes to an older release, renaming a docs version, or adding/removing a version from the version selector.

1.5k 2d ago C 67 tokens

golemcloud/golem

Skill Claude CodeCodex

Migrating a TypeScript Golem agent from the removed decorator/base API (@agent + BaseAgent) to the current schema-driven defineAgent API. Use when porting an existing decorator-based TS agent, when you see @agent()/extends BaseAgent/@endpoint/@description code that no longer compiles, or when asked to modernize a TS…

1.5k 2d ago A 81 tokens

golemcloud/golem

Skill Claude CodeCodex

Building or modifying built-in plugins in plugins/. Use when changing the OTLP exporter plugin code, rebuilding plugin WASMs, or modifying the builtin plugin provisioning logic.

1.5k 2d ago A 39 tokens

golemcloud/golem

Skill Claude CodeCodex

Adding or modifying Golem CLI structured output types, CliOutput implementations, command-output.schema.json, or DTO-backed output schema generators.

1.5k 2d ago A 32 tokens

golemcloud/golem

Skill Claude CodeCodex

Adding or modifying HTTP REST API endpoints in Golem services. Use when creating new endpoints, changing existing API routes, or updating request/response types for the Golem REST API.

1.5k 2d ago A 42 tokens

golemcloud/golem

Skill Claude CodeCodex

Modifying service configuration types or defaults. Use when changing config structs, adding config fields, or updating default values for any Golem service.

1.5k 2d ago A 34 tokens

golemcloud/golem

Skill Claude CodeCodex

Building or modifying test WASM components in test-components/. Use when a test component needs to be rebuilt, a new test component is needed, or SDK changes require downstream test component rebuilds.

1.5k 2d ago A 43 tokens

golemcloud/golem

Skill Claude CodeCodex

Adding or modifying WIT (WebAssembly Interface Types) interfaces. Use when changing .wit files, updating WIT dependencies, or working with component interfaces.

1.5k 2d ago A 38 tokens

moonbit-agent-guide

23

golemcloud/golem

Skill Claude CodeCodex

Guide for writing, refactoring, and testing MoonBit projects. Use when working in MoonBit modules or packages, organizing MoonBit files, using moon tooling (build/check/run/test/doc/ide etc.), or following MoonBit-specific layout, documentation, and testing conventions.

1.5k 2d ago A 59 tokens

moonbit-c-binding

24

golemcloud/golem

Skill Claude CodeCodex

Guide for writing MoonBit bindings to C libraries using native FFI. Use when adding extern "c" declarations, writing C stubs with moonbit.h, configuring native-stub and link.native in moon.pkg, choosing.

1.5k 2d ago A 49 tokens