Agent Building skills

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

golem-stateless-agent-moonbit

Creating ephemeral (stateless) agents in a MoonBit 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.

1.60k repo starsObserved in 1 repos
Agent Building

golem-stateless-agent-rust

Creating ephemeral (stateless) agents in a Rust 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.

1.60k repo starsObserved in 1 repos
Agent Building

golem-stateless-agent-scala

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.

1.60k repo starsObserved in 1 repos
Agent Building

golem-stateless-agent-ts

Creating ephemeral (stateless) agents in a TypeScript 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.

1.60k repo starsObserved in 1 repos
Agent Building

golem-trigger-agent-moonbit

Triggering a fire-and-forget invocation of a MoonBit Golem agent. Use when asked to trigger, fire, or enqueue a method call without waiting for the result.

1.60k repo starsObserved in 1 repos
Agent Building

golem-trigger-agent-scala

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.

1.60k repo starsObserved in 1 repos
Agent Building

golem-trigger-agent-ts

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

1.60k repo starsObserved in 1 repos
Agent Building

golem-view-agent-files

Listing files in an agent's virtual filesystem. Use when browsing or inspecting files stored by a running agent instance.

1.60k repo starsObserved in 1 repos
Agent Building

golem-wait-for-external-input-scala

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.

1.60k repo starsObserved in 1 repos
Agent Building

migrate-ts-base-to-fluent

Migrating a TypeScript Golem agent from the OLD decorator/base API (@agent + BaseAgent) to the fluent (Standard Schema) 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 component to the current SDK.

1.60k repo starsObserved in 1 repos
Agent Building