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.

This repository also configures its own agents. See what golem tells them →

1.5kStars on the repository
200Mods indexed here, across every type
todayLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

golemcloud/golem

Skill Claude CodeCodex

Scheduling a future agent invocation in a Scala Golem project. Use when the user asks about delayed invocations, scheduling calls for later, or timed agent execution.

not rated 1.5k +3 today A SkillSpector: pass 42 tokens

golemcloud/golem

Skill Claude CodeCodex

Creating ephemeral (stateless) agents in a Scala Golem project. Use when the user wants a stateless agent, a fresh instance per invocation, no shared state between calls, or a request-handler style agent.

not rated 1.5k +3 today A SkillSpector: pass 51 tokens

golemcloud/golem

Skill Claude CodeCodex

Triggering a fire-and-forget invocation on a Scala Golem agent. Use when asked to trigger, enqueue, or fire-and-forget an agent method invocation using golem agent invoke --trigger.

not rated 1.5k +3 today A SkillSpector: warn 47 tokens

golemcloud/golem

Skill Claude CodeCodex

Waiting for external input using Golem promises in a Scala Golem project. Use when the user asks about promises, waiting for external events, human-in-the-loop workflows, pausing an agent until an external signal, or suspending execution until data arrives from outside.

not rated 1.5k +3 today A SkillSpector: pass 64 tokens

golem-add-agent-ts

149

golemcloud/golem

Skill Claude CodeCodex

Adding a new TypeScript agent to a Golem component. Use when the user asks to create, add, or define a new agent type, implement an agent class, or add agent methods in a TypeScript Golem project.

not rated 1.5k +3 today A SkillSpector: pass 52 tokens

golem-add-config-ts

150

golemcloud/golem

Skill Claude CodeCodex

Adding typed configuration to a TypeScript Golem agent. Use when the user asks to add config, settings, or parameters to a TypeScript agent that can be set via golem.yaml or CLI.

not rated 1.5k +3 today A SkillSpector: pass 46 tokens

golem-add-cors-ts

151

golemcloud/golem

Skill Claude CodeCodex

Configuring CORS for TypeScript HTTP endpoints. Use when the user asks to enable CORS, allow cross-origin requests, or configure allowed origins for HTTP endpoints.

not rated 1.5k +3 today A SkillSpector: warn 40 tokens

golemcloud/golem

Skill Claude CodeCodex

Enabling authentication on TypeScript HTTP endpoints. Use when the user asks to add auth, require authentication, use Principal, or protect HTTP endpoints.

not rated 1.5k +3 today A SkillSpector: pass 36 tokens

golemcloud/golem

Skill Claude CodeCodex

Exposing a TypeScript Golem agent over HTTP. Use when the user asks to add HTTP endpoints, mount an agent to a URL path, or expose agent methods as a REST API.

not rated 1.5k +3 today A SkillSpector: pass 46 tokens

golem-add-ignite-ts

154

golemcloud/golem

Skill Claude CodeCodex

Using golem:rdbms/ignite2 from a TypeScript Golem agent. Use when the user asks to connect to Apache Ignite 2, run SQL over Ignite, or use Ignite from TypeScript agent code.

not rated 1.5k +3 today A SkillSpector: pass 51 tokens

golem-add-llm-ts

155

golemcloud/golem

Skill Claude CodeCodex

Adding LLM and AI capabilities to a TypeScript Golem agent. Use when the user wants to add LLM chat, embeddings, or any AI provider integration to a TypeScript agent.

not rated 1.5k +3 today B 46 tokens

golem-add-mysql-ts

156

golemcloud/golem

Skill Claude CodeCodex

Using golem:rdbms/mysql from a TypeScript Golem agent. Use when the user asks to connect to MySQL, run SQL, or use MySQL from TypeScript agent code.

not rated 1.5k +3 today A SkillSpector: pass 46 tokens

golem-add-npm-package

157

golemcloud/golem

Skill Claude CodeCodex

Add a new npm package dependency to a TypeScript Golem project. Use when the user asks to add a library, package, or dependency.

not rated 1.5k +3 today A SkillSpector: warn 36 tokens

golem-add-postgres-ts

158

golemcloud/golem

Skill Claude CodeCodex

Using golem:rdbms/postgres from a TypeScript Golem agent. Use when the user asks to connect to PostgreSQL, run SQL, or use PostgreSQL from TypeScript agent code.

not rated 1.5k +3 today A SkillSpector: pass 47 tokens

golem-add-secret-ts

159

golemcloud/golem

Skill Claude CodeCodex

Adding secrets to TypeScript Golem agents. Use when the user asks to add secrets, store API keys, manage sensitive config values, or use Secret in TypeScript agents.

not rated 1.5k +3 today A SkillSpector: pass 43 tokens

golemcloud/golem

Skill Claude CodeCodex

Adding saga-pattern transactions with compensation to a TypeScript Golem agent. Use when the user asks about transactions, sagas, compensation, rollback, or multi-step operations that need undo logic.

not rated 1.5k +3 today A SkillSpector: pass 45 tokens

golem-add-webhook-ts

161

golemcloud/golem

Skill Claude CodeCodex

Using webhooks in a TypeScript Golem agent. Use when the user asks to create webhooks, receive webhook callbacks, integrate with webhook-driven external APIs, or generate temporary callback URLs for external services.

not rated 1.5k +3 today A SkillSpector: pass 48 tokens

golemcloud/golem

Skill Claude CodeCodex

Adding prompt and description annotations to TypeScript agents and their methods. Use when the user asks to add descriptions, prompts, or documentation metadata to agent classes or methods for AI/LLM discovery.

not rated 1.5k +3 today A SkillSpector: pass 47 tokens

golem-atomic-block-ts

163

golemcloud/golem

Skill Claude CodeCodex needs its repo

Using atomic blocks, idempotency, and oplog management in a TypeScript Golem project. Use when the user asks about atomically, idempotence mode, oplog commit, or idempotency keys.

not rated 1.5k +3 today B 51 tokens

golemcloud/golem

Skill Claude CodeCodex needs its repo

Calling another agent and awaiting the result in a TypeScript Golem project. Use when the user asks about agent-to-agent RPC, calling remote agents, or inter-component communication.

not rated 1.5k +3 today A SkillSpector: pass 43 tokens

golemcloud/golem

Skill Claude CodeCodex needs its repo

Calling Golem agents from external TypeScript/Node.js applications using generated bridge SDKs. Use when the user wants to invoke agents from outside the Golem platform, from a Node.js server, script, or any TypeScript application.

not rated 1.5k +3 today A SkillSpector: pass 55 tokens

golemcloud/golem

Skill Claude CodeCodex

Choosing between durable and ephemeral agents in a TypeScript Golem project. Use when the user asks about agent durability modes, making an agent stateless, or configuring agent persistence.

not rated 1.5k +3 today A SkillSpector: pass 44 tokens

golemcloud/golem

Skill Claude CodeCodex

Creating a new TypeScript Golem agent instance with golem agent new. Use when asked to create, instantiate, or pre-create an agent without invoking a method.

not rated 1.5k +3 today A SkillSpector: warn 40 tokens

golemcloud/golem

Skill Claude CodeCodex

Enabling snapshot-based recovery and implementing custom snapshot save/load functions for TypeScript agents. Use when adding manual update support, custom state serialization, or — equally importantly — when a long-running agent's oplog is growing large and recovery/replay is becoming slow (heartbeats, polling loops…

not rated 1.5k +3 today A SkillSpector: pass 94 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: